]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/plot/makefile.vc
regenerated after version.bkl changes fixing -compatibility_version for Darwin
[wxWidgets.git] / contrib / build / plot / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.9 (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 WX_RELEASE_NODOT = 27
16 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)0
17 OBJS = \
18 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19 LIBDIRNAME = ..\..\src\plot\..\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
20 SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22 PLOTDLL_CXXFLAGS = /M$(__RUNTIME_LIBS_9)$(__DEBUGRUNTIME) /DWIN32 \
23 $(__DEBUGINFO_1) \
24 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG).pdb \
25 $(____DEBUGRUNTIME) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
26 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
27 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
28 $(__MSLU_DEFINE_p) /I..\..\src\plot\..\..\..\include /I$(SETUPHDIR) /W4 \
29 /I..\..\src\plot\..\..\include /DWXUSINGDLL /DWXMAKINGDLL_PLOT \
30 $(__RTTIFLAG) $(__EXCEPTIONSFLAG) /Yu"wx/wxprec.h" \
31 /Fp"$(OBJS)\wxprec_plotdll.pch" $(CPPFLAGS) $(CXXFLAGS)
32 PLOTDLL_OBJECTS = \
33 $(OBJS)\plotdll_dummy.obj \
34 $(OBJS)\plotdll_version.res \
35 $(OBJS)\plotdll_plot.obj
36 PLOTLIB_CXXFLAGS = /M$(__RUNTIME_LIBS_22)$(__DEBUGRUNTIME) /DWIN32 \
37 $(__DEBUGINFO_1) \
38 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.pdb \
39 $(____DEBUGRUNTIME) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
40 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
41 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
42 $(__MSLU_DEFINE_p) /I..\..\src\plot\..\..\..\include /I$(SETUPHDIR) /W4 \
43 /I..\..\src\plot\..\..\include $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
44 /Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_plotlib.pch" $(CPPFLAGS) $(CXXFLAGS)
45 PLOTLIB_OBJECTS = \
46 $(OBJS)\plotlib_dummy.obj \
47 $(OBJS)\plotlib_plot.obj
48
49 ### Conditionally set variables: ###
50
51 !if "$(USE_GUI)" == "0"
52 PORTNAME = base
53 !endif
54 !if "$(USE_GUI)" == "1"
55 PORTNAME = msw
56 !endif
57 !if "$(OFFICIAL_BUILD)" == "0"
58 VENDORTAG = _$(VENDOR)
59 !endif
60 !if "$(OFFICIAL_BUILD)" == "1"
61 VENDORTAG =
62 !endif
63 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
64 WXDEBUGFLAG = d
65 !endif
66 !if "$(DEBUG_FLAG)" == "1"
67 WXDEBUGFLAG = d
68 !endif
69 !if "$(UNICODE)" == "1"
70 WXUNICODEFLAG = u
71 !endif
72 !if "$(WXUNIV)" == "1"
73 WXUNIVNAME = univ
74 !endif
75 !if "$(SHARED)" == "1"
76 WXDLLFLAG = dll
77 !endif
78 !if "$(SHARED)" == "0"
79 LIBTYPE_SUFFIX = lib
80 !endif
81 !if "$(SHARED)" == "1"
82 LIBTYPE_SUFFIX = dll
83 !endif
84 !if "$(MONOLITHIC)" == "0"
85 EXTRALIBS_FOR_BASE =
86 !endif
87 !if "$(MONOLITHIC)" == "1"
88 EXTRALIBS_FOR_BASE =
89 !endif
90 !if "$(SHARED)" == "1"
91 __plotdll___depname = \
92 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG).dll
93 !endif
94 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
95 __DEBUGINFO_2 = /DEBUG
96 !endif
97 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
98 __DEBUGINFO_2 =
99 !endif
100 !if "$(DEBUG_INFO)" == "0"
101 __DEBUGINFO_2 =
102 !endif
103 !if "$(DEBUG_INFO)" == "1"
104 __DEBUGINFO_2 = /DEBUG
105 !endif
106 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
107 ____DEBUGRUNTIME_3_p_1 = /d _DEBUG
108 !endif
109 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
110 ____DEBUGRUNTIME_3_p_1 =
111 !endif
112 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
113 ____DEBUGRUNTIME_3_p_1 =
114 !endif
115 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
116 ____DEBUGRUNTIME_3_p_1 = /d _DEBUG
117 !endif
118 !if "$(RUNTIME_LIBS)" == "dynamic"
119 __RUNTIME_LIBS_9 = D
120 !endif
121 !if "$(RUNTIME_LIBS)" == "static"
122 __RUNTIME_LIBS_9 = $(__THREADSFLAG)
123 !endif
124 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
125 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
126 !endif
127 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
128 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
129 !endif
130 !if "$(WXUNIV)" == "1"
131 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
132 !endif
133 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
134 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
135 !endif
136 !if "$(DEBUG_FLAG)" == "1"
137 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
138 !endif
139 !if "$(USE_EXCEPTIONS)" == "0"
140 __EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
141 !endif
142 !if "$(USE_RTTI)" == "0"
143 __RTTI_DEFINE_p_1 = /d wxNO_RTTI
144 !endif
145 !if "$(USE_THREADS)" == "0"
146 __THREAD_DEFINE_p_1 = /d wxNO_THREADS
147 !endif
148 !if "$(UNICODE)" == "1"
149 __UNICODE_DEFINE_p_1 = /d _UNICODE
150 !endif
151 !if "$(MSLU)" == "1"
152 __MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
153 !endif
154 !if "$(MONOLITHIC)" == "1"
155 __WXLIB_MONO_p = \
156 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
157 !endif
158 !if "$(USE_GUI)" == "1"
159 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
160 !endif
161 !if "$(USE_GUI)" == "1"
162 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
163 !endif
164 !if "$(USE_GUI)" == "1"
165 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
166 !endif
167 !if "$(MSLU)" == "1"
168 __UNICOWS_LIB_p = unicows.lib
169 !endif
170 !if "$(MONOLITHIC)" == "0"
171 __WXLIB_CORE_p = \
172 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
173 !endif
174 !if "$(MONOLITHIC)" == "0"
175 __WXLIB_BASE_p = \
176 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
177 !endif
178 !if "$(SHARED)" == "0"
179 __plotlib___depname = \
180 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib
181 !endif
182 !if "$(RUNTIME_LIBS)" == "dynamic"
183 __RUNTIME_LIBS_22 = D
184 !endif
185 !if "$(RUNTIME_LIBS)" == "static"
186 __RUNTIME_LIBS_22 = $(__THREADSFLAG)
187 !endif
188 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
189 __DEBUGINFO_1 = /Zi
190 !endif
191 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
192 __DEBUGINFO_1 =
193 !endif
194 !if "$(DEBUG_INFO)" == "0"
195 __DEBUGINFO_1 =
196 !endif
197 !if "$(DEBUG_INFO)" == "1"
198 __DEBUGINFO_1 = /Zi
199 !endif
200 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
201 ____DEBUGRUNTIME = /D_DEBUG
202 !endif
203 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
204 ____DEBUGRUNTIME =
205 !endif
206 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
207 ____DEBUGRUNTIME =
208 !endif
209 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
210 ____DEBUGRUNTIME = /D_DEBUG
211 !endif
212 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
213 __DEBUGRUNTIME = d
214 !endif
215 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
216 __DEBUGRUNTIME =
217 !endif
218 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
219 __DEBUGRUNTIME =
220 !endif
221 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
222 __DEBUGRUNTIME = d
223 !endif
224 !if "$(BUILD)" == "debug"
225 __OPTIMIZEFLAG = /Od
226 !endif
227 !if "$(BUILD)" == "release"
228 __OPTIMIZEFLAG = /O2
229 !endif
230 !if "$(USE_THREADS)" == "0"
231 __THREADSFLAG = L
232 !endif
233 !if "$(USE_THREADS)" == "1"
234 __THREADSFLAG = T
235 !endif
236 !if "$(USE_RTTI)" == "0"
237 __RTTIFLAG =
238 !endif
239 !if "$(USE_RTTI)" == "1"
240 __RTTIFLAG = /GR
241 !endif
242 !if "$(USE_EXCEPTIONS)" == "0"
243 __EXCEPTIONSFLAG =
244 !endif
245 !if "$(USE_EXCEPTIONS)" == "1"
246 __EXCEPTIONSFLAG = /EHsc
247 !endif
248 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
249 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
250 !endif
251 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
252 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
253 !endif
254 !if "$(WXUNIV)" == "1"
255 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
256 !endif
257 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
258 __DEBUG_DEFINE_p = /D__WXDEBUG__
259 !endif
260 !if "$(DEBUG_FLAG)" == "1"
261 __DEBUG_DEFINE_p = /D__WXDEBUG__
262 !endif
263 !if "$(USE_EXCEPTIONS)" == "0"
264 __EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
265 !endif
266 !if "$(USE_RTTI)" == "0"
267 __RTTI_DEFINE_p = /DwxNO_RTTI
268 !endif
269 !if "$(USE_THREADS)" == "0"
270 __THREAD_DEFINE_p = /DwxNO_THREADS
271 !endif
272 !if "$(UNICODE)" == "1"
273 __UNICODE_DEFINE_p = /D_UNICODE
274 !endif
275 !if "$(MSLU)" == "1"
276 __MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
277 !endif
278
279
280 all: $(OBJS)
281 $(OBJS):
282 -if not exist $(OBJS) mkdir $(OBJS)
283
284 ### Targets: ###
285
286 all: $(__plotdll___depname) $(__plotlib___depname)
287
288 clean:
289 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
290 -if exist $(OBJS)\*.res del $(OBJS)\*.res
291 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
292 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG).dll
293 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG).ilk del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG).ilk
294 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG).pdb del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG).pdb
295 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib
296 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib
297
298 !if "$(SHARED)" == "1"
299 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG).dll: $(OBJS)\plotdll_dummy.obj $(PLOTDLL_OBJECTS) $(OBJS)\plotdll_version.res
300 link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_2) /LIBPATH:$(LIBDIRNAME) @<<
301 $(PLOTDLL_OBJECTS) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) 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 oleacc.lib odbc32.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) /IMPLIB:$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib
302 <<
303 !endif
304
305 !if "$(SHARED)" == "0"
306 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib: $(OBJS)\plotlib_dummy.obj $(PLOTLIB_OBJECTS)
307 if exist $@ del $@
308 link /LIB /NOLOGO /OUT:$@ @<<
309 $(PLOTLIB_OBJECTS)
310 <<
311 !endif
312
313 $(OBJS)\plotdll_dummy.obj: ../../src/plot\..\..\..\src\msw\dummy.cpp
314 $(CXX) /c /nologo /TP /Fo$@ $(PLOTDLL_CXXFLAGS) /Ycwx/wxprec.h $**
315
316 $(OBJS)\plotdll_version.res: ../../src/plot\..\..\..\src\msw\version.rc
317 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) /i ..\..\src\plot\..\..\..\include /i $(SETUPHDIR) /d WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_vc$(VENDORTAG) $**
318
319 $(OBJS)\plotdll_plot.obj: ../../src/plot\plot.cpp
320 $(CXX) /c /nologo /TP /Fo$@ $(PLOTDLL_CXXFLAGS) $**
321
322 $(OBJS)\plotlib_dummy.obj: ../../src/plot\..\..\..\src\msw\dummy.cpp
323 $(CXX) /c /nologo /TP /Fo$@ $(PLOTLIB_CXXFLAGS) /Ycwx/wxprec.h $**
324
325 $(OBJS)\plotlib_plot.obj: ../../src/plot\plot.cpp
326 $(CXX) /c /nologo /TP /Fo$@ $(PLOTLIB_CXXFLAGS) $**
327