]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/penguin/makefile.wat
wxString and wxChar* access for file functions. Source cleaning.
[wxWidgets.git] / samples / opengl / penguin / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (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 EXTRALIBS_FOR_BASE =
59 !ifeq MONOLITHIC 0
60 EXTRALIBS_FOR_BASE =
61 !endif
62 !ifeq MONOLITHIC 1
63 EXTRALIBS_FOR_BASE =
64 !endif
65 __penguin___depname =
66 !ifeq USE_OPENGL 1
67 __penguin___depname = $(OBJS)\penguin.exe
68 !endif
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
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
117 __EXCEPTIONSFLAG_7 =
118 !ifeq USE_EXCEPTIONS 0
119 __EXCEPTIONSFLAG_7 =
120 !endif
121 !ifeq USE_EXCEPTIONS 1
122 __EXCEPTIONSFLAG_7 = -xs
123 !endif
124 __WXLIB_CORE_p =
125 !ifeq MONOLITHIC 0
126 __WXLIB_CORE_p = &
127 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
128 !endif
129 __WXLIB_BASE_p =
130 !ifeq MONOLITHIC 0
131 __WXLIB_BASE_p = &
132 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
133 !endif
134 __WXLIB_MONO_p =
135 !ifeq MONOLITHIC 1
136 __WXLIB_MONO_p = &
137 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
138 !endif
139 __LIB_TIFF_p =
140 !ifeq USE_GUI 1
141 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
142 !endif
143 __LIB_JPEG_p =
144 !ifeq USE_GUI 1
145 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
146 !endif
147 __LIB_PNG_p =
148 !ifeq USE_GUI 1
149 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
150 !endif
151 LIBDIRNAME =
152 !ifeq SHARED 0
153 LIBDIRNAME = .\..\..\..\lib\wat_lib$(CFG)
154 !endif
155 !ifeq SHARED 1
156 LIBDIRNAME = .\..\..\..\lib\wat_dll$(CFG)
157 !endif
158 __WXUNIV_DEFINE_p =
159 !ifeq WXUNIV 1
160 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
161 !endif
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
179
180 ### Variables: ###
181
182 WX_RELEASE_NODOT = 25
183 OBJS = &
184 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
185 SETUPHDIR = &
186 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
187 PENGUIN_CFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
188 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
189 -i=.\..\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 -wcd=657 -i=. &
190 $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(CPPFLAGS) $(CFLAGS)
191 PENGUIN_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
192 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
193 -i=.\..\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 -wcd=657 -i=. &
194 $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG_7) &
195 $(CPPFLAGS) $(CXXFLAGS)
196 PENGUIN_OBJECTS = &
197 $(OBJS)\penguin_penguin.obj &
198 $(OBJS)\penguin_lw.obj &
199 $(OBJS)\penguin_trackball.obj
200
201
202 all : $(OBJS)
203 $(OBJS) :
204 -if not exist $(OBJS) mkdir $(OBJS)
205
206 ### Targets: ###
207
208 all : .SYMBOLIC $(__penguin___depname) data
209
210 clean : .SYMBOLIC
211 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
212 -if exist $(OBJS)\*.res del $(OBJS)\*.res
213 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
214 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
215 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
216
217 !ifeq USE_OPENGL 1
218 $(OBJS)\penguin.exe : $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
219 @%create $(OBJS)\penguin.lbc
220 @%append $(OBJS)\penguin.lbc option quiet
221 @%append $(OBJS)\penguin.lbc name $^@
222 @%append $(OBJS)\penguin.lbc option caseexact
223 @%append $(OBJS)\penguin.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
224 @for %i in ($(PENGUIN_OBJECTS)) do @%append $(OBJS)\penguin.lbc file %i
225 @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)\penguin.lbc library %i
226 @%append $(OBJS)\penguin.lbc option resource=$(OBJS)\penguin_penguin.res
227 wlink @$(OBJS)\penguin.lbc
228 !endif
229
230 data : .SYMBOLIC
231 if not exist $(OBJS) mkdir $(OBJS)
232 for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
233
234 $(OBJS)\penguin_penguin.obj : .AUTODEPEND .\penguin.cpp
235 $(CXX) -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
236
237 $(OBJS)\penguin_lw.obj : .AUTODEPEND .\lw.cpp
238 $(CXX) -zq -fo=$^@ $(PENGUIN_CXXFLAGS) $<
239
240 $(OBJS)\penguin_trackball.obj : .AUTODEPEND .\trackball.c
241 $(CC) -zq -fo=$^@ $(PENGUIN_CFLAGS) $<
242
243 $(OBJS)\penguin_penguin.res : .AUTODEPEND .\penguin.rc
244 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 -dNOPCH $<