]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/isosurf/makefile.wat
Elliptic arc fix for getting bounds
[wxWidgets.git] / samples / opengl / isosurf / makefile.wat
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
e93c6860
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
8b089c5e 6
fd9f42b6 7!include ../../../build/msw/config.wat
8b089c5e 8
e93c6860
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
8b089c5e 12
e93c6860
VS
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
8b089c5e 24
e93c6860
VS
25# We need these variables in some bakefile-made rules:
26WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
8b089c5e 27
e93c6860
VS
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
e93c6860
VS
46WXUNICODEFLAG =
47!ifeq UNICODE 1
48WXUNICODEFLAG = u
49!endif
50WXUNIVNAME =
51!ifeq WXUNIV 1
52WXUNIVNAME = univ
53!endif
b17c1746
DE
54WXDLLFLAG =
55!ifeq SHARED 1
56WXDLLFLAG = dll
57!endif
b14abf14
JS
58LIBTYPE_SUFFIX =
59!ifeq SHARED 0
60LIBTYPE_SUFFIX = lib
61!endif
62!ifeq SHARED 1
63LIBTYPE_SUFFIX = dll
64!endif
dd65d8c8
RN
65EXTRALIBS_FOR_BASE =
66!ifeq MONOLITHIC 0
67EXTRALIBS_FOR_BASE =
68!endif
69!ifeq MONOLITHIC 1
70EXTRALIBS_FOR_BASE =
71!endif
72__isosurf___depname =
73!ifeq USE_OPENGL 1
74__isosurf___depname = $(OBJS)\isosurf.exe
75!endif
e93c6860
VS
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
e93c6860
VS
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
b14abf14
JS
124__EXCEPTIONSFLAG_6 =
125!ifeq USE_EXCEPTIONS 0
126__EXCEPTIONSFLAG_6 =
127!endif
128!ifeq USE_EXCEPTIONS 1
129__EXCEPTIONSFLAG_6 = -xr
130!endif
b17c1746
DE
131__EXCEPTIONSFLAG_7 =
132!ifeq USE_EXCEPTIONS 0
133__EXCEPTIONSFLAG_7 =
e93c6860 134!endif
b17c1746
DE
135!ifeq USE_EXCEPTIONS 1
136__EXCEPTIONSFLAG_7 = -xs
e93c6860
VS
137!endif
138__WXLIB_CORE_p =
139!ifeq MONOLITHIC 0
140__WXLIB_CORE_p = &
c33fae85 141 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 142!endif
b17c1746
DE
143__WXLIB_BASE_p =
144!ifeq MONOLITHIC 0
c33fae85
RN
145__WXLIB_BASE_p = &
146 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 147!endif
e93c6860
VS
148__WXLIB_MONO_p =
149!ifeq MONOLITHIC 1
150__WXLIB_MONO_p = &
c33fae85 151 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 152!endif
b17c1746
DE
153__LIB_TIFF_p =
154!ifeq USE_GUI 1
9c2d002b 155__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
156!endif
157__LIB_JPEG_p =
158!ifeq USE_GUI 1
9c2d002b 159__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
160!endif
161__LIB_PNG_p =
162!ifeq USE_GUI 1
9c2d002b 163__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746 164!endif
e93c6860
VS
165__WXUNIV_DEFINE_p =
166!ifeq WXUNIV 1
167__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
168!endif
b17c1746
DE
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
e93c6860
VS
186
187### Variables: ###
188
c33fae85 189WX_RELEASE_NODOT = 25
b17c1746
DE
190OBJS = &
191 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 192LIBDIRNAME = .\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
193SETUPHDIR = &
194 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
195ISOSURF_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
196 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
b14abf14
JS
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)
e93c6860
VS
200ISOSURF_OBJECTS = &
201 $(OBJS)\isosurf_isosurf.obj
e93c6860 202
e93c6860
VS
203
204all : $(OBJS)
205$(OBJS) :
206 -if not exist $(OBJS) mkdir $(OBJS)
207
208### Targets: ###
209
dd65d8c8 210all : .SYMBOLIC $(__isosurf___depname) data
e93c6860 211
e93c6860
VS
212clean : .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
b14abf14 217 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
e93c6860
VS
218 -if exist $(OBJS)\isosurf.exe del $(OBJS)\isosurf.exe
219
dd65d8c8 220!ifeq USE_OPENGL 1
e09c7b2d 221$(OBJS)\isosurf.exe : $(ISOSURF_OBJECTS) $(OBJS)\isosurf_sample.res
e93c6860
VS
222 @%create $(OBJS)\isosurf.lbc
223 @%append $(OBJS)\isosurf.lbc option quiet
224 @%append $(OBJS)\isosurf.lbc name $^@
75a0a7b7 225 @%append $(OBJS)\isosurf.lbc option caseexact
e93c6860
VS
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
dd65d8c8 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
e09c7b2d 229 @%append $(OBJS)\isosurf.lbc option resource=$(OBJS)\isosurf_sample.res
e93c6860 230 wlink @$(OBJS)\isosurf.lbc
dd65d8c8 231!endif
b17c1746
DE
232
233data : .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
b14abf14 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 $<
b17c1746
DE
239
240$(OBJS)\isosurf_isosurf.obj : .AUTODEPEND .\isosurf.cpp
241 $(CXX) -zq -fo=$^@ $(ISOSURF_CXXFLAGS) $<
b14abf14 242