]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/plot/makefile.wat
fixup for last commit
[wxWidgets.git] / contrib / build / plot / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.6 (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_VERSION_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 __RUNTIME_LIBS =
158 !ifeq RUNTIME_LIBS dynamic
159 __RUNTIME_LIBS = -br
160 !endif
161 !ifeq RUNTIME_LIBS static
162 __RUNTIME_LIBS =
163 !endif
164 __EXCEPTIONSFLAG =
165 !ifeq USE_EXCEPTIONS 0
166 __EXCEPTIONSFLAG =
167 !endif
168 !ifeq USE_EXCEPTIONS 1
169 __EXCEPTIONSFLAG = -xr
170 !endif
171 __EXCEPTIONSFLAG_0 =
172 !ifeq USE_EXCEPTIONS 0
173 __EXCEPTIONSFLAG_0 =
174 !endif
175 !ifeq USE_EXCEPTIONS 1
176 __EXCEPTIONSFLAG_0 = -xs
177 !endif
178 __WXUNIV_DEFINE_p =
179 !ifeq WXUNIV 1
180 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
181 !endif
182 __DEBUG_DEFINE_p =
183 !ifeq BUILD debug
184 !ifeq DEBUG_FLAG default
185 __DEBUG_DEFINE_p = -d__WXDEBUG__
186 !endif
187 !endif
188 !ifeq DEBUG_FLAG 1
189 __DEBUG_DEFINE_p = -d__WXDEBUG__
190 !endif
191 __UNICODE_DEFINE_p =
192 !ifeq UNICODE 1
193 __UNICODE_DEFINE_p = -d_UNICODE
194 !endif
195
196 ### Variables: ###
197
198 WX_RELEASE_NODOT = 25
199 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)4
200 OBJS = &
201 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
202 LIBDIRNAME = ..\..\src\plot\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
203 SETUPHDIR = &
204 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
205 PLOTDLL_CXXFLAGS = -bd $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
206 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
207 -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 &
208 -wcd=657 -wcd=667 -i=..\..\src\plot\..\..\include -dWXUSINGDLL &
209 -dWXMAKINGDLL_PLOT /fh=$(OBJS)\wxprec_plotdll.pch $(__EXCEPTIONSFLAG) &
210 $(__EXCEPTIONSFLAG_0) $(CPPFLAGS) $(CXXFLAGS)
211 PLOTDLL_OBJECTS = &
212 $(OBJS)\plotdll_dummy.obj &
213 $(OBJS)\plotdll_plot.obj
214 PLOTLIB_CXXFLAGS = $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
215 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
216 -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 &
217 -wcd=657 -wcd=667 -i=..\..\src\plot\..\..\include &
218 /fh=$(OBJS)\wxprec_plotlib.pch $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) &
219 $(CPPFLAGS) $(CXXFLAGS)
220 PLOTLIB_OBJECTS = &
221 $(OBJS)\plotlib_dummy.obj &
222 $(OBJS)\plotlib_plot.obj
223
224
225 all : $(OBJS)
226 $(OBJS) :
227 -if not exist $(OBJS) mkdir $(OBJS)
228
229 ### Targets: ###
230
231 all : .SYMBOLIC $(__plotdll___depname) $(__plotlib___depname)
232
233 clean : .SYMBOLIC
234 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
235 -if exist $(OBJS)\*.res del $(OBJS)\*.res
236 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
237 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
238 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
239 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG).dll
240 -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
241 -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
242
243 !ifeq SHARED 1
244 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG).dll : $(PLOTDLL_OBJECTS)
245 @%create $(OBJS)\plotdll.lbc
246 @%append $(OBJS)\plotdll.lbc option quiet
247 @%append $(OBJS)\plotdll.lbc name $^@
248 @%append $(OBJS)\plotdll.lbc option caseexact
249 @%append $(OBJS)\plotdll.lbc $(LDFLAGS) $(__DEBUGINFO_2) libpath $(LIBDIRNAME)
250 @for %i in ($(PLOTDLL_OBJECTS)) do @%append $(OBJS)\plotdll.lbc file %i
251 @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
252 @%append $(OBJS)\plotdll.lbc
253 @%append $(OBJS)\plotdll.lbc system nt_dll
254 wlink @$(OBJS)\plotdll.lbc
255 wlib -q -n -b $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib +$^@
256 !endif
257
258 !ifeq SHARED 0
259 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib : $(PLOTLIB_OBJECTS)
260 @%create $(OBJS)\plotlib.lbc
261 @for %i in ($(PLOTLIB_OBJECTS)) do @%append $(OBJS)\plotlib.lbc +%i
262 wlib -q -p4096 -n -b $^@ @$(OBJS)\plotlib.lbc
263 !endif
264
265 $(OBJS)\plotdll_dummy.obj : .AUTODEPEND ../../src/plot\..\..\..\src\msw\dummy.cpp
266 $(CXX) -zq -fo=$^@ $(PLOTDLL_CXXFLAGS) $<
267
268 $(OBJS)\plotdll_plot.obj : .AUTODEPEND ../../src/plot\plot.cpp
269 $(CXX) -zq -fo=$^@ $(PLOTDLL_CXXFLAGS) $<
270
271 $(OBJS)\plotlib_dummy.obj : .AUTODEPEND ../../src/plot\..\..\..\src\msw\dummy.cpp
272 $(CXX) -zq -fo=$^@ $(PLOTLIB_CXXFLAGS) $<
273
274 $(OBJS)\plotlib_plot.obj : .AUTODEPEND ../../src/plot\plot.cpp
275 $(CXX) -zq -fo=$^@ $(PLOTLIB_CXXFLAGS) $<
276