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