]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/xrc/makefile.wat
compilo
[wxWidgets.git] / samples / xrc / makefile.wat
... / ...
CommitLineData
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:
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
39!ifeq DEBUG_FLAG default
40WXDEBUGFLAG = d
41!endif
42!endif
43!ifeq DEBUG_FLAG 1
44WXDEBUGFLAG = d
45!endif
46WXUNICODEFLAG =
47!ifeq UNICODE 1
48WXUNICODEFLAG = u
49!endif
50WXUNIVNAME =
51!ifeq WXUNIV 1
52WXUNIVNAME = univ
53!endif
54WXDLLFLAG =
55!ifeq SHARED 1
56WXDLLFLAG = dll
57!endif
58LIBTYPE_SUFFIX =
59!ifeq SHARED 0
60LIBTYPE_SUFFIX = lib
61!endif
62!ifeq SHARED 1
63LIBTYPE_SUFFIX = dll
64!endif
65EXTRALIBS_FOR_BASE =
66!ifeq MONOLITHIC 0
67EXTRALIBS_FOR_BASE =
68!endif
69!ifeq MONOLITHIC 1
70EXTRALIBS_FOR_BASE =
71!endif
72__DEBUGINFO_0 =
73!ifeq BUILD debug
74!ifeq DEBUG_INFO default
75__DEBUGINFO_0 = -d2
76!endif
77!endif
78!ifeq BUILD release
79!ifeq DEBUG_INFO default
80__DEBUGINFO_0 = -d0
81!endif
82!endif
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 =
90!ifeq BUILD debug
91!ifeq DEBUG_INFO default
92__DEBUGINFO_1 = debug all
93!endif
94!endif
95!ifeq BUILD release
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
105!endif
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
120__EXCEPTIONSFLAG_6 =
121!ifeq USE_EXCEPTIONS 0
122__EXCEPTIONSFLAG_6 =
123!endif
124!ifeq USE_EXCEPTIONS 1
125__EXCEPTIONSFLAG_6 = -xr
126!endif
127__EXCEPTIONSFLAG_7 =
128!ifeq USE_EXCEPTIONS 0
129__EXCEPTIONSFLAG_7 =
130!endif
131!ifeq USE_EXCEPTIONS 1
132__EXCEPTIONSFLAG_7 = -xs
133!endif
134__WXLIB_XRC_p =
135!ifeq MONOLITHIC 0
136__WXLIB_XRC_p = &
137 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
138!endif
139__WXLIB_HTML_p =
140!ifeq MONOLITHIC 0
141__WXLIB_HTML_p = &
142 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
143!endif
144__WXLIB_ADV_p =
145!ifeq MONOLITHIC 0
146__WXLIB_ADV_p = &
147 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
148!endif
149__WXLIB_CORE_p =
150!ifeq MONOLITHIC 0
151__WXLIB_CORE_p = &
152 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
153!endif
154__WXLIB_XML_p =
155!ifeq MONOLITHIC 0
156__WXLIB_XML_p = &
157 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
158!endif
159__WXLIB_BASE_p =
160!ifeq MONOLITHIC 0
161__WXLIB_BASE_p = &
162 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
163!endif
164__WXLIB_MONO_p =
165!ifeq MONOLITHIC 1
166__WXLIB_MONO_p = &
167 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
168!endif
169__LIB_TIFF_p =
170!ifeq USE_GUI 1
171__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
172!endif
173__LIB_JPEG_p =
174!ifeq USE_GUI 1
175__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
176!endif
177__LIB_PNG_p =
178!ifeq USE_GUI 1
179__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
180!endif
181__WXUNIV_DEFINE_p =
182!ifeq WXUNIV 1
183__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
184!endif
185__DEBUG_DEFINE_p =
186!ifeq BUILD debug
187!ifeq DEBUG_FLAG default
188__DEBUG_DEFINE_p = -d__WXDEBUG__
189!endif
190!endif
191!ifeq DEBUG_FLAG 1
192__DEBUG_DEFINE_p = -d__WXDEBUG__
193!endif
194__UNICODE_DEFINE_p =
195!ifeq UNICODE 1
196__UNICODE_DEFINE_p = -d_UNICODE
197!endif
198__DLLFLAG_p =
199!ifeq SHARED 1
200__DLLFLAG_p = -dWXUSINGDLL
201!endif
202
203### Variables: ###
204
205WX_RELEASE_NODOT = 25
206OBJS = &
207 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
208LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
209SETUPHDIR = &
210 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
211XRCDEMO_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
212 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
213 -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
214 $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG_6) &
215 $(__EXCEPTIONSFLAG_7) $(CPPFLAGS) $(CXXFLAGS)
216XRCDEMO_OBJECTS = &
217 $(OBJS)\xrcdemo_xrcdemo.obj &
218 $(OBJS)\xrcdemo_myframe.obj &
219 $(OBJS)\xrcdemo_derivdlg.obj &
220 $(OBJS)\xrcdemo_custclas.obj
221
222
223all : $(OBJS)
224$(OBJS) :
225 -if not exist $(OBJS) mkdir $(OBJS)
226
227### Targets: ###
228
229all : .SYMBOLIC $(OBJS)\xrcdemo.exe data
230
231clean : .SYMBOLIC
232 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
233 -if exist $(OBJS)\*.res del $(OBJS)\*.res
234 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
235 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
236 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
237 -if exist $(OBJS)\xrcdemo.exe del $(OBJS)\xrcdemo.exe
238
239$(OBJS)\xrcdemo.exe : $(XRCDEMO_OBJECTS) $(OBJS)\xrcdemo_xrcdemo.res
240 @%create $(OBJS)\xrcdemo.lbc
241 @%append $(OBJS)\xrcdemo.lbc option quiet
242 @%append $(OBJS)\xrcdemo.lbc name $^@
243 @%append $(OBJS)\xrcdemo.lbc option caseexact
244 @%append $(OBJS)\xrcdemo.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
245 @for %i in ($(XRCDEMO_OBJECTS)) do @%append $(OBJS)\xrcdemo.lbc file %i
246 @for %i in ( $(__WXLIB_XRC_p) $(__WXLIB_HTML_p) $(__WXLIB_ADV_p) $(__WXLIB_CORE_p) $(__WXLIB_XML_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)\xrcdemo.lbc library %i
247 @%append $(OBJS)\xrcdemo.lbc option resource=$(OBJS)\xrcdemo_xrcdemo.res
248 wlink @$(OBJS)\xrcdemo.lbc
249
250data : .SYMBOLIC
251 if not exist $(OBJS)\rc mkdir $(OBJS)\rc
252 for %f in (appicon.ico appicon.xpm artprov.xpm artprov.xrc basicdlg.xpm basicdlg.xrc controls.xpm controls.xrc custclas.xpm custclas.xrc derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif resource.xrc scanning.gif sppicon.ico toolbar.xrc uncenter.xpm uncenter.xrc update.gif variable.xpm variable.xrc) do if not exist $(OBJS)\rc\%f copy .\rc\%f $(OBJS)\rc
253
254$(OBJS)\xrcdemo_xrcdemo.obj : .AUTODEPEND .\xrcdemo.cpp
255 $(CXX) -zq -fo=$^@ $(XRCDEMO_CXXFLAGS) $<
256
257$(OBJS)\xrcdemo_myframe.obj : .AUTODEPEND .\myframe.cpp
258 $(CXX) -zq -fo=$^@ $(XRCDEMO_CXXFLAGS) $<
259
260$(OBJS)\xrcdemo_derivdlg.obj : .AUTODEPEND .\derivdlg.cpp
261 $(CXX) -zq -fo=$^@ $(XRCDEMO_CXXFLAGS) $<
262
263$(OBJS)\xrcdemo_custclas.obj : .AUTODEPEND .\custclas.cpp
264 $(CXX) -zq -fo=$^@ $(XRCDEMO_CXXFLAGS) $<
265
266$(OBJS)\xrcdemo_xrcdemo.res : .AUTODEPEND .\xrcdemo.rc
267 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 $<
268