]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/penguin/makefile.vc
get rid of \\ macros and change See Also -> See also
[wxWidgets.git] / samples / opengl / penguin / makefile.vc
... / ...
CommitLineData
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.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
19PENGUIN_CFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
20 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
21 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
22 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
23 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
24 $(CPPFLAGS) $(CFLAGS)
25PENGUIN_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
26 $(__DEBUGINFO_0) /Fd$(OBJS)\penguin.pdb $(____DEBUGRUNTIME_2_p) \
27 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
28 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
29 /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples \
30 $(__EXCEPTIONSFLAG_8) $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) $(CXXFLAGS)
31PENGUIN_OBJECTS = \
32 $(OBJS)\penguin_penguin.obj \
33 $(OBJS)\penguin_lw.obj \
34 $(OBJS)\penguin_trackball.obj \
35 $(OBJS)\penguin_penguin.res
36
37### Conditionally set variables: ###
38
39!if "$(USE_GUI)" == "0"
40PORTNAME = base
41!endif
42!if "$(USE_GUI)" == "1"
43PORTNAME = msw
44!endif
45!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
46WXDEBUGFLAG = d
47!endif
48!if "$(DEBUG_FLAG)" == "1"
49WXDEBUGFLAG = d
50!endif
51!if "$(UNICODE)" == "1"
52WXUNICODEFLAG = u
53!endif
54!if "$(WXUNIV)" == "1"
55WXUNIVNAME = univ
56!endif
57!if "$(SHARED)" == "1"
58WXDLLFLAG = dll
59!endif
60!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
61__DEBUGINFO_0 = /Zi
62!endif
63!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
64__DEBUGINFO_0 =
65!endif
66!if "$(DEBUG_INFO)" == "0"
67__DEBUGINFO_0 =
68!endif
69!if "$(DEBUG_INFO)" == "1"
70__DEBUGINFO_0 = /Zi
71!endif
72!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
73__DEBUGINFO_1 = /DEBUG
74!endif
75!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
76__DEBUGINFO_1 =
77!endif
78!if "$(DEBUG_INFO)" == "0"
79__DEBUGINFO_1 =
80!endif
81!if "$(DEBUG_INFO)" == "1"
82__DEBUGINFO_1 = /DEBUG
83!endif
84!if "$(DEBUG_RUNTIME_LIBS)" == "0"
85____DEBUGRUNTIME_2_p =
86!endif
87!if "$(DEBUG_RUNTIME_LIBS)" == "1"
88____DEBUGRUNTIME_2_p = /D_DEBUG
89!endif
90!if "$(DEBUG_RUNTIME_LIBS)" == "default"
91____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
92!endif
93!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
94____DEBUGINFO_2_p = /D_DEBUG
95!endif
96!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
97____DEBUGINFO_2_p =
98!endif
99!if "$(DEBUG_INFO)" == "0"
100____DEBUGINFO_2_p =
101!endif
102!if "$(DEBUG_INFO)" == "1"
103____DEBUGINFO_2_p = /D_DEBUG
104!endif
105!if "$(DEBUG_RUNTIME_LIBS)" == "0"
106____DEBUGRUNTIME_2_p_1 =
107!endif
108!if "$(DEBUG_RUNTIME_LIBS)" == "1"
109____DEBUGRUNTIME_2_p_1 = /d _DEBUG
110!endif
111!if "$(DEBUG_RUNTIME_LIBS)" == "default"
112____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
113!endif
114!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
115____DEBUGINFO_2_p_1 = /d _DEBUG
116!endif
117!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
118____DEBUGINFO_2_p_1 =
119!endif
120!if "$(DEBUG_INFO)" == "0"
121____DEBUGINFO_2_p_1 =
122!endif
123!if "$(DEBUG_INFO)" == "1"
124____DEBUGINFO_2_p_1 = /d _DEBUG
125!endif
126!if "$(DEBUG_RUNTIME_LIBS)" == "0"
127__DEBUGRUNTIME_3 =
128!endif
129!if "$(DEBUG_RUNTIME_LIBS)" == "1"
130__DEBUGRUNTIME_3 = d
131!endif
132!if "$(DEBUG_RUNTIME_LIBS)" == "default"
133__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
134!endif
135!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
136__DEBUGINFO_3 = d
137!endif
138!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
139__DEBUGINFO_3 =
140!endif
141!if "$(DEBUG_INFO)" == "0"
142__DEBUGINFO_3 =
143!endif
144!if "$(DEBUG_INFO)" == "1"
145__DEBUGINFO_3 = d
146!endif
147!if "$(BUILD)" == "debug"
148__OPTIMIZEFLAG_4 = /Od
149!endif
150!if "$(BUILD)" == "release"
151__OPTIMIZEFLAG_4 = /O2
152!endif
153!if "$(RUNTIME_LIBS)" == "dynamic"
154__RUNTIME_LIBS_7 = D
155!endif
156!if "$(RUNTIME_LIBS)" == "static"
157__RUNTIME_LIBS_7 = T
158!endif
159!if "$(USE_EXCEPTIONS)" == "0"
160__EXCEPTIONSFLAG_8 =
161!endif
162!if "$(USE_EXCEPTIONS)" == "1"
163__EXCEPTIONSFLAG_8 = /GR
164!endif
165!if "$(USE_EXCEPTIONS)" == "0"
166__EXCEPTIONSFLAG_9 =
167!endif
168!if "$(USE_EXCEPTIONS)" == "1"
169__EXCEPTIONSFLAG_9 = /GX
170!endif
171!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
172__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
173!endif
174!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
175__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
176!endif
177!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
178__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
179!endif
180!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
181__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
182!endif
183!if "$(WXUNIV)" == "1"
184__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
185!endif
186!if "$(WXUNIV)" == "1"
187__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
188!endif
189!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
190__DEBUG_DEFINE_p = /D__WXDEBUG__
191!endif
192!if "$(DEBUG_FLAG)" == "1"
193__DEBUG_DEFINE_p = /D__WXDEBUG__
194!endif
195!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
196__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
197!endif
198!if "$(DEBUG_FLAG)" == "1"
199__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
200!endif
201!if "$(UNICODE)" == "1"
202__UNICODE_DEFINE_p = /D_UNICODE
203!endif
204!if "$(UNICODE)" == "1"
205__UNICODE_DEFINE_p_1 = /d _UNICODE
206!endif
207!if "$(SHARED)" == "1"
208__DLLFLAG_p = /DWXUSINGDLL
209!endif
210!if "$(SHARED)" == "1"
211__DLLFLAG_p_1 = /d WXUSINGDLL
212!endif
213!if "$(MONOLITHIC)" == "0"
214__WXLIB_CORE_p = \
215 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
216!endif
217!if "$(MONOLITHIC)" == "0"
218__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
219!endif
220!if "$(MONOLITHIC)" == "1"
221__WXLIB_MONO_p = \
222 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
223!endif
224!if "$(USE_GUI)" == "1"
225__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
226!endif
227!if "$(USE_GUI)" == "1"
228__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
229!endif
230!if "$(USE_GUI)" == "1"
231__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
232!endif
233!if "$(MSLU)" == "1"
234__UNICOWS_LIB_p = unicows.lib
235!endif
236!if "$(SHARED)" == "0"
237LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
238!endif
239!if "$(SHARED)" == "1"
240LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
241!endif
242
243
244all: $(OBJS)
245$(OBJS):
246 -if not exist $(OBJS) mkdir $(OBJS)
247
248### Targets: ###
249
250all: $(OBJS)\penguin.exe data
251
252clean:
253 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
254 -if exist $(OBJS)\*.res del $(OBJS)\*.res
255 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
256 -if exist $(OBJS)\penguin.ilk del $(OBJS)\penguin.ilk
257 -if exist $(OBJS)\penguin.pdb del $(OBJS)\penguin.pdb
258
259$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
260 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
261 $(PENGUIN_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_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 $(__UNICOWS_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 oleacc.lib odbc32.lib
262<<
263
264data:
265 if not exist $(OBJS) mkdir $(OBJS)
266 for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
267
268$(OBJS)\penguin_penguin.obj: .\penguin.cpp
269 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
270
271$(OBJS)\penguin_lw.obj: .\lw.cpp
272 $(CXX) /c /nologo /TP /Fo$@ $(PENGUIN_CXXFLAGS) $**
273
274$(OBJS)\penguin_trackball.obj: .\trackball.c
275 $(CC) /c /nologo /TC /Fo$@ $(PENGUIN_CFLAGS) $**
276
277$(OBJS)\penguin_penguin.res: .\penguin.rc
278 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples $**