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