]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/plot/makefile.wat
use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes Sun CC warning)
[wxWidgets.git] / contrib / build / plot / makefile.wat
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.wat
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
46 !ifeq DEBUG_FLAG default
47 WXDEBUGFLAG = d
48 !endif
49 !endif
50 !ifeq DEBUG_FLAG 1
51 WXDEBUGFLAG = d
52 !endif
53 WXUNICODEFLAG =
54 !ifeq UNICODE 1
55 WXUNICODEFLAG = u
56 !endif
57 WXUNIVNAME =
58 !ifeq WXUNIV 1
59 WXUNIVNAME = univ
60 !endif
61 WXDLLFLAG =
62 !ifeq SHARED 1
63 WXDLLFLAG = dll
64 !endif
65 LIBTYPE_SUFFIX =
66 !ifeq SHARED 0
67 LIBTYPE_SUFFIX = lib
68 !endif
69 !ifeq SHARED 1
70 LIBTYPE_SUFFIX = dll
71 !endif
72 EXTRALIBS_FOR_BASE =
73 !ifeq MONOLITHIC 0
74 EXTRALIBS_FOR_BASE =
75 !endif
76 !ifeq MONOLITHIC 1
77 EXTRALIBS_FOR_BASE =
78 !endif
79 __plotdll___depname =
80 !ifeq SHARED 1
81 __plotdll___depname = &
82 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG).dll
83 !endif
84 __DEBUGINFO_2 =
85 !ifeq BUILD debug
86 !ifeq DEBUG_INFO default
87 __DEBUGINFO_2 = debug all
88 !endif
89 !endif
90 !ifeq BUILD release
91 !ifeq DEBUG_INFO default
92 __DEBUGINFO_2 =
93 !endif
94 !endif
95 !ifeq DEBUG_INFO 0
96 __DEBUGINFO_2 =
97 !endif
98 !ifeq DEBUG_INFO 1
99 __DEBUGINFO_2 = debug all
100 !endif
101 __WXLIB_MONO_p =
102 !ifeq MONOLITHIC 1
103 __WXLIB_MONO_p = &
104 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
105 !endif
106 __LIB_TIFF_p =
107 !ifeq USE_GUI 1
108 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
109 !endif
110 __LIB_JPEG_p =
111 !ifeq USE_GUI 1
112 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
113 !endif
114 __LIB_PNG_p =
115 !ifeq USE_GUI 1
116 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
117 !endif
118 __WXLIB_CORE_p =
119 !ifeq MONOLITHIC 0
120 __WXLIB_CORE_p = &
121 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
122 !endif
123 __WXLIB_BASE_p =
124 !ifeq MONOLITHIC 0
125 __WXLIB_BASE_p = &
126 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
127 !endif
128 __plotlib___depname =
129 !ifeq SHARED 0
130 __plotlib___depname = &
131 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib
132 !endif
133 __DEBUGINFO_1 =
134 !ifeq BUILD debug
135 !ifeq DEBUG_INFO default
136 __DEBUGINFO_1 = -d2
137 !endif
138 !endif
139 !ifeq BUILD release
140 !ifeq DEBUG_INFO default
141 __DEBUGINFO_1 = -d0
142 !endif
143 !endif
144 !ifeq DEBUG_INFO 0
145 __DEBUGINFO_1 = -d0
146 !endif
147 !ifeq DEBUG_INFO 1
148 __DEBUGINFO_1 = -d2
149 !endif
150 __OPTIMIZEFLAG =
151 !ifeq BUILD debug
152 __OPTIMIZEFLAG = -od
153 !endif
154 !ifeq BUILD release
155 __OPTIMIZEFLAG = -ot -ox
156 !endif
157 __THREADSFLAG =
158 !ifeq USE_THREADS 0
159 __THREADSFLAG =
160 !endif
161 !ifeq USE_THREADS 1
162 __THREADSFLAG = -bm
163 !endif
164 __RUNTIME_LIBS =
165 !ifeq RUNTIME_LIBS dynamic
166 __RUNTIME_LIBS = -br
167 !endif
168 !ifeq RUNTIME_LIBS static
169 __RUNTIME_LIBS =
170 !endif
171 __RTTIFLAG =
172 !ifeq USE_RTTI 0
173 __RTTIFLAG =
174 !endif
175 !ifeq USE_RTTI 1
176 __RTTIFLAG = -xr
177 !endif
178 __EXCEPTIONSFLAG =
179 !ifeq USE_EXCEPTIONS 0
180 __EXCEPTIONSFLAG =
181 !endif
182 !ifeq USE_EXCEPTIONS 1
183 __EXCEPTIONSFLAG = -xs
184 !endif
185 __WXUNIV_DEFINE_p =
186 !ifeq WXUNIV 1
187 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
188 !endif
189 __DEBUG_DEFINE_p =
190 !ifeq BUILD debug
191 !ifeq DEBUG_FLAG default
192 __DEBUG_DEFINE_p = -d__WXDEBUG__
193 !endif
194 !endif
195 !ifeq DEBUG_FLAG 1
196 __DEBUG_DEFINE_p = -d__WXDEBUG__
197 !endif
198 __EXCEPTIONS_DEFINE_p =
199 !ifeq USE_EXCEPTIONS 0
200 __EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
201 !endif
202 __RTTI_DEFINE_p =
203 !ifeq USE_RTTI 0
204 __RTTI_DEFINE_p = -dwxNO_RTTI
205 !endif
206 __THREAD_DEFINE_p =
207 !ifeq USE_THREADS 0
208 __THREAD_DEFINE_p = -dwxNO_THREADS
209 !endif
210 __UNICODE_DEFINE_p =
211 !ifeq UNICODE 1
212 __UNICODE_DEFINE_p = -d_UNICODE
213 !endif
214
215 ### Variables: ###
216
217 WX_RELEASE_NODOT = 26
218 OBJS = &
219 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
220 LIBDIRNAME = ..\..\src\plot\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
221 SETUPHDIR = &
222 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
223 PLOTDLL_CXXFLAGS = -bd $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
224 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
225 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
226 $(__UNICODE_DEFINE_p) -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) &
227 -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=..\..\src\plot\..\..\include &
228 -dWXUSINGDLL -dWXMAKINGDLL_PLOT /fh=$(OBJS)\wxprec_plotdll.pch &
229 $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
230 PLOTDLL_OBJECTS = &
231 $(OBJS)\plotdll_dummy.obj &
232 $(OBJS)\plotdll_plot.obj
233 PLOTLIB_CXXFLAGS = $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) $(__THREADSFLAG) &
234 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
235 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
236 $(__UNICODE_DEFINE_p) -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) &
237 -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=..\..\src\plot\..\..\include &
238 /fh=$(OBJS)\wxprec_plotlib.pch $(__RTTIFLAG) $(__EXCEPTIONSFLAG) &
239 $(CPPFLAGS) $(CXXFLAGS)
240 PLOTLIB_OBJECTS = &
241 $(OBJS)\plotlib_dummy.obj &
242 $(OBJS)\plotlib_plot.obj
243
244
245 all : $(OBJS)
246 $(OBJS) :
247 -if not exist $(OBJS) mkdir $(OBJS)
248
249 ### Targets: ###
250
251 all : .SYMBOLIC $(__plotdll___depname) $(__plotlib___depname)
252
253 clean : .SYMBOLIC
254 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
255 -if exist $(OBJS)\*.res del $(OBJS)\*.res
256 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
257 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
258 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
259 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG).dll
260 -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
261 -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
262
263 !ifeq SHARED 1
264 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG).dll : $(PLOTDLL_OBJECTS) $(OBJS)\plotdll_version.res
265 @%create $(OBJS)\plotdll.lbc
266 @%append $(OBJS)\plotdll.lbc option quiet
267 @%append $(OBJS)\plotdll.lbc name $^@
268 @%append $(OBJS)\plotdll.lbc option caseexact
269 @%append $(OBJS)\plotdll.lbc $(LDFLAGS) $(__DEBUGINFO_2) libpath $(LIBDIRNAME)
270 @for %i in ($(PLOTDLL_OBJECTS)) do @%append $(OBJS)\plotdll.lbc file %i
271 @for %i in ( $(__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) 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)\plotdll.lbc library %i
272 @%append $(OBJS)\plotdll.lbc option resource=$(OBJS)\plotdll_version.res
273 @%append $(OBJS)\plotdll.lbc system nt_dll
274 wlink @$(OBJS)\plotdll.lbc
275 wlib -q -n -b $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib +$^@
276 !endif
277
278 !ifeq SHARED 0
279 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib : $(PLOTLIB_OBJECTS)
280 @%create $(OBJS)\plotlib.lbc
281 @for %i in ($(PLOTLIB_OBJECTS)) do @%append $(OBJS)\plotlib.lbc +%i
282 wlib -q -p4096 -n -b $^@ @$(OBJS)\plotlib.lbc
283 !endif
284
285 $(OBJS)\plotdll_dummy.obj : .AUTODEPEND ../../src/plot\..\..\..\src\msw\dummy.cpp
286 $(CXX) -zq -fo=$^@ $(PLOTDLL_CXXFLAGS) $<
287
288 $(OBJS)\plotdll_version.res : .AUTODEPEND ../../src/plot\..\..\..\src\msw\version.rc
289 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) -dWXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG) $<
290
291 $(OBJS)\plotdll_plot.obj : .AUTODEPEND ../../src/plot\plot.cpp
292 $(CXX) -zq -fo=$^@ $(PLOTDLL_CXXFLAGS) $<
293
294 $(OBJS)\plotlib_dummy.obj : .AUTODEPEND ../../src/plot\..\..\..\src\msw\dummy.cpp
295 $(CXX) -zq -fo=$^@ $(PLOTLIB_CXXFLAGS) $<
296
297 $(OBJS)\plotlib_plot.obj : .AUTODEPEND ../../src/plot\plot.cpp
298 $(CXX) -zq -fo=$^@ $(PLOTLIB_CXXFLAGS) $<
299