]> git.saurik.com Git - wxWidgets.git/blame - samples/html/printing/makefile.wat
updated bakefiles to take advantage of Bakefile 0.2.3 (now required)
[wxWidgets.git] / samples / html / printing / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
444833b3 3# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7!include ../../../build/msw/config.wat
250700e4
RD
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:
26WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28### Conditionally set variables: ###
29
30PORTNAME =
31!ifeq USE_GUI 0
32PORTNAME = base
33!endif
34!ifeq USE_GUI 1
35PORTNAME = msw
36!endif
37WXDEBUGFLAG =
38!ifeq BUILD debug
076f10e0
VS
39!ifeq DEBUG_FLAG default
40WXDEBUGFLAG = d
41!endif
42!endif
43!ifeq DEBUG_FLAG 1
250700e4
RD
44WXDEBUGFLAG = d
45!endif
250700e4
RD
46WXUNICODEFLAG =
47!ifeq UNICODE 1
48WXUNICODEFLAG = u
49!endif
50WXUNIVNAME =
51!ifeq WXUNIV 1
52WXUNIVNAME = univ
53!endif
b17c1746
DE
54WXDLLFLAG =
55!ifeq SHARED 1
56WXDLLFLAG = dll
57!endif
b14abf14
JS
58LIBTYPE_SUFFIX =
59!ifeq SHARED 0
60LIBTYPE_SUFFIX = lib
61!endif
62!ifeq SHARED 1
63LIBTYPE_SUFFIX = dll
64!endif
dd65d8c8
RN
65EXTRALIBS_FOR_BASE =
66!ifeq MONOLITHIC 0
67EXTRALIBS_FOR_BASE =
68!endif
69!ifeq MONOLITHIC 1
70EXTRALIBS_FOR_BASE =
71!endif
076f10e0 72__DEBUGINFO_0 =
250700e4 73!ifeq BUILD debug
076f10e0
VS
74!ifeq DEBUG_INFO default
75__DEBUGINFO_0 = -d2
76!endif
250700e4
RD
77!endif
78!ifeq BUILD release
076f10e0
VS
79!ifeq DEBUG_INFO default
80__DEBUGINFO_0 = -d0
81!endif
250700e4 82!endif
076f10e0
VS
83!ifeq DEBUG_INFO 0
84__DEBUGINFO_0 = -d0
85!endif
86!ifeq DEBUG_INFO 1
87__DEBUGINFO_0 = -d2
88!endif
89__DEBUGINFO_1 =
250700e4 90!ifeq BUILD debug
076f10e0
VS
91!ifeq DEBUG_INFO default
92__DEBUGINFO_1 = debug all
93!endif
250700e4
RD
94!endif
95!ifeq BUILD release
076f10e0
VS
96!ifeq DEBUG_INFO default
97__DEBUGINFO_1 =
98!endif
99!endif
100!ifeq DEBUG_INFO 0
101__DEBUGINFO_1 =
102!endif
103!ifeq DEBUG_INFO 1
104__DEBUGINFO_1 = debug all
250700e4 105!endif
250700e4
RD
106__OPTIMIZEFLAG_2 =
107!ifeq BUILD debug
108__OPTIMIZEFLAG_2 = -od
109!endif
110!ifeq BUILD release
111__OPTIMIZEFLAG_2 = -ot -ox
112!endif
8c9f8f91
JS
113__THREADSFLAG_5 =
114!ifeq USE_THREADS 0
115__THREADSFLAG_5 =
116!endif
117!ifeq USE_THREADS 1
118__THREADSFLAG_5 = -bm
119!endif
120__RUNTIME_LIBS_6 =
250700e4 121!ifeq RUNTIME_LIBS dynamic
8c9f8f91 122__RUNTIME_LIBS_6 = -br
250700e4
RD
123!endif
124!ifeq RUNTIME_LIBS static
8c9f8f91 125__RUNTIME_LIBS_6 =
250700e4 126!endif
8c9f8f91
JS
127__RTTIFLAG_7 =
128!ifeq USE_RTTI 0
129__RTTIFLAG_7 =
b14abf14 130!endif
8c9f8f91
JS
131!ifeq USE_RTTI 1
132__RTTIFLAG_7 = -xr
b14abf14 133!endif
8c9f8f91 134__EXCEPTIONSFLAG_8 =
b17c1746 135!ifeq USE_EXCEPTIONS 0
8c9f8f91 136__EXCEPTIONSFLAG_8 =
250700e4 137!endif
b17c1746 138!ifeq USE_EXCEPTIONS 1
8c9f8f91 139__EXCEPTIONSFLAG_8 = -xs
b17c1746
DE
140!endif
141__WXLIB_HTML_p =
250700e4 142!ifeq MONOLITHIC 0
b17c1746 143__WXLIB_HTML_p = &
c33fae85 144 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
250700e4
RD
145!endif
146__WXLIB_CORE_p =
147!ifeq MONOLITHIC 0
076f10e0 148__WXLIB_CORE_p = &
c33fae85 149 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 150!endif
b17c1746 151__WXLIB_BASE_p =
250700e4 152!ifeq MONOLITHIC 0
c33fae85
RN
153__WXLIB_BASE_p = &
154 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4
RD
155!endif
156__WXLIB_MONO_p =
157!ifeq MONOLITHIC 1
076f10e0 158__WXLIB_MONO_p = &
c33fae85 159 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 160!endif
b17c1746
DE
161__LIB_TIFF_p =
162!ifeq USE_GUI 1
9c2d002b 163__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
164!endif
165__LIB_JPEG_p =
166!ifeq USE_GUI 1
9c2d002b 167__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
168!endif
169__LIB_PNG_p =
170!ifeq USE_GUI 1
9c2d002b 171__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746 172!endif
3abcf424
RD
173__GDIPLUS_LIB_p =
174!ifeq USE_GDIPLUS 1
175__GDIPLUS_LIB_p = gdiplus.lib
176!endif
250700e4
RD
177__WXUNIV_DEFINE_p =
178!ifeq WXUNIV 1
179__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
180!endif
b17c1746
DE
181__DEBUG_DEFINE_p =
182!ifeq BUILD debug
183!ifeq DEBUG_FLAG default
184__DEBUG_DEFINE_p = -d__WXDEBUG__
185!endif
186!endif
187!ifeq DEBUG_FLAG 1
188__DEBUG_DEFINE_p = -d__WXDEBUG__
189!endif
8c9f8f91
JS
190__EXCEPTIONS_DEFINE_p =
191!ifeq USE_EXCEPTIONS 0
192__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
193!endif
194__RTTI_DEFINE_p =
195!ifeq USE_RTTI 0
196__RTTI_DEFINE_p = -dwxNO_RTTI
197!endif
198__THREAD_DEFINE_p =
199!ifeq USE_THREADS 0
200__THREAD_DEFINE_p = -dwxNO_THREADS
201!endif
b17c1746 202__UNICODE_DEFINE_p =
7379e476
VZ
203!ifeq UNICODE 0
204__UNICODE_DEFINE_p = -dwxUSE_UNICODE=0
205!endif
b17c1746
DE
206!ifeq UNICODE 1
207__UNICODE_DEFINE_p = -d_UNICODE
208!endif
3abcf424
RD
209__GFXCTX_DEFINE_p =
210!ifeq USE_GDIPLUS 1
211__GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
212!endif
b17c1746
DE
213__DLLFLAG_p =
214!ifeq SHARED 1
215__DLLFLAG_p = -dWXUSINGDLL
216!endif
250700e4
RD
217
218### Variables: ###
219
ae4ccf12 220WX_RELEASE_NODOT = 29
444833b3 221COMPILER_PREFIX = wat
076f10e0 222OBJS = &
444833b3
CE
223 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
224LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
225SETUPHDIR = &
226 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
7dc467c5
VZ
227HTMLPRINTING_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) &
228 $(__THREADSFLAG_5) $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) &
229 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) &
230 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) &
231 -i=$(SETUPHDIR) -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 &
232 -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__RTTIFLAG_7) &
3abcf424 233 $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
7dc467c5
VZ
234HTMLPRINTING_OBJECTS = &
235 $(OBJS)\htmlprinting_printing.obj
250700e4 236
250700e4
RD
237
238all : $(OBJS)
239$(OBJS) :
240 -if not exist $(OBJS) mkdir $(OBJS)
241
242### Targets: ###
243
7dc467c5 244all : .SYMBOLIC $(OBJS)\htmlprinting.exe data
250700e4 245
250700e4
RD
246clean : .SYMBOLIC
247 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
248 -if exist $(OBJS)\*.res del $(OBJS)\*.res
249 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
250 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
b14abf14 251 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
7dc467c5 252 -if exist $(OBJS)\htmlprinting.exe del $(OBJS)\htmlprinting.exe
250700e4 253
7dc467c5
VZ
254$(OBJS)\htmlprinting.exe : $(HTMLPRINTING_OBJECTS) $(OBJS)\htmlprinting_printing.res
255 @%create $(OBJS)\htmlprinting.lbc
256 @%append $(OBJS)\htmlprinting.lbc option quiet
257 @%append $(OBJS)\htmlprinting.lbc name $^@
258 @%append $(OBJS)\htmlprinting.lbc option caseexact
259 @%append $(OBJS)\htmlprinting.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
260 @for %i in ($(HTMLPRINTING_OBJECTS)) do @%append $(OBJS)\htmlprinting.lbc file %i
7379e476 261 @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) $(__GDIPLUS_LIB_p) 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) do @%append $(OBJS)\htmlprinting.lbc library %i
7dc467c5
VZ
262 @%append $(OBJS)\htmlprinting.lbc option resource=$(OBJS)\htmlprinting_printing.res
263 @for %i in () do @%append $(OBJS)\htmlprinting.lbc option stack=%i
264 wlink @$(OBJS)\htmlprinting.lbc
b17c1746
DE
265
266data : .SYMBOLIC
267 if not exist $(OBJS) mkdir $(OBJS)
268 for %f in (logo6.gif test.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
269
7dc467c5
VZ
270$(OBJS)\htmlprinting_printing.obj : .AUTODEPEND .\printing.cpp
271 $(CXX) -bt=nt -zq -fo=$^@ $(HTMLPRINTING_CXXFLAGS) $<
b17c1746 272
7dc467c5 273$(OBJS)\htmlprinting_printing.res : .AUTODEPEND .\printing.rc
444833b3 274 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $<
b14abf14 275