]> git.saurik.com Git - wxWidgets.git/blame - samples/html/printing/makefile.wat
added qa library (currently consisting of wxDebugReport and related classes only...
[wxWidgets.git] / samples / html / printing / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (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
113__RUNTIME_LIBS_5 =
114!ifeq RUNTIME_LIBS dynamic
115__RUNTIME_LIBS_5 = -br
116!endif
117!ifeq RUNTIME_LIBS static
118__RUNTIME_LIBS_5 =
119!endif
b14abf14
JS
120__EXCEPTIONSFLAG_6 =
121!ifeq USE_EXCEPTIONS 0
122__EXCEPTIONSFLAG_6 =
123!endif
124!ifeq USE_EXCEPTIONS 1
125__EXCEPTIONSFLAG_6 = -xr
126!endif
b17c1746
DE
127__EXCEPTIONSFLAG_7 =
128!ifeq USE_EXCEPTIONS 0
129__EXCEPTIONSFLAG_7 =
250700e4 130!endif
b17c1746
DE
131!ifeq USE_EXCEPTIONS 1
132__EXCEPTIONSFLAG_7 = -xs
133!endif
134__WXLIB_HTML_p =
250700e4 135!ifeq MONOLITHIC 0
b17c1746 136__WXLIB_HTML_p = &
c33fae85 137 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
250700e4
RD
138!endif
139__WXLIB_CORE_p =
140!ifeq MONOLITHIC 0
076f10e0 141__WXLIB_CORE_p = &
c33fae85 142 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 143!endif
b17c1746 144__WXLIB_BASE_p =
250700e4 145!ifeq MONOLITHIC 0
c33fae85
RN
146__WXLIB_BASE_p = &
147 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 148!endif
b14abf14
JS
149__WXLIB_ADV_p =
150!ifeq MONOLITHIC 0
151__WXLIB_ADV_p = &
152 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
153!endif
250700e4
RD
154__WXLIB_MONO_p =
155!ifeq MONOLITHIC 1
076f10e0 156__WXLIB_MONO_p = &
c33fae85 157 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 158!endif
b17c1746
DE
159__LIB_TIFF_p =
160!ifeq USE_GUI 1
9c2d002b 161__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
162!endif
163__LIB_JPEG_p =
164!ifeq USE_GUI 1
9c2d002b 165__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
166!endif
167__LIB_PNG_p =
168!ifeq USE_GUI 1
9c2d002b 169__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746 170!endif
250700e4
RD
171__WXUNIV_DEFINE_p =
172!ifeq WXUNIV 1
173__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
174!endif
b17c1746
DE
175__DEBUG_DEFINE_p =
176!ifeq BUILD debug
177!ifeq DEBUG_FLAG default
178__DEBUG_DEFINE_p = -d__WXDEBUG__
179!endif
180!endif
181!ifeq DEBUG_FLAG 1
182__DEBUG_DEFINE_p = -d__WXDEBUG__
183!endif
184__UNICODE_DEFINE_p =
185!ifeq UNICODE 1
186__UNICODE_DEFINE_p = -d_UNICODE
187!endif
188__DLLFLAG_p =
189!ifeq SHARED 1
190__DLLFLAG_p = -dWXUSINGDLL
191!endif
250700e4
RD
192
193### Variables: ###
194
c33fae85 195WX_RELEASE_NODOT = 25
076f10e0
VS
196OBJS = &
197 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 198LIBDIRNAME = .\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
199SETUPHDIR = &
200 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9 201PRINTING_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm &
076f10e0 202 $(__RUNTIME_LIBS_5) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
b14abf14
JS
203 $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 &
204 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH &
205 $(__EXCEPTIONSFLAG_6) $(__EXCEPTIONSFLAG_7) $(CPPFLAGS) $(CXXFLAGS)
076f10e0
VS
206PRINTING_OBJECTS = &
207 $(OBJS)\printing_printing.obj
250700e4 208
250700e4
RD
209
210all : $(OBJS)
211$(OBJS) :
212 -if not exist $(OBJS) mkdir $(OBJS)
213
214### Targets: ###
215
216all : .SYMBOLIC $(OBJS)\printing.exe data
217
250700e4
RD
218clean : .SYMBOLIC
219 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
220 -if exist $(OBJS)\*.res del $(OBJS)\*.res
221 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
222 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
b14abf14 223 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
250700e4
RD
224 -if exist $(OBJS)\printing.exe del $(OBJS)\printing.exe
225
076f10e0 226$(OBJS)\printing.exe : $(PRINTING_OBJECTS) $(OBJS)\printing_printing.res
250700e4
RD
227 @%create $(OBJS)\printing.lbc
228 @%append $(OBJS)\printing.lbc option quiet
229 @%append $(OBJS)\printing.lbc name $^@
75a0a7b7 230 @%append $(OBJS)\printing.lbc option caseexact
076f10e0
VS
231 @%append $(OBJS)\printing.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
232 @for %i in ($(PRINTING_OBJECTS)) do @%append $(OBJS)\printing.lbc file %i
b14abf14 233 @for %i in ( $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_ADV_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)\printing.lbc library %i
250700e4
RD
234 @%append $(OBJS)\printing.lbc option resource=$(OBJS)\printing_printing.res
235 wlink @$(OBJS)\printing.lbc
b17c1746
DE
236
237data : .SYMBOLIC
238 if not exist $(OBJS) mkdir $(OBJS)
239 for %f in (logo6.gif test.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
240
241$(OBJS)\printing_printing.obj : .AUTODEPEND .\printing.cpp
242 $(CXX) -zq -fo=$^@ $(PRINTING_CXXFLAGS) $<
243
244$(OBJS)\printing_printing.res : .AUTODEPEND .\printing.rc
b14abf14
JS
245 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 -dNOPCH $<
246