Regenerated makefiles
[wxWidgets.git] / samples / opengl / isosurf / makefile.wat
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:
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 __isosurf___depname =
73 !ifeq USE_OPENGL 1
74 __isosurf___depname = $(OBJS)\isosurf.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 __RUNTIME_LIBS_5 =
118 !ifeq RUNTIME_LIBS dynamic
119 __RUNTIME_LIBS_5 = -br
120 !endif
121 !ifeq RUNTIME_LIBS static
122 __RUNTIME_LIBS_5 = 
123 !endif
124 __EXCEPTIONSFLAG_6 =
125 !ifeq USE_EXCEPTIONS 0
126 __EXCEPTIONSFLAG_6 = 
127 !endif
128 !ifeq USE_EXCEPTIONS 1
129 __EXCEPTIONSFLAG_6 = -xr
130 !endif
131 __EXCEPTIONSFLAG_7 =
132 !ifeq USE_EXCEPTIONS 0
133 __EXCEPTIONSFLAG_7 = 
134 !endif
135 !ifeq USE_EXCEPTIONS 1
136 __EXCEPTIONSFLAG_7 = -xs
137 !endif
138 __WXLIB_CORE_p =
139 !ifeq MONOLITHIC 0
140 __WXLIB_CORE_p = &
141         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
142 !endif
143 __WXLIB_BASE_p =
144 !ifeq MONOLITHIC 0
145 __WXLIB_BASE_p = &
146         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
147 !endif
148 __WXLIB_MONO_p =
149 !ifeq MONOLITHIC 1
150 __WXLIB_MONO_p = &
151         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
152 !endif
153 __LIB_TIFF_p =
154 !ifeq USE_GUI 1
155 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
156 !endif
157 __LIB_JPEG_p =
158 !ifeq USE_GUI 1
159 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
160 !endif
161 __LIB_PNG_p =
162 !ifeq USE_GUI 1
163 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
164 !endif
165 __WXUNIV_DEFINE_p =
166 !ifeq WXUNIV 1
167 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
168 !endif
169 __DEBUG_DEFINE_p =
170 !ifeq BUILD debug
171 !ifeq DEBUG_FLAG default
172 __DEBUG_DEFINE_p = -d__WXDEBUG__
173 !endif
174 !endif
175 !ifeq DEBUG_FLAG 1
176 __DEBUG_DEFINE_p = -d__WXDEBUG__
177 !endif
178 __UNICODE_DEFINE_p =
179 !ifeq UNICODE 1
180 __UNICODE_DEFINE_p = -d_UNICODE
181 !endif
182 __DLLFLAG_p =
183 !ifeq SHARED 1
184 __DLLFLAG_p = -dWXUSINGDLL
185 !endif
186
187 ### Variables: ###
188
189 WX_RELEASE_NODOT = 25
190 OBJS = &
191         wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
192 LIBDIRNAME = .\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
193 SETUPHDIR = &
194         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
195 ISOSURF_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
196         -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
197         -i=.\..\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 &
198         -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG_6) &
199         $(__EXCEPTIONSFLAG_7) $(CPPFLAGS) $(CXXFLAGS)
200 ISOSURF_OBJECTS =  &
201         $(OBJS)\isosurf_isosurf.obj
202
203
204 all : $(OBJS)
205 $(OBJS) :
206         -if not exist $(OBJS) mkdir $(OBJS)
207
208 ### Targets: ###
209
210 all : .SYMBOLIC $(__isosurf___depname) data
211
212 clean : .SYMBOLIC 
213         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
214         -if exist $(OBJS)\*.res del $(OBJS)\*.res
215         -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
216         -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
217         -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
218         -if exist $(OBJS)\isosurf.exe del $(OBJS)\isosurf.exe
219
220 !ifeq USE_OPENGL 1
221 $(OBJS)\isosurf.exe :  $(ISOSURF_OBJECTS) $(OBJS)\isosurf_sample.res
222         @%create $(OBJS)\isosurf.lbc
223         @%append $(OBJS)\isosurf.lbc option quiet
224         @%append $(OBJS)\isosurf.lbc name $^@
225         @%append $(OBJS)\isosurf.lbc option caseexact
226         @%append $(OBJS)\isosurf.lbc $(LDFLAGS) $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
227         @for %i in ($(ISOSURF_OBJECTS)) do @%append $(OBJS)\isosurf.lbc file %i
228         @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)  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)\isosurf.lbc library %i
229         @%append $(OBJS)\isosurf.lbc option resource=$(OBJS)\isosurf_sample.res
230         wlink @$(OBJS)\isosurf.lbc
231 !endif
232
233 data : .SYMBOLIC 
234         if not exist $(OBJS) mkdir $(OBJS)
235         for %f in (isosurf.dat.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
236
237 $(OBJS)\isosurf_sample.res :  .AUTODEPEND .\..\..\..\samples\sample.rc
238         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 $<
239
240 $(OBJS)\isosurf_isosurf.obj :  .AUTODEPEND .\isosurf.cpp
241         $(CXX) -zq -fo=$^@ $(ISOSURF_CXXFLAGS) $<
242