]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/animate/makefile.vc
more bakefile-based makefiles
[wxWidgets.git] / contrib / samples / animate / 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/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 ANITEST_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
16 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\anitest.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
18 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(LIBDIRNAME) \
19 /I.\..\..\..\src\tiff /I.\..\..\..\src\jpeg /I.\..\..\..\src\png \
20 /I.\..\..\..\src\zlib /I.\..\..\..\src\regex /I.\..\..\..\src\expat\lib /I. \
21 $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\include $(CXXFLAGS)
22 ANITEST_OBJECTS = \
23 $(OBJS)\anitest_anitest.obj \
24 $(OBJS)\anitest_anitest.res
25 LIBDIRNAME = \
26 .\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27 OBJS = \
28 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
29
30 ### Conditionally set variables: ###
31
32 !if "$(USE_GUI)" == "0"
33 PORTNAME = base
34 !endif
35 !if "$(USE_GUI)" == "1"
36 PORTNAME = msw
37 !endif
38 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
39 WXDEBUGFLAG = d
40 !endif
41 !if "$(DEBUG_FLAG)" == "1"
42 WXDEBUGFLAG = d
43 !endif
44 !if "$(SHARED)" == "1"
45 WXDLLFLAG = dll
46 !endif
47 !if "$(UNICODE)" == "1"
48 WXUNICODEFLAG = u
49 !endif
50 !if "$(WXUNIV)" == "1"
51 WXUNIVNAME = univ
52 !endif
53 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
54 __DEBUGINFO_0 = /Zi
55 !endif
56 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
57 __DEBUGINFO_0 =
58 !endif
59 !if "$(DEBUG_INFO)" == "0"
60 __DEBUGINFO_0 =
61 !endif
62 !if "$(DEBUG_INFO)" == "1"
63 __DEBUGINFO_0 = /Zi
64 !endif
65 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
66 __DEBUGINFO_1 = /DEBUG
67 !endif
68 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
69 __DEBUGINFO_1 =
70 !endif
71 !if "$(DEBUG_INFO)" == "0"
72 __DEBUGINFO_1 =
73 !endif
74 !if "$(DEBUG_INFO)" == "1"
75 __DEBUGINFO_1 = /DEBUG
76 !endif
77 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
78 __DEBUGINFO_3 = d
79 !endif
80 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
81 __DEBUGINFO_3 =
82 !endif
83 !if "$(DEBUG_INFO)" == "0"
84 __DEBUGINFO_3 =
85 !endif
86 !if "$(DEBUG_INFO)" == "1"
87 __DEBUGINFO_3 = d
88 !endif
89 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
90 __DEBUGRUNTIME_3 =
91 !endif
92 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
93 __DEBUGRUNTIME_3 = d
94 !endif
95 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
96 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
97 !endif
98 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
99 __DEBUG_DEFINE_p = /D__WXDEBUG__
100 !endif
101 !if "$(DEBUG_FLAG)" == "1"
102 __DEBUG_DEFINE_p = /D__WXDEBUG__
103 !endif
104 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
105 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
106 !endif
107 !if "$(DEBUG_FLAG)" == "1"
108 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
109 !endif
110 !if "$(SHARED)" == "1"
111 __DLLFLAG_p = /DWXUSINGDLL
112 !endif
113 !if "$(SHARED)" == "1"
114 __DLLFLAG_p_1 = /d WXUSINGDLL
115 !endif
116 !if "$(USE_GUI)" == "1"
117 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
118 !endif
119 !if "$(USE_GUI)" == "1"
120 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
121 !endif
122 !if "$(USE_GUI)" == "1"
123 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
124 !endif
125 !if "$(BUILD)" == "debug"
126 __OPTIMIZEFLAG_4 = /Od
127 !endif
128 !if "$(BUILD)" == "release"
129 __OPTIMIZEFLAG_4 = /O2
130 !endif
131 !if "$(RUNTIME_LIBS)" == "dynamic"
132 __RUNTIME_LIBS_7 = D
133 !endif
134 !if "$(RUNTIME_LIBS)" == "static"
135 __RUNTIME_LIBS_7 = T
136 !endif
137 !if "$(UNICODE)" == "1"
138 __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
139 !endif
140 !if "$(UNICODE)" == "1"
141 __UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
142 !endif
143 !if "$(MONOLITHIC)" == "0"
144 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
145 !endif
146 !if "$(MONOLITHIC)" == "0"
147 __WXLIB_CORE_p = \
148 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
149 !endif
150 !if "$(MONOLITHIC)" == "1"
151 __WXLIB_MONO_p = \
152 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
153 !endif
154 !if "$(WXUNIV)" == "1"
155 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
156 !endif
157 !if "$(WXUNIV)" == "1"
158 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
159 !endif
160 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
161 ____DEBUGINFO_2_p = /D_DEBUG
162 !endif
163 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
164 ____DEBUGINFO_2_p =
165 !endif
166 !if "$(DEBUG_INFO)" == "0"
167 ____DEBUGINFO_2_p =
168 !endif
169 !if "$(DEBUG_INFO)" == "1"
170 ____DEBUGINFO_2_p = /D_DEBUG
171 !endif
172 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
173 ____DEBUGINFO_2_p_1 = /d _DEBUG
174 !endif
175 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
176 ____DEBUGINFO_2_p_1 =
177 !endif
178 !if "$(DEBUG_INFO)" == "0"
179 ____DEBUGINFO_2_p_1 =
180 !endif
181 !if "$(DEBUG_INFO)" == "1"
182 ____DEBUGINFO_2_p_1 = /d _DEBUG
183 !endif
184 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
185 ____DEBUGRUNTIME_2_p =
186 !endif
187 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
188 ____DEBUGRUNTIME_2_p = /D_DEBUG
189 !endif
190 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
191 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
192 !endif
193 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
194 ____DEBUGRUNTIME_2_p_1 =
195 !endif
196 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
197 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
198 !endif
199 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
200 ____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
201 !endif
202
203
204 all: $(OBJS)
205 $(OBJS):
206 -if not exist $(OBJS) mkdir $(OBJS)
207
208 ### Targets: ###
209
210 all: $(OBJS)\anitest.exe data
211
212 $(OBJS)\anitest_anitest.obj: .\anitest.cpp
213 $(CXX) /c /nologo /TP /Fo$@ $(ANITEST_CXXFLAGS) $**
214
215 $(OBJS)\anitest_anitest.res: .\anitest.rc
216 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 $(LIBDIRNAME) /i .\..\..\..\src\tiff /i .\..\..\..\src\jpeg /i .\..\..\..\src\png /i .\..\..\..\src\zlib /i .\..\..\..\src\regex /i .\..\..\..\src\expat\lib /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\include $**
217
218 $(OBJS)\anitest.exe: $(ANITEST_OBJECTS) $(OBJS)\anitest_anitest.res
219 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
220 $(ANITEST_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.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 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
221 <<
222
223 clean:
224 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
225 -if exist $(OBJS)\*.res del $(OBJS)\*.res
226 -if exist $(OBJS)\anitest.exe del $(OBJS)\anitest.exe
227
228 data:
229 if not exist $(OBJS) mkdir $(OBJS)
230 for %f in (bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS)