]>
Commit | Line | Data |
---|---|---|
15e8daec VS |
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 | ||
fd9f42b6 | 7 | !include ../../../build/msw/config.wat |
15e8daec VS |
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 | ||
75a0a7b7 VS |
30 | LIBDIRNAME = |
31 | !ifeq SHARED 0 | |
32 | LIBDIRNAME = ..\..\src\plot\..\..\..\lib\wat_lib$(CFG) | |
33 | !endif | |
34 | !ifeq SHARED 1 | |
35 | LIBDIRNAME = ..\..\src\plot\..\..\..\lib\wat_dll$(CFG) | |
36 | !endif | |
15e8daec VS |
37 | PORTNAME = |
38 | !ifeq USE_GUI 0 | |
39 | PORTNAME = base | |
40 | !endif | |
41 | !ifeq USE_GUI 1 | |
42 | PORTNAME = msw | |
43 | !endif | |
44 | VENDORTAG = | |
45 | !ifeq OFFICIAL_BUILD 0 | |
46 | VENDORTAG = _$(VENDOR) | |
47 | !endif | |
48 | !ifeq OFFICIAL_BUILD 1 | |
49 | VENDORTAG = | |
50 | !endif | |
51 | WXDEBUGFLAG = | |
52 | !ifeq BUILD debug | |
53 | !ifeq DEBUG_FLAG default | |
54 | WXDEBUGFLAG = d | |
55 | !endif | |
56 | !endif | |
57 | !ifeq DEBUG_FLAG 1 | |
58 | WXDEBUGFLAG = d | |
59 | !endif | |
60 | WXDLLFLAG = | |
61 | !ifeq SHARED 1 | |
62 | WXDLLFLAG = dll | |
63 | !endif | |
64 | WXUNICODEFLAG = | |
65 | !ifeq UNICODE 1 | |
66 | WXUNICODEFLAG = u | |
67 | !endif | |
68 | WXUNIVNAME = | |
69 | !ifeq WXUNIV 1 | |
70 | WXUNIVNAME = univ | |
71 | !endif | |
72 | __DEBUGINFO = | |
73 | !ifeq BUILD debug | |
74 | !ifeq DEBUG_INFO default | |
75 | __DEBUGINFO = -d2 | |
76 | !endif | |
77 | !endif | |
78 | !ifeq BUILD release | |
79 | !ifeq DEBUG_INFO default | |
80 | __DEBUGINFO = -d0 | |
81 | !endif | |
82 | !endif | |
83 | !ifeq DEBUG_INFO 0 | |
84 | __DEBUGINFO = -d0 | |
85 | !endif | |
86 | !ifeq DEBUG_INFO 1 | |
87 | __DEBUGINFO = -d2 | |
88 | !endif | |
89 | __DEBUGINFO_1 = | |
90 | !ifeq BUILD debug | |
91 | !ifeq DEBUG_INFO default | |
92 | __DEBUGINFO_1 = debug all | |
93 | !endif | |
94 | !endif | |
95 | !ifeq BUILD release | |
96 | !ifeq DEBUG_INFO default | |
97 | __DEBUGINFO_1 = | |
98 | !endif | |
99 | !endif | |
100 | !ifeq DEBUG_INFO 0 | |
101 | __DEBUGINFO_1 = | |
102 | !endif | |
103 | !ifeq DEBUG_INFO 1 | |
104 | __DEBUGINFO_1 = debug all | |
105 | !endif | |
106 | __DEBUG_DEFINE_p = | |
107 | !ifeq BUILD debug | |
108 | !ifeq DEBUG_FLAG default | |
109 | __DEBUG_DEFINE_p = -d__WXDEBUG__ | |
110 | !endif | |
111 | !endif | |
112 | !ifeq DEBUG_FLAG 1 | |
113 | __DEBUG_DEFINE_p = -d__WXDEBUG__ | |
114 | !endif | |
115 | __LIB_JPEG_p = | |
116 | !ifeq USE_GUI 1 | |
117 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib | |
118 | !endif | |
119 | __LIB_PNG_p = | |
120 | !ifeq USE_GUI 1 | |
121 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib | |
122 | !endif | |
123 | __LIB_TIFF_p = | |
124 | !ifeq USE_GUI 1 | |
125 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib | |
126 | !endif | |
127 | __OPTIMIZEFLAG = | |
128 | !ifeq BUILD debug | |
129 | __OPTIMIZEFLAG = -od | |
130 | !endif | |
131 | !ifeq BUILD release | |
132 | __OPTIMIZEFLAG = -ot -ox | |
133 | !endif | |
134 | __RUNTIME_LIBS = | |
135 | !ifeq RUNTIME_LIBS dynamic | |
136 | __RUNTIME_LIBS = -br | |
137 | !endif | |
138 | !ifeq RUNTIME_LIBS static | |
139 | __RUNTIME_LIBS = | |
140 | !endif | |
141 | __UNICODE_DEFINE_p = | |
142 | !ifeq UNICODE 1 | |
143 | __UNICODE_DEFINE_p = -dwxUSE_UNICODE=1 | |
144 | !endif | |
145 | __WXLIB_BASE_p = | |
146 | !ifeq MONOLITHIC 0 | |
147 | __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
148 | !endif | |
149 | __WXLIB_CORE_p = | |
150 | !ifeq MONOLITHIC 0 | |
151 | __WXLIB_CORE_p = & | |
152 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib | |
153 | !endif | |
154 | __WXLIB_MONO_p = | |
155 | !ifeq MONOLITHIC 1 | |
156 | __WXLIB_MONO_p = & | |
157 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
158 | !endif | |
159 | __WXUNIV_DEFINE_p = | |
160 | !ifeq WXUNIV 1 | |
161 | __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__ | |
162 | !endif | |
163 | __plotdll___depname = | |
164 | !ifeq SHARED 1 | |
165 | __plotdll___depname = & | |
166 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)250$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_wat$(VENDORTAG).dll | |
167 | !endif | |
168 | __plotlib___depname = | |
169 | !ifeq SHARED 0 | |
170 | __plotlib___depname = & | |
171 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib | |
172 | !endif | |
173 | ||
174 | ### Variables: ### | |
175 | ||
15e8daec VS |
176 | OBJS = & |
177 | wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
178 | PLOTDLL_CXXFLAGS = $(CPPFLAGS) -bd $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm & | |
179 | $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) & | |
75a0a7b7 VS |
180 | $(__UNICODE_DEFINE_p) -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) & |
181 | -i=..\..\src\plot\..\..\include -dWXUSINGDLL -dWXMAKINGDLL_PLOT $(CXXFLAGS) & | |
182 | /fh=$(OBJS)\wxprec_plotdll.pch | |
15e8daec VS |
183 | PLOTDLL_OBJECTS = & |
184 | $(OBJS)\plotdll_dummy.obj & | |
185 | $(OBJS)\plotdll_plot.obj | |
186 | PLOTLIB_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm & | |
187 | $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) & | |
75a0a7b7 VS |
188 | $(__UNICODE_DEFINE_p) -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) & |
189 | -i=..\..\src\plot\..\..\include $(CXXFLAGS) /fh=$(OBJS)\wxprec_plotlib.pch | |
15e8daec VS |
190 | PLOTLIB_OBJECTS = & |
191 | $(OBJS)\plotlib_dummy.obj & | |
192 | $(OBJS)\plotlib_plot.obj | |
75a0a7b7 VS |
193 | SETUPHDIR = & |
194 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
15e8daec | 195 | |
15e8daec VS |
196 | |
197 | all : $(OBJS) | |
198 | $(OBJS) : | |
199 | -if not exist $(OBJS) mkdir $(OBJS) | |
200 | ||
201 | ### Targets: ### | |
202 | ||
203 | all : .SYMBOLIC $(__plotdll___depname) $(__plotlib___depname) | |
204 | ||
205 | $(OBJS)\plotdll_dummy.obj : .AUTODEPEND ../../src/plot\..\..\..\src\msw\dummy.cpp | |
206 | $(CXX) -zq -fo=$^@ $(PLOTDLL_CXXFLAGS) $< | |
207 | ||
208 | $(OBJS)\plotdll_plot.obj : .AUTODEPEND ../../src/plot\plot.cpp | |
209 | $(CXX) -zq -fo=$^@ $(PLOTDLL_CXXFLAGS) $< | |
210 | ||
211 | $(OBJS)\plotlib_dummy.obj : .AUTODEPEND ../../src/plot\..\..\..\src\msw\dummy.cpp | |
212 | $(CXX) -zq -fo=$^@ $(PLOTLIB_CXXFLAGS) $< | |
213 | ||
214 | $(OBJS)\plotlib_plot.obj : .AUTODEPEND ../../src/plot\plot.cpp | |
215 | $(CXX) -zq -fo=$^@ $(PLOTLIB_CXXFLAGS) $< | |
216 | ||
217 | clean : .SYMBOLIC | |
218 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
219 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
220 | -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc | |
221 | -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk | |
222 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)250$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_wat$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)250$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_wat$(VENDORTAG).dll | |
223 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib | |
224 | -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib | |
225 | ||
226 | !ifeq SHARED 1 | |
227 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)250$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_wat$(VENDORTAG).dll : $(PLOTDLL_OBJECTS) | |
228 | @%create $(OBJS)\plotdll.lbc | |
229 | @%append $(OBJS)\plotdll.lbc option quiet | |
230 | @%append $(OBJS)\plotdll.lbc name $^@ | |
75a0a7b7 | 231 | @%append $(OBJS)\plotdll.lbc option caseexact |
15e8daec VS |
232 | @%append $(OBJS)\plotdll.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) |
233 | @for %i in ($(PLOTDLL_OBJECTS)) do @%append $(OBJS)\plotdll.lbc file %i | |
2265a2d5 | 234 | @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 odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p)) do @%append $(OBJS)\plotdll.lbc library %i |
15e8daec VS |
235 | @%append $(OBJS)\plotdll.lbc |
236 | @%append $(OBJS)\plotdll.lbc system nt_dll | |
237 | wlink @$(OBJS)\plotdll.lbc | |
238 | wlib -q -n -b $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib +$^@ | |
239 | !endif | |
240 | ||
241 | !ifeq SHARED 0 | |
242 | $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib : $(PLOTLIB_OBJECTS) | |
243 | @%create $(OBJS)\plotlib.lbc | |
244 | @for %i in ($(PLOTLIB_OBJECTS)) do @%append $(OBJS)\plotlib.lbc +%i | |
245 | wlib -q -p2048 -n -b $^@ @$(OBJS)\plotlib.lbc | |
246 | !endif |