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