]> git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/src/makefile.wat
Regenerated makefiles
[wxWidgets.git] / utils / tex2rtf / src / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.6 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include ../../../build/msw/config.wat
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 # Speed up compilation a bit:
14 !ifdef __LOADDLL__
15 ! loaddll wcc wccd
16 ! loaddll wccaxp wccdaxp
17 ! loaddll wcc386 wccd386
18 ! loaddll wpp wppdi86
19 ! loaddll wppaxp wppdaxp
20 ! loaddll wpp386 wppd386
21 ! loaddll wlink wlink
22 ! loaddll wlib wlibd
23 !endif
24
25 # We need these variables in some bakefile-made rules:
26 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28 ### Conditionally set variables: ###
29
30 PORTNAME =
31 !ifeq USE_GUI 0
32 PORTNAME = base
33 !endif
34 !ifeq USE_GUI 1
35 PORTNAME = msw
36 !endif
37 WXDEBUGFLAG =
38 !ifeq BUILD debug
39 !ifeq DEBUG_FLAG default
40 WXDEBUGFLAG = d
41 !endif
42 !endif
43 !ifeq DEBUG_FLAG 1
44 WXDEBUGFLAG = d
45 !endif
46 WXUNICODEFLAG =
47 !ifeq UNICODE 1
48 WXUNICODEFLAG = u
49 !endif
50 WXUNIVNAME =
51 !ifeq WXUNIV 1
52 WXUNIVNAME = univ
53 !endif
54 WXDLLFLAG =
55 !ifeq SHARED 1
56 WXDLLFLAG = dll
57 !endif
58 LIBTYPE_SUFFIX =
59 !ifeq SHARED 0
60 LIBTYPE_SUFFIX = lib
61 !endif
62 !ifeq SHARED 1
63 LIBTYPE_SUFFIX = dll
64 !endif
65 EXTRALIBS_FOR_BASE =
66 !ifeq MONOLITHIC 0
67 EXTRALIBS_FOR_BASE =
68 !endif
69 !ifeq MONOLITHIC 1
70 EXTRALIBS_FOR_BASE =
71 !endif
72 __tex2rtf_gui___depname =
73 !ifeq USE_GUI 1
74 __tex2rtf_gui___depname = $(OBJS)\tex2rtf_gui.exe
75 !endif
76 __WXLIB_HTML_p =
77 !ifeq MONOLITHIC 0
78 __WXLIB_HTML_p = &
79 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
80 !endif
81 __WXLIB_CORE_p =
82 !ifeq MONOLITHIC 0
83 __WXLIB_CORE_p = &
84 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
85 !endif
86 __DEBUGINFO =
87 !ifeq BUILD debug
88 !ifeq DEBUG_INFO default
89 __DEBUGINFO = -d2
90 !endif
91 !endif
92 !ifeq BUILD release
93 !ifeq DEBUG_INFO default
94 __DEBUGINFO = -d0
95 !endif
96 !endif
97 !ifeq DEBUG_INFO 0
98 __DEBUGINFO = -d0
99 !endif
100 !ifeq DEBUG_INFO 1
101 __DEBUGINFO = -d2
102 !endif
103 __DEBUGINFO_1 =
104 !ifeq BUILD debug
105 !ifeq DEBUG_INFO default
106 __DEBUGINFO_1 = debug all
107 !endif
108 !endif
109 !ifeq BUILD release
110 !ifeq DEBUG_INFO default
111 __DEBUGINFO_1 =
112 !endif
113 !endif
114 !ifeq DEBUG_INFO 0
115 __DEBUGINFO_1 =
116 !endif
117 !ifeq DEBUG_INFO 1
118 __DEBUGINFO_1 = debug all
119 !endif
120 __OPTIMIZEFLAG =
121 !ifeq BUILD debug
122 __OPTIMIZEFLAG = -od
123 !endif
124 !ifeq BUILD release
125 __OPTIMIZEFLAG = -ot -ox
126 !endif
127 __RUNTIME_LIBS =
128 !ifeq RUNTIME_LIBS dynamic
129 __RUNTIME_LIBS = -br
130 !endif
131 !ifeq RUNTIME_LIBS static
132 __RUNTIME_LIBS =
133 !endif
134 __EXCEPTIONSFLAG =
135 !ifeq USE_EXCEPTIONS 0
136 __EXCEPTIONSFLAG =
137 !endif
138 !ifeq USE_EXCEPTIONS 1
139 __EXCEPTIONSFLAG = -xr
140 !endif
141 __EXCEPTIONSFLAG_0 =
142 !ifeq USE_EXCEPTIONS 0
143 __EXCEPTIONSFLAG_0 =
144 !endif
145 !ifeq USE_EXCEPTIONS 1
146 __EXCEPTIONSFLAG_0 = -xs
147 !endif
148 __WXLIB_BASE_p =
149 !ifeq MONOLITHIC 0
150 __WXLIB_BASE_p = &
151 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
152 !endif
153 __WXLIB_MONO_p =
154 !ifeq MONOLITHIC 1
155 __WXLIB_MONO_p = &
156 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
157 !endif
158 __LIB_TIFF_p =
159 !ifeq USE_GUI 1
160 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
161 !endif
162 __LIB_JPEG_p =
163 !ifeq USE_GUI 1
164 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
165 !endif
166 __LIB_PNG_p =
167 !ifeq USE_GUI 1
168 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
169 !endif
170 __WXUNIV_DEFINE_p =
171 !ifeq WXUNIV 1
172 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
173 !endif
174 __DEBUG_DEFINE_p =
175 !ifeq BUILD debug
176 !ifeq DEBUG_FLAG default
177 __DEBUG_DEFINE_p = -d__WXDEBUG__
178 !endif
179 !endif
180 !ifeq DEBUG_FLAG 1
181 __DEBUG_DEFINE_p = -d__WXDEBUG__
182 !endif
183 __UNICODE_DEFINE_p =
184 !ifeq UNICODE 1
185 __UNICODE_DEFINE_p = -d_UNICODE
186 !endif
187 __DLLFLAG_p =
188 !ifeq SHARED 1
189 __DLLFLAG_p = -dWXUSINGDLL
190 !endif
191
192 ### Variables: ###
193
194 WX_RELEASE_NODOT = 25
195 OBJS = &
196 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
197 LIBDIRNAME = .\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
198 SETUPHDIR = &
199 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
200 TEX2RTF_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
201 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
202 -i=.\..\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 &
203 -i=. $(__DLLFLAG_p) -dwxUSE_GUI=0 -dNO_GUI $(__EXCEPTIONSFLAG) &
204 $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
205 TEX2RTF_OBJECTS = &
206 $(OBJS)\tex2rtf_tex2rtf.obj &
207 $(OBJS)\tex2rtf_tex2any.obj &
208 $(OBJS)\tex2rtf_texutils.obj &
209 $(OBJS)\tex2rtf_rtfutils.obj &
210 $(OBJS)\tex2rtf_xlputils.obj &
211 $(OBJS)\tex2rtf_htmlutil.obj &
212 $(OBJS)\tex2rtf_readshg.obj &
213 $(OBJS)\tex2rtf_table.obj
214 TEX2RTF_GUI_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
215 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
216 -i=.\..\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 &
217 -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG) &
218 $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
219 TEX2RTF_GUI_OBJECTS = &
220 $(OBJS)\tex2rtf_gui_tex2rtf.obj &
221 $(OBJS)\tex2rtf_gui_tex2any.obj &
222 $(OBJS)\tex2rtf_gui_texutils.obj &
223 $(OBJS)\tex2rtf_gui_rtfutils.obj &
224 $(OBJS)\tex2rtf_gui_xlputils.obj &
225 $(OBJS)\tex2rtf_gui_htmlutil.obj &
226 $(OBJS)\tex2rtf_gui_readshg.obj &
227 $(OBJS)\tex2rtf_gui_table.obj
228
229
230 all : $(OBJS)
231 $(OBJS) :
232 -if not exist $(OBJS) mkdir $(OBJS)
233
234 ### Targets: ###
235
236 all : .SYMBOLIC $(OBJS)\tex2rtf.exe $(__tex2rtf_gui___depname)
237
238 clean : .SYMBOLIC
239 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
240 -if exist $(OBJS)\*.res del $(OBJS)\*.res
241 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
242 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
243 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
244 -if exist $(OBJS)\tex2rtf.exe del $(OBJS)\tex2rtf.exe
245 -if exist $(OBJS)\tex2rtf_gui.exe del $(OBJS)\tex2rtf_gui.exe
246
247 $(OBJS)\tex2rtf.exe : $(TEX2RTF_OBJECTS)
248 @%create $(OBJS)\tex2rtf.lbc
249 @%append $(OBJS)\tex2rtf.lbc option quiet
250 @%append $(OBJS)\tex2rtf.lbc name $^@
251 @%append $(OBJS)\tex2rtf.lbc option caseexact
252 @%append $(OBJS)\tex2rtf.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt ref 'main_'
253 @for %i in ($(TEX2RTF_OBJECTS)) do @%append $(OBJS)\tex2rtf.lbc file %i
254 @for %i in ( $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib) do @%append $(OBJS)\tex2rtf.lbc library %i
255 @%append $(OBJS)\tex2rtf.lbc
256 wlink @$(OBJS)\tex2rtf.lbc
257
258 !ifeq USE_GUI 1
259 $(OBJS)\tex2rtf_gui.exe : $(TEX2RTF_GUI_OBJECTS) $(OBJS)\tex2rtf_gui_sample.res
260 @%create $(OBJS)\tex2rtf_gui.lbc
261 @%append $(OBJS)\tex2rtf_gui.lbc option quiet
262 @%append $(OBJS)\tex2rtf_gui.lbc name $^@
263 @%append $(OBJS)\tex2rtf_gui.lbc option caseexact
264 @%append $(OBJS)\tex2rtf_gui.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
265 @for %i in ($(TEX2RTF_GUI_OBJECTS)) do @%append $(OBJS)\tex2rtf_gui.lbc file %i
266 @for %i in ( $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ) do @%append $(OBJS)\tex2rtf_gui.lbc library %i
267 @%append $(OBJS)\tex2rtf_gui.lbc option resource=$(OBJS)\tex2rtf_gui_sample.res
268 wlink @$(OBJS)\tex2rtf_gui.lbc
269 !endif
270
271 $(OBJS)\tex2rtf_tex2rtf.obj : .AUTODEPEND .\tex2rtf.cpp
272 $(CXX) -zq -fo=$^@ $(TEX2RTF_CXXFLAGS) $<
273
274 $(OBJS)\tex2rtf_tex2any.obj : .AUTODEPEND .\tex2any.cpp
275 $(CXX) -zq -fo=$^@ $(TEX2RTF_CXXFLAGS) $<
276
277 $(OBJS)\tex2rtf_texutils.obj : .AUTODEPEND .\texutils.cpp
278 $(CXX) -zq -fo=$^@ $(TEX2RTF_CXXFLAGS) $<
279
280 $(OBJS)\tex2rtf_rtfutils.obj : .AUTODEPEND .\rtfutils.cpp
281 $(CXX) -zq -fo=$^@ $(TEX2RTF_CXXFLAGS) $<
282
283 $(OBJS)\tex2rtf_xlputils.obj : .AUTODEPEND .\xlputils.cpp
284 $(CXX) -zq -fo=$^@ $(TEX2RTF_CXXFLAGS) $<
285
286 $(OBJS)\tex2rtf_htmlutil.obj : .AUTODEPEND .\htmlutil.cpp
287 $(CXX) -zq -fo=$^@ $(TEX2RTF_CXXFLAGS) $<
288
289 $(OBJS)\tex2rtf_readshg.obj : .AUTODEPEND .\readshg.cpp
290 $(CXX) -zq -fo=$^@ $(TEX2RTF_CXXFLAGS) $<
291
292 $(OBJS)\tex2rtf_table.obj : .AUTODEPEND .\table.cpp
293 $(CXX) -zq -fo=$^@ $(TEX2RTF_CXXFLAGS) $<
294
295 $(OBJS)\tex2rtf_gui_sample.res : .AUTODEPEND .\..\..\..\samples\sample.rc
296 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples $<
297
298 $(OBJS)\tex2rtf_gui_tex2rtf.obj : .AUTODEPEND .\tex2rtf.cpp
299 $(CXX) -zq -fo=$^@ $(TEX2RTF_GUI_CXXFLAGS) $<
300
301 $(OBJS)\tex2rtf_gui_tex2any.obj : .AUTODEPEND .\tex2any.cpp
302 $(CXX) -zq -fo=$^@ $(TEX2RTF_GUI_CXXFLAGS) $<
303
304 $(OBJS)\tex2rtf_gui_texutils.obj : .AUTODEPEND .\texutils.cpp
305 $(CXX) -zq -fo=$^@ $(TEX2RTF_GUI_CXXFLAGS) $<
306
307 $(OBJS)\tex2rtf_gui_rtfutils.obj : .AUTODEPEND .\rtfutils.cpp
308 $(CXX) -zq -fo=$^@ $(TEX2RTF_GUI_CXXFLAGS) $<
309
310 $(OBJS)\tex2rtf_gui_xlputils.obj : .AUTODEPEND .\xlputils.cpp
311 $(CXX) -zq -fo=$^@ $(TEX2RTF_GUI_CXXFLAGS) $<
312
313 $(OBJS)\tex2rtf_gui_htmlutil.obj : .AUTODEPEND .\htmlutil.cpp
314 $(CXX) -zq -fo=$^@ $(TEX2RTF_GUI_CXXFLAGS) $<
315
316 $(OBJS)\tex2rtf_gui_readshg.obj : .AUTODEPEND .\readshg.cpp
317 $(CXX) -zq -fo=$^@ $(TEX2RTF_GUI_CXXFLAGS) $<
318
319 $(OBJS)\tex2rtf_gui_table.obj : .AUTODEPEND .\table.cpp
320 $(CXX) -zq -fo=$^@ $(TEX2RTF_GUI_CXXFLAGS) $<
321