]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
f509d00d | 3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) |
250700e4 RD |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
fd9f42b6 | 7 | !include <../../../build/msw/config.vc> |
250700e4 RD |
8 | |
9 | # ------------------------------------------------------------------------- | |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | ### Variables: ### | |
14 | ||
3f55f5b8 VS |
15 | ANIMATEDLL_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) \ |
16 | /DWIN32 $(__DEBUGINFO_2) \ | |
17 | /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)250$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_vc$(VENDORTAG).pdb \ | |
18 | $(____DEBUGRUNTIME_2_p) $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \ | |
19 | $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \ | |
75a0a7b7 | 20 | /I..\..\src\animate\..\..\..\include /I$(SETUPHDIR) \ |
3f55f5b8 VS |
21 | /I..\..\src\animate\..\..\include /DWXUSINGDLL /DWXMAKINGDLL_ANIMATE \ |
22 | $(CXXFLAGS) /Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_animatedll.pch" | |
23 | ANIMATEDLL_OBJECTS = \ | |
24 | $(OBJS)\animatedll_dummy.obj \ | |
25 | $(OBJS)\animatedll_animate.obj | |
26 | ANIMATELIB_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_12) \ | |
27 | /DWIN32 $(__DEBUGINFO_2) \ | |
28 | /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.pdb \ | |
29 | $(____DEBUGRUNTIME_11_p) $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \ | |
30 | $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \ | |
75a0a7b7 | 31 | /I..\..\src\animate\..\..\..\include /I$(SETUPHDIR) \ |
3f55f5b8 VS |
32 | /I..\..\src\animate\..\..\include $(CXXFLAGS) /Yu"wx/wxprec.h" \ |
33 | /Fp"$(OBJS)\wxprec_animatelib.pch" | |
34 | ANIMATELIB_OBJECTS = \ | |
35 | $(OBJS)\animatelib_dummy.obj \ | |
36 | $(OBJS)\animatelib_animate.obj | |
3f55f5b8 VS |
37 | OBJS = \ |
38 | vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
75a0a7b7 VS |
39 | SETUPHDIR = \ |
40 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
250700e4 RD |
41 | |
42 | ### Conditionally set variables: ### | |
43 | ||
75a0a7b7 VS |
44 | !if "$(SHARED)" == "0" |
45 | LIBDIRNAME = ..\..\src\animate\..\..\..\lib\vc_lib$(CFG) | |
46 | !endif | |
47 | !if "$(SHARED)" == "1" | |
48 | LIBDIRNAME = ..\..\src\animate\..\..\..\lib\vc_dll$(CFG) | |
49 | !endif | |
250700e4 RD |
50 | !if "$(USE_GUI)" == "0" |
51 | PORTNAME = base | |
52 | !endif | |
53 | !if "$(USE_GUI)" == "1" | |
54 | PORTNAME = msw | |
55 | !endif | |
56 | !if "$(OFFICIAL_BUILD)" == "0" | |
57 | VENDORTAG = _$(VENDOR) | |
58 | !endif | |
59 | !if "$(OFFICIAL_BUILD)" == "1" | |
60 | VENDORTAG = | |
61 | !endif | |
3f55f5b8 VS |
62 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" |
63 | WXDEBUGFLAG = d | |
64 | !endif | |
65 | !if "$(DEBUG_FLAG)" == "1" | |
250700e4 RD |
66 | WXDEBUGFLAG = d |
67 | !endif | |
68 | !if "$(SHARED)" == "1" | |
69 | WXDLLFLAG = dll | |
70 | !endif | |
71 | !if "$(UNICODE)" == "1" | |
72 | WXUNICODEFLAG = u | |
73 | !endif | |
74 | !if "$(WXUNIV)" == "1" | |
75 | WXUNIVNAME = univ | |
76 | !endif | |
3f55f5b8 VS |
77 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" |
78 | __DEBUGINFO = d | |
250700e4 | 79 | !endif |
3f55f5b8 VS |
80 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" |
81 | __DEBUGINFO = | |
250700e4 | 82 | !endif |
3f55f5b8 VS |
83 | !if "$(DEBUG_INFO)" == "0" |
84 | __DEBUGINFO = | |
250700e4 | 85 | !endif |
3f55f5b8 VS |
86 | !if "$(DEBUG_INFO)" == "1" |
87 | __DEBUGINFO = d | |
250700e4 | 88 | !endif |
3f55f5b8 VS |
89 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" |
90 | __DEBUGINFO_1 = /DEBUG | |
250700e4 | 91 | !endif |
3f55f5b8 VS |
92 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" |
93 | __DEBUGINFO_1 = | |
250700e4 | 94 | !endif |
3f55f5b8 VS |
95 | !if "$(DEBUG_INFO)" == "0" |
96 | __DEBUGINFO_1 = | |
97 | !endif | |
98 | !if "$(DEBUG_INFO)" == "1" | |
99 | __DEBUGINFO_1 = /DEBUG | |
100 | !endif | |
101 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" | |
102 | __DEBUGINFO_2 = /Zi | |
103 | !endif | |
104 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" | |
105 | __DEBUGINFO_2 = | |
106 | !endif | |
107 | !if "$(DEBUG_INFO)" == "0" | |
108 | __DEBUGINFO_2 = | |
109 | !endif | |
110 | !if "$(DEBUG_INFO)" == "1" | |
111 | __DEBUGINFO_2 = /Zi | |
112 | !endif | |
113 | !if "$(DEBUG_RUNTIME_LIBS)" == "0" | |
114 | __DEBUGRUNTIME_12 = | |
115 | !endif | |
116 | !if "$(DEBUG_RUNTIME_LIBS)" == "1" | |
117 | __DEBUGRUNTIME_12 = d | |
118 | !endif | |
119 | !if "$(DEBUG_RUNTIME_LIBS)" == "default" | |
120 | __DEBUGRUNTIME_12 = $(__DEBUGINFO) | |
121 | !endif | |
122 | !if "$(DEBUG_RUNTIME_LIBS)" == "0" | |
123 | __DEBUGRUNTIME_3 = | |
124 | !endif | |
125 | !if "$(DEBUG_RUNTIME_LIBS)" == "1" | |
126 | __DEBUGRUNTIME_3 = d | |
127 | !endif | |
128 | !if "$(DEBUG_RUNTIME_LIBS)" == "default" | |
129 | __DEBUGRUNTIME_3 = $(__DEBUGINFO) | |
130 | !endif | |
131 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
250700e4 RD |
132 | __DEBUG_DEFINE_p = /D__WXDEBUG__ |
133 | !endif | |
3f55f5b8 VS |
134 | !if "$(DEBUG_FLAG)" == "1" |
135 | __DEBUG_DEFINE_p = /D__WXDEBUG__ | |
136 | !endif | |
137 | !if "$(USE_GUI)" == "1" | |
138 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib | |
139 | !endif | |
140 | !if "$(USE_GUI)" == "1" | |
141 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib | |
142 | !endif | |
143 | !if "$(USE_GUI)" == "1" | |
144 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib | |
145 | !endif | |
250700e4 RD |
146 | !if "$(BUILD)" == "debug" |
147 | __OPTIMIZEFLAG = /Od | |
148 | !endif | |
149 | !if "$(BUILD)" == "release" | |
150 | __OPTIMIZEFLAG = /O2 | |
151 | !endif | |
152 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
153 | __RUNTIME_LIBS = D | |
154 | !endif | |
155 | !if "$(RUNTIME_LIBS)" == "static" | |
f509d00d | 156 | __RUNTIME_LIBS = T |
250700e4 RD |
157 | !endif |
158 | !if "$(UNICODE)" == "1" | |
159 | __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 | |
160 | !endif | |
2265a2d5 VS |
161 | !if "$(MSLU)" == "1" |
162 | __UNICOWS_LIB_p = unicows.lib | |
163 | !endif | |
250700e4 RD |
164 | !if "$(MONOLITHIC)" == "0" |
165 | __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
166 | !endif | |
167 | !if "$(MONOLITHIC)" == "0" | |
3f55f5b8 VS |
168 | __WXLIB_CORE_p = \ |
169 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib | |
250700e4 RD |
170 | !endif |
171 | !if "$(MONOLITHIC)" == "1" | |
3f55f5b8 VS |
172 | __WXLIB_MONO_p = \ |
173 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
250700e4 RD |
174 | !endif |
175 | !if "$(WXUNIV)" == "1" | |
176 | __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__ | |
177 | !endif | |
3f55f5b8 VS |
178 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" |
179 | ____DEBUGINFO = /D_DEBUG | |
bdc408c4 | 180 | !endif |
3f55f5b8 | 181 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" |
e2d1c567 | 182 | ____DEBUGINFO = |
3f55f5b8 VS |
183 | !endif |
184 | !if "$(DEBUG_INFO)" == "0" | |
e2d1c567 | 185 | ____DEBUGINFO = |
3f55f5b8 VS |
186 | !endif |
187 | !if "$(DEBUG_INFO)" == "1" | |
188 | ____DEBUGINFO = /D_DEBUG | |
189 | !endif | |
190 | !if "$(DEBUG_RUNTIME_LIBS)" == "0" | |
e2d1c567 | 191 | ____DEBUGRUNTIME_11_p = |
3f55f5b8 VS |
192 | !endif |
193 | !if "$(DEBUG_RUNTIME_LIBS)" == "1" | |
194 | ____DEBUGRUNTIME_11_p = /D_DEBUG | |
195 | !endif | |
196 | !if "$(DEBUG_RUNTIME_LIBS)" == "default" | |
197 | ____DEBUGRUNTIME_11_p = $(____DEBUGINFO) | |
198 | !endif | |
199 | !if "$(DEBUG_RUNTIME_LIBS)" == "0" | |
e2d1c567 | 200 | ____DEBUGRUNTIME_2_p = |
3f55f5b8 VS |
201 | !endif |
202 | !if "$(DEBUG_RUNTIME_LIBS)" == "1" | |
203 | ____DEBUGRUNTIME_2_p = /D_DEBUG | |
204 | !endif | |
205 | !if "$(DEBUG_RUNTIME_LIBS)" == "default" | |
206 | ____DEBUGRUNTIME_2_p = $(____DEBUGINFO) | |
bdc408c4 | 207 | !endif |
250700e4 | 208 | !if "$(SHARED)" == "1" |
3f55f5b8 VS |
209 | __animatedll___depname = \ |
210 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)250$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_vc$(VENDORTAG).dll | |
250700e4 RD |
211 | !endif |
212 | !if "$(SHARED)" == "0" | |
3f55f5b8 VS |
213 | __animatelib___depname = \ |
214 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib | |
250700e4 RD |
215 | !endif |
216 | ||
217 | ||
218 | all: $(OBJS) | |
219 | $(OBJS): | |
220 | -if not exist $(OBJS) mkdir $(OBJS) | |
221 | ||
222 | ### Targets: ### | |
223 | ||
224 | all: $(__animatedll___depname) $(__animatelib___depname) | |
225 | ||
226 | $(OBJS)\animatedll_animate.obj: ../../src/animate\animate.cpp | |
227 | $(CXX) /c /nologo /TP /Fo$@ $(ANIMATEDLL_CXXFLAGS) $** | |
228 | ||
229 | $(OBJS)\animatedll_dummy.obj: ../../src/animate\..\..\..\src\msw\dummy.cpp | |
230 | $(CXX) /c /nologo /TP /Fo$@ $(ANIMATEDLL_CXXFLAGS) /Ycwx/wxprec.h $** | |
231 | ||
232 | $(OBJS)\animatelib_animate.obj: ../../src/animate\animate.cpp | |
233 | $(CXX) /c /nologo /TP /Fo$@ $(ANIMATELIB_CXXFLAGS) $** | |
234 | ||
235 | $(OBJS)\animatelib_dummy.obj: ../../src/animate\..\..\..\src\msw\dummy.cpp | |
236 | $(CXX) /c /nologo /TP /Fo$@ $(ANIMATELIB_CXXFLAGS) /Ycwx/wxprec.h $** | |
237 | ||
238 | !if "$(SHARED)" == "1" | |
75a0a7b7 | 239 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)250$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_vc$(VENDORTAG).dll: $(OBJS)\animatedll_dummy.obj $(ANIMATEDLL_OBJECTS) |
3f55f5b8 | 240 | link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) @<< |
2265a2d5 | 241 | $(ANIMATEDLL_OBJECTS) $(__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 $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) /IMPLIB:$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib |
250700e4 RD |
242 | << |
243 | !endif | |
244 | ||
245 | !if "$(SHARED)" == "0" | |
75a0a7b7 | 246 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib: $(OBJS)\animatelib_dummy.obj $(ANIMATELIB_OBJECTS) |
250700e4 RD |
247 | if exist $@ del $@ |
248 | lib /NOLOGO /OUT:$@ @<< | |
3f55f5b8 | 249 | $(ANIMATELIB_OBJECTS) |
250700e4 RD |
250 | << |
251 | !endif | |
252 | ||
253 | clean: | |
254 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
255 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
3f55f5b8 VS |
256 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)250$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_vc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)250$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_vc$(VENDORTAG).dll |
257 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib | |
258 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib |