]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/plot/makefile.wat
regenerated autoconf files using bakefile-0.1.5
[wxWidgets.git] / contrib / build / plot / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (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 EXTRALIBS_FOR_BASE =
66 !ifeq MONOLITHIC 0
67 EXTRALIBS_FOR_BASE =
68 !endif
69 !ifeq MONOLITHIC 1
70 EXTRALIBS_FOR_BASE =
71 !endif
72 __plotdll___depname =
73 !ifeq SHARED 1
74 __plotdll___depname = &
75 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG).dll
76 !endif
77 __DEBUGINFO_2 =
78 !ifeq BUILD debug
79 !ifeq DEBUG_INFO default
80 __DEBUGINFO_2 = debug all
81 !endif
82 !endif
83 !ifeq BUILD release
84 !ifeq DEBUG_INFO default
85 __DEBUGINFO_2 =
86 !endif
87 !endif
88 !ifeq DEBUG_INFO 0
89 __DEBUGINFO_2 =
90 !endif
91 !ifeq DEBUG_INFO 1
92 __DEBUGINFO_2 = debug all
93 !endif
94 __WXLIB_MONO_p =
95 !ifeq MONOLITHIC 1
96 __WXLIB_MONO_p = &
97 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
98 !endif
99 __LIB_TIFF_p =
100 !ifeq USE_GUI 1
101 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
102 !endif
103 __LIB_JPEG_p =
104 !ifeq USE_GUI 1
105 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
106 !endif
107 __LIB_PNG_p =
108 !ifeq USE_GUI 1
109 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
110 !endif
111 __WXLIB_CORE_p =
112 !ifeq MONOLITHIC 0
113 __WXLIB_CORE_p = &
114 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
115 !endif
116 __WXLIB_BASE_p =
117 !ifeq MONOLITHIC 0
118 __WXLIB_BASE_p = &
119 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
120 !endif
121 __plotlib___depname =
122 !ifeq SHARED 0
123 __plotlib___depname = &
124 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib
125 !endif
126 __DEBUGINFO_1 =
127 !ifeq BUILD debug
128 !ifeq DEBUG_INFO default
129 __DEBUGINFO_1 = -d2
130 !endif
131 !endif
132 !ifeq BUILD release
133 !ifeq DEBUG_INFO default
134 __DEBUGINFO_1 = -d0
135 !endif
136 !endif
137 !ifeq DEBUG_INFO 0
138 __DEBUGINFO_1 = -d0
139 !endif
140 !ifeq DEBUG_INFO 1
141 __DEBUGINFO_1 = -d2
142 !endif
143 __OPTIMIZEFLAG =
144 !ifeq BUILD debug
145 __OPTIMIZEFLAG = -od
146 !endif
147 !ifeq BUILD release
148 __OPTIMIZEFLAG = -ot -ox
149 !endif
150 __RUNTIME_LIBS =
151 !ifeq RUNTIME_LIBS dynamic
152 __RUNTIME_LIBS = -br
153 !endif
154 !ifeq RUNTIME_LIBS static
155 __RUNTIME_LIBS =
156 !endif
157 __EXCEPTIONSFLAG =
158 !ifeq USE_EXCEPTIONS 0
159 __EXCEPTIONSFLAG =
160 !endif
161 !ifeq USE_EXCEPTIONS 1
162 __EXCEPTIONSFLAG = -xs
163 !endif
164 __WXUNIV_DEFINE_p =
165 !ifeq WXUNIV 1
166 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
167 !endif
168 __DEBUG_DEFINE_p =
169 !ifeq BUILD debug
170 !ifeq DEBUG_FLAG default
171 __DEBUG_DEFINE_p = -d__WXDEBUG__
172 !endif
173 !endif
174 !ifeq DEBUG_FLAG 1
175 __DEBUG_DEFINE_p = -d__WXDEBUG__
176 !endif
177 __UNICODE_DEFINE_p =
178 !ifeq UNICODE 1
179 __UNICODE_DEFINE_p = -d_UNICODE
180 !endif
181 LIBDIRNAME =
182 !ifeq SHARED 0
183 LIBDIRNAME = ..\..\src\plot\..\..\..\lib\wat_lib$(CFG)
184 !endif
185 !ifeq SHARED 1
186 LIBDIRNAME = ..\..\src\plot\..\..\..\lib\wat_dll$(CFG)
187 !endif
188
189 ### Variables: ###
190
191 WX_RELEASE_NODOT = 25
192 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)3
193 OBJS = &
194 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
195 SETUPHDIR = &
196 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
197 PLOTDLL_CXXFLAGS = -bd $(__DEBUGINFO_1) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) &
198 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
199 -i=..\..\src\plot\..\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 &
200 -wcd=657 -i=..\..\src\plot\..\..\include -dWXUSINGDLL -dWXMAKINGDLL_PLOT &
201 /fh=$(OBJS)\wxprec_plotdll.pch $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
202 PLOTDLL_OBJECTS = &
203 $(OBJS)\plotdll_dummy.obj &
204 $(OBJS)\plotdll_plot.obj
205 PLOTLIB_CXXFLAGS = $(__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) -wcd=549 -wcd=656 &
208 -wcd=657 -i=..\..\src\plot\..\..\include /fh=$(OBJS)\wxprec_plotlib.pch &
209 $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS)
210 PLOTLIB_OBJECTS = &
211 $(OBJS)\plotlib_dummy.obj &
212 $(OBJS)\plotlib_plot.obj
213
214
215 all : $(OBJS)
216 $(OBJS) :
217 -if not exist $(OBJS) mkdir $(OBJS)
218
219 ### Targets: ###
220
221 all : .SYMBOLIC $(__plotdll___depname) $(__plotlib___depname)
222
223 clean : .SYMBOLIC
224 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
225 -if exist $(OBJS)\*.res del $(OBJS)\*.res
226 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
227 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
228 -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
229 -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
230 -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
231
232 !ifeq SHARED 1
233 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot_wat$(VENDORTAG).dll : $(PLOTDLL_OBJECTS)
234 @%create $(OBJS)\plotdll.lbc
235 @%append $(OBJS)\plotdll.lbc option quiet
236 @%append $(OBJS)\plotdll.lbc name $^@
237 @%append $(OBJS)\plotdll.lbc option caseexact
238 @%append $(OBJS)\plotdll.lbc $(LDFLAGS) $(__DEBUGINFO_2) libpath $(LIBDIRNAME)
239 @for %i in ($(PLOTDLL_OBJECTS)) do @%append $(OBJS)\plotdll.lbc file %i
240 @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
241 @%append $(OBJS)\plotdll.lbc
242 @%append $(OBJS)\plotdll.lbc system nt_dll
243 wlink @$(OBJS)\plotdll.lbc
244 wlib -q -n -b $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib +$^@
245 !endif
246
247 !ifeq SHARED 0
248 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_plot.lib : $(PLOTLIB_OBJECTS)
249 @%create $(OBJS)\plotlib.lbc
250 @for %i in ($(PLOTLIB_OBJECTS)) do @%append $(OBJS)\plotlib.lbc +%i
251 wlib -q -p4096 -n -b $^@ @$(OBJS)\plotlib.lbc
252 !endif
253
254 $(OBJS)\plotdll_dummy.obj : .AUTODEPEND ../../src/plot\..\..\..\src\msw\dummy.cpp
255 $(CXX) -zq -fo=$^@ $(PLOTDLL_CXXFLAGS) $<
256
257 $(OBJS)\plotdll_plot.obj : .AUTODEPEND ../../src/plot\plot.cpp
258 $(CXX) -zq -fo=$^@ $(PLOTDLL_CXXFLAGS) $<
259
260 $(OBJS)\plotlib_dummy.obj : .AUTODEPEND ../../src/plot\..\..\..\src\msw\dummy.cpp
261 $(CXX) -zq -fo=$^@ $(PLOTLIB_CXXFLAGS) $<
262
263 $(OBJS)\plotlib_plot.obj : .AUTODEPEND ../../src/plot\plot.cpp
264 $(CXX) -zq -fo=$^@ $(PLOTLIB_CXXFLAGS) $<