]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
b17c1746 | 3 | # Bakefile 0.1.2 (http://bakefile.sourceforge.net) |
250700e4 RD |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
fd9f42b6 | 7 | !include ../../../build/msw/config.wat |
250700e4 RD |
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 | VENDORTAG = | |
38 | !ifeq OFFICIAL_BUILD 0 | |
39 | VENDORTAG = _$(VENDOR) | |
40 | !endif | |
41 | !ifeq OFFICIAL_BUILD 1 | |
42 | VENDORTAG = | |
43 | !endif | |
44 | WXDEBUGFLAG = | |
45 | !ifeq BUILD debug | |
3f55f5b8 VS |
46 | !ifeq DEBUG_FLAG default |
47 | WXDEBUGFLAG = d | |
48 | !endif | |
49 | !endif | |
50 | !ifeq DEBUG_FLAG 1 | |
250700e4 RD |
51 | WXDEBUGFLAG = d |
52 | !endif | |
250700e4 RD |
53 | WXUNICODEFLAG = |
54 | !ifeq UNICODE 1 | |
55 | WXUNICODEFLAG = u | |
56 | !endif | |
57 | WXUNIVNAME = | |
58 | !ifeq WXUNIV 1 | |
59 | WXUNIVNAME = univ | |
60 | !endif | |
b17c1746 DE |
61 | WXDLLFLAG = |
62 | !ifeq SHARED 1 | |
63 | WXDLLFLAG = dll | |
3f55f5b8 | 64 | !endif |
b17c1746 DE |
65 | __animatedll___depname = |
66 | !ifeq SHARED 1 | |
67 | __animatedll___depname = & | |
68 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_wat$(VENDORTAG).dll | |
3f55f5b8 VS |
69 | !endif |
70 | __DEBUGINFO_1 = | |
250700e4 | 71 | !ifeq BUILD debug |
3f55f5b8 VS |
72 | !ifeq DEBUG_INFO default |
73 | __DEBUGINFO_1 = debug all | |
74 | !endif | |
250700e4 RD |
75 | !endif |
76 | !ifeq BUILD release | |
3f55f5b8 VS |
77 | !ifeq DEBUG_INFO default |
78 | __DEBUGINFO_1 = | |
79 | !endif | |
80 | !endif | |
81 | !ifeq DEBUG_INFO 0 | |
82 | __DEBUGINFO_1 = | |
83 | !endif | |
84 | !ifeq DEBUG_INFO 1 | |
85 | __DEBUGINFO_1 = debug all | |
250700e4 | 86 | !endif |
b17c1746 DE |
87 | __WXLIB_MONO_p = |
88 | !ifeq MONOLITHIC 1 | |
89 | __WXLIB_MONO_p = & | |
90 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
a4ad36cd | 91 | !endif |
b17c1746 DE |
92 | __LIB_TIFF_p = |
93 | !ifeq USE_GUI 1 | |
94 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib | |
a4ad36cd | 95 | !endif |
3f55f5b8 VS |
96 | __LIB_JPEG_p = |
97 | !ifeq USE_GUI 1 | |
98 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib | |
99 | !endif | |
100 | __LIB_PNG_p = | |
101 | !ifeq USE_GUI 1 | |
102 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib | |
103 | !endif | |
b17c1746 DE |
104 | __WXLIB_CORE_p = |
105 | !ifeq MONOLITHIC 0 | |
106 | __WXLIB_CORE_p = & | |
107 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib | |
108 | !endif | |
109 | __WXLIB_BASE_p = | |
110 | !ifeq MONOLITHIC 0 | |
111 | __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
112 | !endif | |
113 | __animatelib___depname = | |
114 | !ifeq SHARED 0 | |
115 | __animatelib___depname = & | |
116 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib | |
117 | !endif | |
118 | __DEBUGINFO = | |
119 | !ifeq BUILD debug | |
120 | !ifeq DEBUG_INFO default | |
121 | __DEBUGINFO = -d2 | |
122 | !endif | |
123 | !endif | |
124 | !ifeq BUILD release | |
125 | !ifeq DEBUG_INFO default | |
126 | __DEBUGINFO = -d0 | |
127 | !endif | |
128 | !endif | |
129 | !ifeq DEBUG_INFO 0 | |
130 | __DEBUGINFO = -d0 | |
131 | !endif | |
132 | !ifeq DEBUG_INFO 1 | |
133 | __DEBUGINFO = -d2 | |
3f55f5b8 | 134 | !endif |
250700e4 RD |
135 | __OPTIMIZEFLAG = |
136 | !ifeq BUILD debug | |
137 | __OPTIMIZEFLAG = -od | |
138 | !endif | |
139 | !ifeq BUILD release | |
140 | __OPTIMIZEFLAG = -ot -ox | |
141 | !endif | |
142 | __RUNTIME_LIBS = | |
143 | !ifeq RUNTIME_LIBS dynamic | |
144 | __RUNTIME_LIBS = -br | |
145 | !endif | |
146 | !ifeq RUNTIME_LIBS static | |
147 | __RUNTIME_LIBS = | |
148 | !endif | |
b17c1746 DE |
149 | __EXCEPTIONSFLAG = |
150 | !ifeq USE_EXCEPTIONS 0 | |
151 | __EXCEPTIONSFLAG = | |
250700e4 | 152 | !endif |
b17c1746 DE |
153 | !ifeq USE_EXCEPTIONS 1 |
154 | __EXCEPTIONSFLAG = -xs | |
250700e4 RD |
155 | !endif |
156 | __WXUNIV_DEFINE_p = | |
157 | !ifeq WXUNIV 1 | |
158 | __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__ | |
159 | !endif | |
b17c1746 DE |
160 | __DEBUG_DEFINE_p = |
161 | !ifeq BUILD debug | |
162 | !ifeq DEBUG_FLAG default | |
163 | __DEBUG_DEFINE_p = -d__WXDEBUG__ | |
250700e4 | 164 | !endif |
b17c1746 DE |
165 | !endif |
166 | !ifeq DEBUG_FLAG 1 | |
167 | __DEBUG_DEFINE_p = -d__WXDEBUG__ | |
168 | !endif | |
169 | __UNICODE_DEFINE_p = | |
170 | !ifeq UNICODE 1 | |
171 | __UNICODE_DEFINE_p = -d_UNICODE | |
172 | !endif | |
173 | LIBDIRNAME = | |
250700e4 | 174 | !ifeq SHARED 0 |
b17c1746 DE |
175 | LIBDIRNAME = ..\..\src\animate\..\..\..\lib\wat_lib$(CFG) |
176 | !endif | |
177 | !ifeq SHARED 1 | |
178 | LIBDIRNAME = ..\..\src\animate\..\..\..\lib\wat_dll$(CFG) | |
250700e4 RD |
179 | !endif |
180 | ||
181 | ### Variables: ### | |
182 | ||
b17c1746 DE |
183 | OBJS = & |
184 | wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
185 | SETUPHDIR = & | |
186 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
9bfe7ad9 VS |
187 | ANIMATEDLL_CXXFLAGS = -bd $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) & |
188 | -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) & | |
189 | -i=..\..\src\animate\..\..\..\include -i=$(SETUPHDIR) & | |
190 | -i=..\..\src\animate\..\..\include -dWXUSINGDLL -dWXMAKINGDLL_ANIMATE & | |
191 | /fh=$(OBJS)\wxprec_animatedll.pch $(__EXCEPTIONSFLAG) $(CPPFLAGS) & | |
192 | $(CXXFLAGS) | |
3f55f5b8 VS |
193 | ANIMATEDLL_OBJECTS = & |
194 | $(OBJS)\animatedll_dummy.obj & | |
195 | $(OBJS)\animatedll_animate.obj | |
9bfe7ad9 VS |
196 | ANIMATELIB_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) & |
197 | -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) & | |
198 | -i=..\..\src\animate\..\..\..\include -i=$(SETUPHDIR) & | |
199 | -i=..\..\src\animate\..\..\include /fh=$(OBJS)\wxprec_animatelib.pch & | |
200 | $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS) | |
3f55f5b8 VS |
201 | ANIMATELIB_OBJECTS = & |
202 | $(OBJS)\animatelib_dummy.obj & | |
203 | $(OBJS)\animatelib_animate.obj | |
250700e4 | 204 | |
250700e4 RD |
205 | |
206 | all : $(OBJS) | |
207 | $(OBJS) : | |
208 | -if not exist $(OBJS) mkdir $(OBJS) | |
209 | ||
210 | ### Targets: ### | |
211 | ||
212 | all : .SYMBOLIC $(__animatedll___depname) $(__animatelib___depname) | |
213 | ||
b17c1746 DE |
214 | clean : .SYMBOLIC |
215 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
216 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
217 | -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc | |
218 | -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk | |
219 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_wat$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_wat$(VENDORTAG).dll | |
220 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib | |
221 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib | |
250700e4 RD |
222 | |
223 | !ifeq SHARED 1 | |
ec08d395 | 224 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate_wat$(VENDORTAG).dll : $(ANIMATEDLL_OBJECTS) |
250700e4 RD |
225 | @%create $(OBJS)\animatedll.lbc |
226 | @%append $(OBJS)\animatedll.lbc option quiet | |
227 | @%append $(OBJS)\animatedll.lbc name $^@ | |
75a0a7b7 | 228 | @%append $(OBJS)\animatedll.lbc option caseexact |
3f55f5b8 VS |
229 | @%append $(OBJS)\animatedll.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) |
230 | @for %i in ($(ANIMATEDLL_OBJECTS)) do @%append $(OBJS)\animatedll.lbc file %i | |
b92ca05a | 231 | @for %i in ( $(__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 ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) ) do @%append $(OBJS)\animatedll.lbc library %i |
250700e4 RD |
232 | @%append $(OBJS)\animatedll.lbc |
233 | @%append $(OBJS)\animatedll.lbc system nt_dll | |
234 | wlink @$(OBJS)\animatedll.lbc | |
3f55f5b8 | 235 | wlib -q -n -b $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib +$^@ |
250700e4 RD |
236 | !endif |
237 | ||
238 | !ifeq SHARED 0 | |
3f55f5b8 | 239 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.lib : $(ANIMATELIB_OBJECTS) |
250700e4 | 240 | @%create $(OBJS)\animatelib.lbc |
3f55f5b8 | 241 | @for %i in ($(ANIMATELIB_OBJECTS)) do @%append $(OBJS)\animatelib.lbc +%i |
9bfe7ad9 | 242 | wlib -q -p4096 -n -b $^@ @$(OBJS)\animatelib.lbc |
250700e4 RD |
243 | !endif |
244 | ||
b17c1746 DE |
245 | $(OBJS)\animatedll_dummy.obj : .AUTODEPEND ../../src/animate\..\..\..\src\msw\dummy.cpp |
246 | $(CXX) -zq -fo=$^@ $(ANIMATEDLL_CXXFLAGS) $< | |
247 | ||
248 | $(OBJS)\animatedll_animate.obj : .AUTODEPEND ../../src/animate\animate.cpp | |
249 | $(CXX) -zq -fo=$^@ $(ANIMATEDLL_CXXFLAGS) $< | |
250 | ||
251 | $(OBJS)\animatelib_dummy.obj : .AUTODEPEND ../../src/animate\..\..\..\src\msw\dummy.cpp | |
252 | $(CXX) -zq -fo=$^@ $(ANIMATELIB_CXXFLAGS) $< | |
253 | ||
254 | $(OBJS)\animatelib_animate.obj : .AUTODEPEND ../../src/animate\animate.cpp | |
255 | $(CXX) -zq -fo=$^@ $(ANIMATELIB_CXXFLAGS) $< |