]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/build/plot/makefile.vc
added .chm support for Unix (Markus Sinner)
[wxWidgets.git] / contrib / build / plot / makefile.vc
... / ...
CommitLineData
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/msw/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17PLOTDLL_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) /DWIN32 \
18 $(__DEBUGINFO_2) \
19 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).pdb \
20 $(____DEBUGRUNTIME_2_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
21 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
22 /I..\..\src\plot\..\..\..\include /I$(SETUPHDIR) /W4 \
23 /I..\..\src\plot\..\..\include /DWXUSINGDLL /DWXMAKINGDLL_PLOT $(CXXFLAGS) \
24 $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) /Yu"wx/wxprec.h" \
25 /Fp"$(OBJS)\wxprec_plotdll.pch"
26PLOTDLL_OBJECTS = \
27 $(OBJS)\plotdll_dummy.obj \
28 $(OBJS)\plotdll_plot.obj
29PLOTLIB_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_15) /DWIN32 \
30 $(__DEBUGINFO_2) \
31 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.pdb \
32 $(____DEBUGRUNTIME_14_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
33 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
34 /I..\..\src\plot\..\..\..\include /I$(SETUPHDIR) /W4 \
35 /I..\..\src\plot\..\..\include $(CXXFLAGS) $(__EXCEPTIONSFLAG) \
36 $(__EXCEPTIONSFLAG_0) /Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_plotlib.pch"
37PLOTLIB_OBJECTS = \
38 $(OBJS)\plotlib_dummy.obj \
39 $(OBJS)\plotlib_plot.obj
40SETUPHDIR = \
41 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
42
43### Conditionally set variables: ###
44
45!if "$(SHARED)" == "0"
46LIBDIRNAME = ..\..\src\plot\..\..\..\lib\vc_lib$(CFG)
47!endif
48!if "$(SHARED)" == "1"
49LIBDIRNAME = ..\..\src\plot\..\..\..\lib\vc_dll$(CFG)
50!endif
51!if "$(USE_GUI)" == "0"
52PORTNAME = base
53!endif
54!if "$(USE_GUI)" == "1"
55PORTNAME = msw
56!endif
57!if "$(OFFICIAL_BUILD)" == "0"
58VENDORTAG = _$(VENDOR)
59!endif
60!if "$(OFFICIAL_BUILD)" == "1"
61VENDORTAG =
62!endif
63!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
64WXDEBUGFLAG = d
65!endif
66!if "$(DEBUG_FLAG)" == "1"
67WXDEBUGFLAG = d
68!endif
69!if "$(SHARED)" == "1"
70WXDLLFLAG = dll
71!endif
72!if "$(UNICODE)" == "1"
73WXUNICODEFLAG = u
74!endif
75!if "$(WXUNIV)" == "1"
76WXUNIVNAME = univ
77!endif
78!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
79__DEBUGINFO = d
80!endif
81!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
82__DEBUGINFO =
83!endif
84!if "$(DEBUG_INFO)" == "0"
85__DEBUGINFO =
86!endif
87!if "$(DEBUG_INFO)" == "1"
88__DEBUGINFO = d
89!endif
90!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
91__DEBUGINFO_1 = /DEBUG
92!endif
93!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
94__DEBUGINFO_1 =
95!endif
96!if "$(DEBUG_INFO)" == "0"
97__DEBUGINFO_1 =
98!endif
99!if "$(DEBUG_INFO)" == "1"
100__DEBUGINFO_1 = /DEBUG
101!endif
102!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
103__DEBUGINFO_2 = /Zi
104!endif
105!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
106__DEBUGINFO_2 =
107!endif
108!if "$(DEBUG_INFO)" == "0"
109__DEBUGINFO_2 =
110!endif
111!if "$(DEBUG_INFO)" == "1"
112__DEBUGINFO_2 = /Zi
113!endif
114!if "$(DEBUG_RUNTIME_LIBS)" == "0"
115__DEBUGRUNTIME_15 =
116!endif
117!if "$(DEBUG_RUNTIME_LIBS)" == "1"
118__DEBUGRUNTIME_15 = d
119!endif
120!if "$(DEBUG_RUNTIME_LIBS)" == "default"
121__DEBUGRUNTIME_15 = $(__DEBUGINFO)
122!endif
123!if "$(DEBUG_RUNTIME_LIBS)" == "0"
124__DEBUGRUNTIME_3 =
125!endif
126!if "$(DEBUG_RUNTIME_LIBS)" == "1"
127__DEBUGRUNTIME_3 = d
128!endif
129!if "$(DEBUG_RUNTIME_LIBS)" == "default"
130__DEBUGRUNTIME_3 = $(__DEBUGINFO)
131!endif
132!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
133__DEBUG_DEFINE_p = /D__WXDEBUG__
134!endif
135!if "$(DEBUG_FLAG)" == "1"
136__DEBUG_DEFINE_p = /D__WXDEBUG__
137!endif
138!if "$(USE_EXCEPTIONS)" == "0"
139__EXCEPTIONSFLAG =
140!endif
141!if "$(USE_EXCEPTIONS)" == "1"
142__EXCEPTIONSFLAG = /GR
143!endif
144!if "$(USE_EXCEPTIONS)" == "0"
145__EXCEPTIONSFLAG_0 =
146!endif
147!if "$(USE_EXCEPTIONS)" == "1"
148__EXCEPTIONSFLAG_0 = /GX
149!endif
150!if "$(USE_GUI)" == "1"
151__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
152!endif
153!if "$(USE_GUI)" == "1"
154__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
155!endif
156!if "$(USE_GUI)" == "1"
157__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
158!endif
159!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
160__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
161!endif
162!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
163__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
164!endif
165!if "$(BUILD)" == "debug"
166__OPTIMIZEFLAG = /Od
167!endif
168!if "$(BUILD)" == "release"
169__OPTIMIZEFLAG = /O2
170!endif
171!if "$(RUNTIME_LIBS)" == "dynamic"
172__RUNTIME_LIBS = D
173!endif
174!if "$(RUNTIME_LIBS)" == "static"
175__RUNTIME_LIBS = T
176!endif
177!if "$(UNICODE)" == "1"
178__UNICODE_DEFINE_p = /D_UNICODE
179!endif
180!if "$(MSLU)" == "1"
181__UNICOWS_LIB_p = unicows.lib
182!endif
183!if "$(MONOLITHIC)" == "0"
184__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
185!endif
186!if "$(MONOLITHIC)" == "0"
187__WXLIB_CORE_p = \
188 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
189!endif
190!if "$(MONOLITHIC)" == "1"
191__WXLIB_MONO_p = \
192 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
193!endif
194!if "$(WXUNIV)" == "1"
195__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
196!endif
197!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
198____DEBUGINFO = /D_DEBUG
199!endif
200!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
201____DEBUGINFO =
202!endif
203!if "$(DEBUG_INFO)" == "0"
204____DEBUGINFO =
205!endif
206!if "$(DEBUG_INFO)" == "1"
207____DEBUGINFO = /D_DEBUG
208!endif
209!if "$(DEBUG_RUNTIME_LIBS)" == "0"
210____DEBUGRUNTIME_14_p =
211!endif
212!if "$(DEBUG_RUNTIME_LIBS)" == "1"
213____DEBUGRUNTIME_14_p = /D_DEBUG
214!endif
215!if "$(DEBUG_RUNTIME_LIBS)" == "default"
216____DEBUGRUNTIME_14_p = $(____DEBUGINFO)
217!endif
218!if "$(DEBUG_RUNTIME_LIBS)" == "0"
219____DEBUGRUNTIME_2_p =
220!endif
221!if "$(DEBUG_RUNTIME_LIBS)" == "1"
222____DEBUGRUNTIME_2_p = /D_DEBUG
223!endif
224!if "$(DEBUG_RUNTIME_LIBS)" == "default"
225____DEBUGRUNTIME_2_p = $(____DEBUGINFO)
226!endif
227!if "$(SHARED)" == "1"
228__plotdll___depname = \
229 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).dll
230!endif
231!if "$(SHARED)" == "0"
232__plotlib___depname = \
233 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib
234!endif
235
236
237all: $(OBJS)
238$(OBJS):
239 -if not exist $(OBJS) mkdir $(OBJS)
240
241### Targets: ###
242
243all: $(__plotdll___depname) $(__plotlib___depname)
244
245$(OBJS)\plotdll_dummy.obj: ../../src/plot\..\..\..\src\msw\dummy.cpp
246 $(CXX) /c /nologo /TP /Fo$@ $(PLOTDLL_CXXFLAGS) /Ycwx/wxprec.h $**
247
248$(OBJS)\plotdll_plot.obj: ../../src/plot\plot.cpp
249 $(CXX) /c /nologo /TP /Fo$@ $(PLOTDLL_CXXFLAGS) $**
250
251$(OBJS)\plotlib_dummy.obj: ../../src/plot\..\..\..\src\msw\dummy.cpp
252 $(CXX) /c /nologo /TP /Fo$@ $(PLOTLIB_CXXFLAGS) /Ycwx/wxprec.h $**
253
254$(OBJS)\plotlib_plot.obj: ../../src/plot\plot.cpp
255 $(CXX) /c /nologo /TP /Fo$@ $(PLOTLIB_CXXFLAGS) $**
256
257clean:
258 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
259 -if exist $(OBJS)\*.res del $(OBJS)\*.res
260 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).dll
261 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).ilk del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).ilk
262 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).pdb del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).pdb
263 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib
264 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib
265
266!if "$(SHARED)" == "1"
267$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).dll: $(OBJS)\plotdll_dummy.obj $(PLOTDLL_OBJECTS)
268 link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) @<<
269 $(PLOTDLL_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 oleacc.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) /IMPLIB:$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib
270<<
271!endif
272
273!if "$(SHARED)" == "0"
274$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib: $(OBJS)\plotlib_dummy.obj $(PLOTLIB_OBJECTS)
275 if exist $@ del $@
276 lib /NOLOGO /OUT:$@ @<<
277 $(PLOTLIB_OBJECTS)
278<<
279!endif