Updated makefiles etc. for 2.5.1
[wxWidgets.git] / contrib / build / plot / makefile.vc
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
15 OBJS = \
16         vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17 PLOTDLL_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) /DWIN32 \
18         $(__DEBUGINFO) \
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         /GR /GX /Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_plotdll.pch"
25 PLOTDLL_OBJECTS =  \
26         $(OBJS)\plotdll_dummy.obj \
27         $(OBJS)\plotdll_plot.obj
28 PLOTLIB_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_13) /DWIN32 \
29         $(__DEBUGINFO) \
30         /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.pdb \
31         $(____DEBUGRUNTIME_12_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
32         $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
33         /I..\..\src\plot\..\..\..\include /I$(SETUPHDIR) /W4 \
34         /I..\..\src\plot\..\..\include $(CXXFLAGS) /GR /GX /Yu"wx/wxprec.h" \
35         /Fp"$(OBJS)\wxprec_plotlib.pch"
36 PLOTLIB_OBJECTS =  \
37         $(OBJS)\plotlib_dummy.obj \
38         $(OBJS)\plotlib_plot.obj
39 SETUPHDIR = \
40         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
41
42 ### Conditionally set variables: ###
43
44 !if "$(SHARED)" == "0"
45 LIBDIRNAME = ..\..\src\plot\..\..\..\lib\vc_lib$(CFG)
46 !endif
47 !if "$(SHARED)" == "1"
48 LIBDIRNAME = ..\..\src\plot\..\..\..\lib\vc_dll$(CFG)
49 !endif
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
62 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
63 WXDEBUGFLAG = d
64 !endif
65 !if "$(DEBUG_FLAG)" == "1"
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
77 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
78 __DEBUGINFO = /Zi
79 !endif
80 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
81 __DEBUGINFO = 
82 !endif
83 !if "$(DEBUG_INFO)" == "0"
84 __DEBUGINFO = 
85 !endif
86 !if "$(DEBUG_INFO)" == "1"
87 __DEBUGINFO = /Zi
88 !endif
89 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
90 __DEBUGINFO_1 = /DEBUG
91 !endif
92 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
93 __DEBUGINFO_1 = 
94 !endif
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 = d
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 = d
112 !endif
113 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
114 __DEBUGRUNTIME_13 = 
115 !endif
116 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
117 __DEBUGRUNTIME_13 = d
118 !endif
119 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
120 __DEBUGRUNTIME_13 = $(__DEBUGINFO_2)
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_2)
130 !endif
131 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
132 __DEBUG_DEFINE_p = /D__WXDEBUG__
133 !endif
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
146 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
147 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
148 !endif
149 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
150 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
151 !endif
152 !if "$(BUILD)" == "debug"
153 __OPTIMIZEFLAG = /Od
154 !endif
155 !if "$(BUILD)" == "release"
156 __OPTIMIZEFLAG = /O2
157 !endif
158 !if "$(RUNTIME_LIBS)" == "dynamic"
159 __RUNTIME_LIBS = D
160 !endif
161 !if "$(RUNTIME_LIBS)" == "static"
162 __RUNTIME_LIBS = T
163 !endif
164 !if "$(UNICODE)" == "1"
165 __UNICODE_DEFINE_p = /D_UNICODE
166 !endif
167 !if "$(MSLU)" == "1"
168 __UNICOWS_LIB_p = unicows.lib
169 !endif
170 !if "$(MONOLITHIC)" == "0"
171 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
172 !endif
173 !if "$(MONOLITHIC)" == "0"
174 __WXLIB_CORE_p = \
175         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
176 !endif
177 !if "$(MONOLITHIC)" == "1"
178 __WXLIB_MONO_p = \
179         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
180 !endif
181 !if "$(WXUNIV)" == "1"
182 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
183 !endif
184 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
185 ____DEBUGINFO = /D_DEBUG
186 !endif
187 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
188 ____DEBUGINFO = 
189 !endif
190 !if "$(DEBUG_INFO)" == "0"
191 ____DEBUGINFO = 
192 !endif
193 !if "$(DEBUG_INFO)" == "1"
194 ____DEBUGINFO = /D_DEBUG
195 !endif
196 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
197 ____DEBUGRUNTIME_12_p = 
198 !endif
199 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
200 ____DEBUGRUNTIME_12_p = /D_DEBUG
201 !endif
202 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
203 ____DEBUGRUNTIME_12_p = $(____DEBUGINFO)
204 !endif
205 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
206 ____DEBUGRUNTIME_2_p = 
207 !endif
208 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
209 ____DEBUGRUNTIME_2_p = /D_DEBUG
210 !endif
211 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
212 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO)
213 !endif
214 !if "$(SHARED)" == "1"
215 __plotdll___depname = \
216         $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).dll
217 !endif
218 !if "$(SHARED)" == "0"
219 __plotlib___depname = \
220         $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib
221 !endif
222
223
224 all: $(OBJS)
225 $(OBJS):
226         -if not exist $(OBJS) mkdir $(OBJS)
227
228 ### Targets: ###
229
230 all: $(__plotdll___depname) $(__plotlib___depname)
231
232 $(OBJS)\plotdll_dummy.obj: ../../src/plot\..\..\..\src\msw\dummy.cpp
233         $(CXX) /c /nologo /TP /Fo$@ $(PLOTDLL_CXXFLAGS) /Ycwx/wxprec.h $**
234
235 $(OBJS)\plotdll_plot.obj: ../../src/plot\plot.cpp
236         $(CXX) /c /nologo /TP /Fo$@ $(PLOTDLL_CXXFLAGS) $**
237
238 $(OBJS)\plotlib_dummy.obj: ../../src/plot\..\..\..\src\msw\dummy.cpp
239         $(CXX) /c /nologo /TP /Fo$@ $(PLOTLIB_CXXFLAGS) /Ycwx/wxprec.h $**
240
241 $(OBJS)\plotlib_plot.obj: ../../src/plot\plot.cpp
242         $(CXX) /c /nologo /TP /Fo$@ $(PLOTLIB_CXXFLAGS) $**
243
244 clean: 
245         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
246         -if exist $(OBJS)\*.res del $(OBJS)\*.res
247         -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
248         -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
249         -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
250         -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib
251         -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib
252
253 !if "$(SHARED)" == "1"
254 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)251$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot_vc$(VENDORTAG).dll: $(OBJS)\plotdll_dummy.obj  $(PLOTDLL_OBJECTS)
255         link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  /LIBPATH:$(LIBDIRNAME) @<<
256         $(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
257 <<
258 !endif
259
260 !if "$(SHARED)" == "0"
261 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_plot.lib: $(OBJS)\plotlib_dummy.obj  $(PLOTLIB_OBJECTS)
262         if exist $@ del $@
263         lib /NOLOGO /OUT:$@ @<<
264         $(PLOTLIB_OBJECTS)
265 <<
266 !endif