]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/isosurf/makefile.wat
don't update stc.h when not building the library, it doesn't make sense to do this...
[wxWidgets.git] / samples / opengl / isosurf / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.6 (http://www.bakefile.org)
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 ! if $(__VERSION__) >= 1280
22 ! loaddll wlink wlinkd
23 ! else
24 ! loaddll wlink wlink
25 ! endif
26 ! loaddll wlib wlibd
27 !endif
28
29 # We need these variables in some bakefile-made rules:
30 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
31
32 ### Conditionally set variables: ###
33
34 PORTNAME =
35 !ifeq USE_GUI 0
36 PORTNAME = base
37 !endif
38 !ifeq USE_GUI 1
39 PORTNAME = msw
40 !endif
41 WXDEBUGFLAG =
42 !ifeq BUILD debug
43 !ifeq DEBUG_FLAG default
44 WXDEBUGFLAG = d
45 !endif
46 !endif
47 !ifeq DEBUG_FLAG 1
48 WXDEBUGFLAG = d
49 !endif
50 WXUNICODEFLAG =
51 !ifeq UNICODE 1
52 WXUNICODEFLAG = u
53 !endif
54 WXUNIVNAME =
55 !ifeq WXUNIV 1
56 WXUNIVNAME = univ
57 !endif
58 WXDLLFLAG =
59 !ifeq SHARED 1
60 WXDLLFLAG = dll
61 !endif
62 LIBTYPE_SUFFIX =
63 !ifeq SHARED 0
64 LIBTYPE_SUFFIX = lib
65 !endif
66 !ifeq SHARED 1
67 LIBTYPE_SUFFIX = dll
68 !endif
69 EXTRALIBS_FOR_BASE =
70 !ifeq MONOLITHIC 0
71 EXTRALIBS_FOR_BASE =
72 !endif
73 !ifeq MONOLITHIC 1
74 EXTRALIBS_FOR_BASE =
75 !endif
76 __isosurf___depname =
77 !ifeq USE_OPENGL 1
78 __isosurf___depname = $(OBJS)\isosurf.exe
79 !endif
80 __DEBUGINFO_0 =
81 !ifeq BUILD debug
82 !ifeq DEBUG_INFO default
83 __DEBUGINFO_0 = -d2
84 !endif
85 !endif
86 !ifeq BUILD release
87 !ifeq DEBUG_INFO default
88 __DEBUGINFO_0 = -d0
89 !endif
90 !endif
91 !ifeq DEBUG_INFO 0
92 __DEBUGINFO_0 = -d0
93 !endif
94 !ifeq DEBUG_INFO 1
95 __DEBUGINFO_0 = -d2
96 !endif
97 __DEBUGINFO_1 =
98 !ifeq BUILD debug
99 !ifeq DEBUG_INFO default
100 __DEBUGINFO_1 = debug all
101 !endif
102 !endif
103 !ifeq BUILD release
104 !ifeq DEBUG_INFO default
105 __DEBUGINFO_1 =
106 !endif
107 !endif
108 !ifeq DEBUG_INFO 0
109 __DEBUGINFO_1 =
110 !endif
111 !ifeq DEBUG_INFO 1
112 __DEBUGINFO_1 = debug all
113 !endif
114 __OPTIMIZEFLAG_2 =
115 !ifeq BUILD debug
116 __OPTIMIZEFLAG_2 = -od
117 !endif
118 !ifeq BUILD release
119 __OPTIMIZEFLAG_2 = -ot -ox
120 !endif
121 __THREADSFLAG_5 =
122 !ifeq USE_THREADS 0
123 __THREADSFLAG_5 =
124 !endif
125 !ifeq USE_THREADS 1
126 __THREADSFLAG_5 = -bm
127 !endif
128 __RUNTIME_LIBS_6 =
129 !ifeq RUNTIME_LIBS dynamic
130 __RUNTIME_LIBS_6 = -br
131 !endif
132 !ifeq RUNTIME_LIBS static
133 __RUNTIME_LIBS_6 =
134 !endif
135 __RTTIFLAG_7 =
136 !ifeq USE_RTTI 0
137 __RTTIFLAG_7 =
138 !endif
139 !ifeq USE_RTTI 1
140 __RTTIFLAG_7 = -xr
141 !endif
142 __EXCEPTIONSFLAG_8 =
143 !ifeq USE_EXCEPTIONS 0
144 __EXCEPTIONSFLAG_8 =
145 !endif
146 !ifeq USE_EXCEPTIONS 1
147 __EXCEPTIONSFLAG_8 = -xs
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_BASE_p =
155 !ifeq MONOLITHIC 0
156 __WXLIB_BASE_p = &
157 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
158 !endif
159 __WXLIB_MONO_p =
160 !ifeq MONOLITHIC 1
161 __WXLIB_MONO_p = &
162 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
163 !endif
164 __LIB_TIFF_p =
165 !ifeq USE_GUI 1
166 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
167 !endif
168 __LIB_JPEG_p =
169 !ifeq USE_GUI 1
170 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
171 !endif
172 __LIB_PNG_p =
173 !ifeq USE_GUI 1
174 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
175 !endif
176 __GDIPLUS_LIB_p =
177 !ifeq USE_GDIPLUS 1
178 __GDIPLUS_LIB_p = gdiplus.lib
179 !endif
180 __WXUNIV_DEFINE_p =
181 !ifeq WXUNIV 1
182 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
183 !endif
184 __DEBUG_DEFINE_p =
185 !ifeq BUILD debug
186 !ifeq DEBUG_FLAG default
187 __DEBUG_DEFINE_p = -d__WXDEBUG__
188 !endif
189 !endif
190 !ifeq DEBUG_FLAG 1
191 __DEBUG_DEFINE_p = -d__WXDEBUG__
192 !endif
193 __EXCEPTIONS_DEFINE_p =
194 !ifeq USE_EXCEPTIONS 0
195 __EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
196 !endif
197 __RTTI_DEFINE_p =
198 !ifeq USE_RTTI 0
199 __RTTI_DEFINE_p = -dwxNO_RTTI
200 !endif
201 __THREAD_DEFINE_p =
202 !ifeq USE_THREADS 0
203 __THREAD_DEFINE_p = -dwxNO_THREADS
204 !endif
205 __UNICODE_DEFINE_p =
206 !ifeq UNICODE 0
207 __UNICODE_DEFINE_p = -dwxUSE_UNICODE=0
208 !endif
209 !ifeq UNICODE 1
210 __UNICODE_DEFINE_p = -d_UNICODE
211 !endif
212 __GFXCTX_DEFINE_p =
213 !ifeq USE_GDIPLUS 1
214 __GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
215 !endif
216 __DLLFLAG_p =
217 !ifeq SHARED 1
218 __DLLFLAG_p = -dWXUSINGDLL
219 !endif
220
221 ### Variables: ###
222
223 WX_RELEASE_NODOT = 29
224 COMPILER_PREFIX = wat
225 OBJS = &
226 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
227 LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
228 SETUPHDIR = &
229 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
230 ISOSURF_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
231 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
232 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
233 $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
234 -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
235 $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__RTTIFLAG_7) &
236 $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
237 ISOSURF_OBJECTS = &
238 $(OBJS)\isosurf_isosurf.obj
239
240
241 all : $(OBJS)
242 $(OBJS) :
243 -if not exist $(OBJS) mkdir $(OBJS)
244
245 ### Targets: ###
246
247 all : .SYMBOLIC $(__isosurf___depname) data
248
249 clean : .SYMBOLIC
250 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
251 -if exist $(OBJS)\*.res del $(OBJS)\*.res
252 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
253 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
254 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
255 -if exist $(OBJS)\isosurf.exe del $(OBJS)\isosurf.exe
256
257 !ifeq USE_OPENGL 1
258 $(OBJS)\isosurf.exe : $(ISOSURF_OBJECTS) $(OBJS)\isosurf_sample.res
259 @%create $(OBJS)\isosurf.lbc
260 @%append $(OBJS)\isosurf.lbc option quiet
261 @%append $(OBJS)\isosurf.lbc name $^@
262 @%append $(OBJS)\isosurf.lbc option caseexact
263 @%append $(OBJS)\isosurf.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(LDFLAGS)
264 @for %i in ($(ISOSURF_OBJECTS)) do @%append $(OBJS)\isosurf.lbc file %i
265 @for %i in ( wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl.lib opengl32.lib glu32.lib $(__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 wininet.lib) do @%append $(OBJS)\isosurf.lbc library %i
266 @%append $(OBJS)\isosurf.lbc option resource=$(OBJS)\isosurf_sample.res
267 @for %i in () do @%append $(OBJS)\isosurf.lbc option stack=%i
268 wlink @$(OBJS)\isosurf.lbc
269 !endif
270
271 data : .SYMBOLIC
272 if not exist $(OBJS) mkdir $(OBJS)
273 for %f in (isosurf.dat.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
274
275 $(OBJS)\isosurf_sample.res : .AUTODEPEND .\..\..\..\samples\sample.rc
276 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 $<
277
278 $(OBJS)\isosurf_isosurf.obj : .AUTODEPEND .\isosurf.cpp
279 $(CXX) -bt=nt -zq -fo=$^@ $(ISOSURF_CXXFLAGS) $<
280