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