update makefiles
[wxWidgets.git] / samples / opengl / penguin / makefile.wat
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.2.2 (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 LIBTYPE_SUFFIX =
59 !ifeq SHARED 0
60 LIBTYPE_SUFFIX = lib
61 !endif
62 !ifeq SHARED 1
63 LIBTYPE_SUFFIX = dll
64 !endif
65 EXTRALIBS_FOR_BASE =
66 !ifeq MONOLITHIC 0
67 EXTRALIBS_FOR_BASE = 
68 !endif
69 !ifeq MONOLITHIC 1
70 EXTRALIBS_FOR_BASE =  
71 !endif
72 __penguin___depname =
73 !ifeq USE_OPENGL 1
74 __penguin___depname = $(OBJS)\penguin.exe
75 !endif
76 __DEBUGINFO_0 =
77 !ifeq BUILD debug
78 !ifeq DEBUG_INFO default
79 __DEBUGINFO_0 = -d2
80 !endif
81 !endif
82 !ifeq BUILD release
83 !ifeq DEBUG_INFO default
84 __DEBUGINFO_0 = -d0
85 !endif
86 !endif
87 !ifeq DEBUG_INFO 0
88 __DEBUGINFO_0 = -d0
89 !endif
90 !ifeq DEBUG_INFO 1
91 __DEBUGINFO_0 = -d2
92 !endif
93 __DEBUGINFO_1 =
94 !ifeq BUILD debug
95 !ifeq DEBUG_INFO default
96 __DEBUGINFO_1 = debug all
97 !endif
98 !endif
99 !ifeq BUILD release
100 !ifeq DEBUG_INFO default
101 __DEBUGINFO_1 = 
102 !endif
103 !endif
104 !ifeq DEBUG_INFO 0
105 __DEBUGINFO_1 = 
106 !endif
107 !ifeq DEBUG_INFO 1
108 __DEBUGINFO_1 = debug all
109 !endif
110 __OPTIMIZEFLAG_2 =
111 !ifeq BUILD debug
112 __OPTIMIZEFLAG_2 = -od
113 !endif
114 !ifeq BUILD release
115 __OPTIMIZEFLAG_2 = -ot -ox
116 !endif
117 __THREADSFLAG_5 =
118 !ifeq USE_THREADS 0
119 __THREADSFLAG_5 = 
120 !endif
121 !ifeq USE_THREADS 1
122 __THREADSFLAG_5 = -bm
123 !endif
124 __RUNTIME_LIBS_6 =
125 !ifeq RUNTIME_LIBS dynamic
126 __RUNTIME_LIBS_6 = -br
127 !endif
128 !ifeq RUNTIME_LIBS static
129 __RUNTIME_LIBS_6 = 
130 !endif
131 __RTTIFLAG_7 =
132 !ifeq USE_RTTI 0
133 __RTTIFLAG_7 = 
134 !endif
135 !ifeq USE_RTTI 1
136 __RTTIFLAG_7 = -xr
137 !endif
138 __EXCEPTIONSFLAG_8 =
139 !ifeq USE_EXCEPTIONS 0
140 __EXCEPTIONSFLAG_8 = 
141 !endif
142 !ifeq USE_EXCEPTIONS 1
143 __EXCEPTIONSFLAG_8 = -xs
144 !endif
145 __WXLIB_CORE_p =
146 !ifeq MONOLITHIC 0
147 __WXLIB_CORE_p = &
148         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
149 !endif
150 __WXLIB_BASE_p =
151 !ifeq MONOLITHIC 0
152 __WXLIB_BASE_p = &
153         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
154 !endif
155 __WXLIB_MONO_p =
156 !ifeq MONOLITHIC 1
157 __WXLIB_MONO_p = &
158         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
159 !endif
160 __LIB_TIFF_p =
161 !ifeq USE_GUI 1
162 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
163 !endif
164 __LIB_JPEG_p =
165 !ifeq USE_GUI 1
166 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
167 !endif
168 __LIB_PNG_p =
169 !ifeq USE_GUI 1
170 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
171 !endif
172 __GDIPLUS_LIB_p =
173 !ifeq USE_GDIPLUS 1
174 __GDIPLUS_LIB_p = gdiplus.lib
175 !endif
176 __WXUNIV_DEFINE_p =
177 !ifeq WXUNIV 1
178 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
179 !endif
180 __DEBUG_DEFINE_p =
181 !ifeq BUILD debug
182 !ifeq DEBUG_FLAG default
183 __DEBUG_DEFINE_p = -d__WXDEBUG__
184 !endif
185 !endif
186 !ifeq DEBUG_FLAG 1
187 __DEBUG_DEFINE_p = -d__WXDEBUG__
188 !endif
189 __EXCEPTIONS_DEFINE_p =
190 !ifeq USE_EXCEPTIONS 0
191 __EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
192 !endif
193 __RTTI_DEFINE_p =
194 !ifeq USE_RTTI 0
195 __RTTI_DEFINE_p = -dwxNO_RTTI
196 !endif
197 __THREAD_DEFINE_p =
198 !ifeq USE_THREADS 0
199 __THREAD_DEFINE_p = -dwxNO_THREADS
200 !endif
201 __UNICODE_DEFINE_p =
202 !ifeq UNICODE 1
203 __UNICODE_DEFINE_p = -d_UNICODE
204 !endif
205 __GFXCTX_DEFINE_p =
206 !ifeq USE_GDIPLUS 1
207 __GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1
208 !endif
209 __DLLFLAG_p =
210 !ifeq SHARED 1
211 __DLLFLAG_p = -dWXUSINGDLL
212 !endif
213
214 ### Variables: ###
215
216 WX_RELEASE_NODOT = 29
217 COMPILER_PREFIX = wat
218 OBJS = &
219         $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
220 LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
221 SETUPHDIR = &
222         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
223 PENGUIN_CFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
224         $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
225         $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
226         $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
227         -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
228         $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(CPPFLAGS) $(CFLAGS)
229 PENGUIN_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
230         $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
231         $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
232         $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) &
233         -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. &
234         $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__RTTIFLAG_7) &
235         $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
236 PENGUIN_OBJECTS =  &
237         $(OBJS)\penguin_penguin.obj &
238         $(OBJS)\penguin_dxfrenderer.obj &
239         $(OBJS)\penguin_trackball.obj
240
241
242 all : $(OBJS)
243 $(OBJS) :
244         -if not exist $(OBJS) mkdir $(OBJS)
245
246 ### Targets: ###
247
248 all : .SYMBOLIC $(__penguin___depname) data
249
250 clean : .SYMBOLIC 
251         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
252         -if exist $(OBJS)\*.res del $(OBJS)\*.res
253         -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
254         -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
255         -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
256         -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
257
258 !ifeq USE_OPENGL 1
259 $(OBJS)\penguin.exe :  $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
260         @%create $(OBJS)\penguin.lbc
261         @%append $(OBJS)\penguin.lbc option quiet
262         @%append $(OBJS)\penguin.lbc name $^@
263         @%append $(OBJS)\penguin.lbc option caseexact
264         @%append $(OBJS)\penguin.lbc $(LDFLAGS) $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
265         @for %i in ($(PENGUIN_OBJECTS)) do @%append $(OBJS)\penguin.lbc file %i
266         @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 odbc32.lib) do @%append $(OBJS)\penguin.lbc library %i
267         @%append $(OBJS)\penguin.lbc option resource=$(OBJS)\penguin_penguin.res
268         @for %i in () do @%append $(OBJS)\penguin.lbc option stack=%i
269         wlink @$(OBJS)\penguin.lbc
270 !endif
271
272 data : .SYMBOLIC 
273         if not exist $(OBJS) mkdir $(OBJS)
274         for %f in (penguin.dxf.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
275
276 $(OBJS)\penguin_penguin.obj :  .AUTODEPEND .\penguin.cpp
277         $(CXX) -bt=nt -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
278
279 $(OBJS)\penguin_dxfrenderer.obj :  .AUTODEPEND .\dxfrenderer.cpp
280         $(CXX) -bt=nt -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
281
282 $(OBJS)\penguin_trackball.obj :  .AUTODEPEND .\trackball.c
283         $(CC) -bt=nt -zq -fo=$^@ $(PENGUIN_CFLAGS) $<
284
285 $(OBJS)\penguin_penguin.res :  .AUTODEPEND .\penguin.rc
286         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 $<
287