]> git.saurik.com Git - wxWidgets.git/blob - samples/xrc/makefile.wat
Added gnome files to gtk dist.
[wxWidgets.git] / samples / xrc / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (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 EXTRALIBS_FOR_BASE =
59 !ifeq MONOLITHIC 0
60 EXTRALIBS_FOR_BASE =
61 !endif
62 !ifeq MONOLITHIC 1
63 EXTRALIBS_FOR_BASE =
64 !endif
65 __DEBUGINFO_0 =
66 !ifeq BUILD debug
67 !ifeq DEBUG_INFO default
68 __DEBUGINFO_0 = -d2
69 !endif
70 !endif
71 !ifeq BUILD release
72 !ifeq DEBUG_INFO default
73 __DEBUGINFO_0 = -d0
74 !endif
75 !endif
76 !ifeq DEBUG_INFO 0
77 __DEBUGINFO_0 = -d0
78 !endif
79 !ifeq DEBUG_INFO 1
80 __DEBUGINFO_0 = -d2
81 !endif
82 __DEBUGINFO_1 =
83 !ifeq BUILD debug
84 !ifeq DEBUG_INFO default
85 __DEBUGINFO_1 = debug all
86 !endif
87 !endif
88 !ifeq BUILD release
89 !ifeq DEBUG_INFO default
90 __DEBUGINFO_1 =
91 !endif
92 !endif
93 !ifeq DEBUG_INFO 0
94 __DEBUGINFO_1 =
95 !endif
96 !ifeq DEBUG_INFO 1
97 __DEBUGINFO_1 = debug all
98 !endif
99 __OPTIMIZEFLAG_2 =
100 !ifeq BUILD debug
101 __OPTIMIZEFLAG_2 = -od
102 !endif
103 !ifeq BUILD release
104 __OPTIMIZEFLAG_2 = -ot -ox
105 !endif
106 __RUNTIME_LIBS_5 =
107 !ifeq RUNTIME_LIBS dynamic
108 __RUNTIME_LIBS_5 = -br
109 !endif
110 !ifeq RUNTIME_LIBS static
111 __RUNTIME_LIBS_5 =
112 !endif
113 __EXCEPTIONSFLAG_7 =
114 !ifeq USE_EXCEPTIONS 0
115 __EXCEPTIONSFLAG_7 =
116 !endif
117 !ifeq USE_EXCEPTIONS 1
118 __EXCEPTIONSFLAG_7 = -xs
119 !endif
120 __WXLIB_XRC_p =
121 !ifeq MONOLITHIC 0
122 __WXLIB_XRC_p = &
123 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc.lib
124 !endif
125 __WXLIB_HTML_p =
126 !ifeq MONOLITHIC 0
127 __WXLIB_HTML_p = &
128 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
129 !endif
130 __WXLIB_ADV_p =
131 !ifeq MONOLITHIC 0
132 __WXLIB_ADV_p = &
133 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
134 !endif
135 __WXLIB_CORE_p =
136 !ifeq MONOLITHIC 0
137 __WXLIB_CORE_p = &
138 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
139 !endif
140 __WXLIB_XML_p =
141 !ifeq MONOLITHIC 0
142 __WXLIB_XML_p = &
143 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
144 !endif
145 __WXLIB_BASE_p =
146 !ifeq MONOLITHIC 0
147 __WXLIB_BASE_p = &
148 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
149 !endif
150 __WXLIB_MONO_p =
151 !ifeq MONOLITHIC 1
152 __WXLIB_MONO_p = &
153 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
154 !endif
155 __LIB_TIFF_p =
156 !ifeq USE_GUI 1
157 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
158 !endif
159 __LIB_JPEG_p =
160 !ifeq USE_GUI 1
161 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
162 !endif
163 __LIB_PNG_p =
164 !ifeq USE_GUI 1
165 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
166 !endif
167 LIBDIRNAME =
168 !ifeq SHARED 0
169 LIBDIRNAME = .\..\..\lib\wat_lib$(CFG)
170 !endif
171 !ifeq SHARED 1
172 LIBDIRNAME = .\..\..\lib\wat_dll$(CFG)
173 !endif
174 __WXUNIV_DEFINE_p =
175 !ifeq WXUNIV 1
176 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
177 !endif
178 __DEBUG_DEFINE_p =
179 !ifeq BUILD debug
180 !ifeq DEBUG_FLAG default
181 __DEBUG_DEFINE_p = -d__WXDEBUG__
182 !endif
183 !endif
184 !ifeq DEBUG_FLAG 1
185 __DEBUG_DEFINE_p = -d__WXDEBUG__
186 !endif
187 __UNICODE_DEFINE_p =
188 !ifeq UNICODE 1
189 __UNICODE_DEFINE_p = -d_UNICODE
190 !endif
191 __DLLFLAG_p =
192 !ifeq SHARED 1
193 __DLLFLAG_p = -dWXUSINGDLL
194 !endif
195
196 ### Variables: ###
197
198 WX_RELEASE_NODOT = 25
199 OBJS = &
200 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
201 SETUPHDIR = &
202 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
203 XRCDEMO_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
204 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
205 -i=.\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 -wcd=657 -i=. &
206 $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG_7) $(CPPFLAGS) &
207 $(CXXFLAGS)
208 XRCDEMO_OBJECTS = &
209 $(OBJS)\xrcdemo_xrcdemo.obj &
210 $(OBJS)\xrcdemo_myframe.obj &
211 $(OBJS)\xrcdemo_derivdlg.obj &
212 $(OBJS)\xrcdemo_custclas.obj
213
214
215 all : $(OBJS)
216 $(OBJS) :
217 -if not exist $(OBJS) mkdir $(OBJS)
218
219 ### Targets: ###
220
221 all : .SYMBOLIC $(OBJS)\xrcdemo.exe data
222
223 clean : .SYMBOLIC
224 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
225 -if exist $(OBJS)\*.res del $(OBJS)\*.res
226 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
227 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
228 -if exist $(OBJS)\xrcdemo.exe del $(OBJS)\xrcdemo.exe
229
230 $(OBJS)\xrcdemo.exe : $(XRCDEMO_OBJECTS) $(OBJS)\xrcdemo_xrcdemo.res
231 @%create $(OBJS)\xrcdemo.lbc
232 @%append $(OBJS)\xrcdemo.lbc option quiet
233 @%append $(OBJS)\xrcdemo.lbc name $^@
234 @%append $(OBJS)\xrcdemo.lbc option caseexact
235 @%append $(OBJS)\xrcdemo.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
236 @for %i in ($(XRCDEMO_OBJECTS)) do @%append $(OBJS)\xrcdemo.lbc file %i
237 @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
238 @%append $(OBJS)\xrcdemo.lbc option resource=$(OBJS)\xrcdemo_xrcdemo.res
239 wlink @$(OBJS)\xrcdemo.lbc
240
241 data : .SYMBOLIC
242 if not exist $(OBJS)\rc mkdir $(OBJS)\rc
243 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
244
245 $(OBJS)\xrcdemo_xrcdemo.obj : .AUTODEPEND .\xrcdemo.cpp
246 $(CXX) -zq -fo=$^@ $(XRCDEMO_CXXFLAGS) $<
247
248 $(OBJS)\xrcdemo_myframe.obj : .AUTODEPEND .\myframe.cpp
249 $(CXX) -zq -fo=$^@ $(XRCDEMO_CXXFLAGS) $<
250
251 $(OBJS)\xrcdemo_derivdlg.obj : .AUTODEPEND .\derivdlg.cpp
252 $(CXX) -zq -fo=$^@ $(XRCDEMO_CXXFLAGS) $<
253
254 $(OBJS)\xrcdemo_custclas.obj : .AUTODEPEND .\custclas.cpp
255 $(CXX) -zq -fo=$^@ $(XRCDEMO_CXXFLAGS) $<
256
257 $(OBJS)\xrcdemo_xrcdemo.res : .AUTODEPEND .\xrcdemo.rc
258 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 $<