]> git.saurik.com Git - wxWidgets.git/blob - samples/html/test/makefile.wat
Fixed references to 'wxdbindexdef'.
[wxWidgets.git] / samples / html / test / 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 WXDEBUGFLAG =
38 !ifeq BUILD debug
39 !ifeq DEBUG_FLAG default
40 WXDEBUGFLAG = d
41 !endif
42 !endif
43 !ifeq DEBUG_FLAG 1
44 WXDEBUGFLAG = d
45 !endif
46 WXUNICODEFLAG =
47 !ifeq UNICODE 1
48 WXUNICODEFLAG = u
49 !endif
50 WXUNIVNAME =
51 !ifeq WXUNIV 1
52 WXUNIVNAME = univ
53 !endif
54 WXDLLFLAG =
55 !ifeq SHARED 1
56 WXDLLFLAG = dll
57 !endif
58 EXTRALIBS_FOR_BASE =
59 !ifeq MONOLITHIC 0
60 EXTRALIBS_FOR_BASE =
61 !endif
62 !ifeq MONOLITHIC 1
63 EXTRALIBS_FOR_BASE =
64 !endif
65 __DEBUGINFO_0 =
66 !ifeq BUILD debug
67 !ifeq DEBUG_INFO default
68 __DEBUGINFO_0 = -d2
69 !endif
70 !endif
71 !ifeq BUILD release
72 !ifeq DEBUG_INFO default
73 __DEBUGINFO_0 = -d0
74 !endif
75 !endif
76 !ifeq DEBUG_INFO 0
77 __DEBUGINFO_0 = -d0
78 !endif
79 !ifeq DEBUG_INFO 1
80 __DEBUGINFO_0 = -d2
81 !endif
82 __DEBUGINFO_1 =
83 !ifeq BUILD debug
84 !ifeq DEBUG_INFO default
85 __DEBUGINFO_1 = debug all
86 !endif
87 !endif
88 !ifeq BUILD release
89 !ifeq DEBUG_INFO default
90 __DEBUGINFO_1 =
91 !endif
92 !endif
93 !ifeq DEBUG_INFO 0
94 __DEBUGINFO_1 =
95 !endif
96 !ifeq DEBUG_INFO 1
97 __DEBUGINFO_1 = debug all
98 !endif
99 __OPTIMIZEFLAG_2 =
100 !ifeq BUILD debug
101 __OPTIMIZEFLAG_2 = -od
102 !endif
103 !ifeq BUILD release
104 __OPTIMIZEFLAG_2 = -ot -ox
105 !endif
106 __RUNTIME_LIBS_5 =
107 !ifeq RUNTIME_LIBS dynamic
108 __RUNTIME_LIBS_5 = -br
109 !endif
110 !ifeq RUNTIME_LIBS static
111 __RUNTIME_LIBS_5 =
112 !endif
113 __EXCEPTIONSFLAG_7 =
114 !ifeq USE_EXCEPTIONS 0
115 __EXCEPTIONSFLAG_7 =
116 !endif
117 !ifeq USE_EXCEPTIONS 1
118 __EXCEPTIONSFLAG_7 = -xs
119 !endif
120 __WXLIB_HTML_p =
121 !ifeq MONOLITHIC 0
122 __WXLIB_HTML_p = &
123 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
124 !endif
125 __WXLIB_CORE_p =
126 !ifeq MONOLITHIC 0
127 __WXLIB_CORE_p = &
128 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
129 !endif
130 __WXLIB_NET_p =
131 !ifeq MONOLITHIC 0
132 __WXLIB_NET_p = &
133 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
134 !endif
135 __WXLIB_BASE_p =
136 !ifeq MONOLITHIC 0
137 __WXLIB_BASE_p = &
138 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
139 !endif
140 __WXLIB_MONO_p =
141 !ifeq MONOLITHIC 1
142 __WXLIB_MONO_p = &
143 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
144 !endif
145 __LIB_TIFF_p =
146 !ifeq USE_GUI 1
147 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
148 !endif
149 __LIB_JPEG_p =
150 !ifeq USE_GUI 1
151 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
152 !endif
153 __LIB_PNG_p =
154 !ifeq USE_GUI 1
155 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
156 !endif
157 LIBDIRNAME =
158 !ifeq SHARED 0
159 LIBDIRNAME = .\..\..\..\lib\wat_lib$(CFG)
160 !endif
161 !ifeq SHARED 1
162 LIBDIRNAME = .\..\..\..\lib\wat_dll$(CFG)
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 __DLLFLAG_p =
182 !ifeq SHARED 1
183 __DLLFLAG_p = -dWXUSINGDLL
184 !endif
185
186 ### Variables: ###
187
188 WX_RELEASE_NODOT = 25
189 OBJS = &
190 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
191 SETUPHDIR = &
192 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
193 TEST_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
194 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
195 -i=.\..\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 -wcd=657 -i=. &
196 $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG_7) &
197 $(CPPFLAGS) $(CXXFLAGS)
198 TEST_OBJECTS = &
199 $(OBJS)\test_test.obj
200
201
202 all : $(OBJS)
203 $(OBJS) :
204 -if not exist $(OBJS) mkdir $(OBJS)
205
206 ### Targets: ###
207
208 all : .SYMBOLIC $(OBJS)\test.exe data
209
210 clean : .SYMBOLIC
211 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
212 -if exist $(OBJS)\*.res del $(OBJS)\*.res
213 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
214 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
215 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
216
217 $(OBJS)\test.exe : $(TEST_OBJECTS) $(OBJS)\test_test.res
218 @%create $(OBJS)\test.lbc
219 @%append $(OBJS)\test.lbc option quiet
220 @%append $(OBJS)\test.lbc name $^@
221 @%append $(OBJS)\test.lbc option caseexact
222 @%append $(OBJS)\test.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
223 @for %i in ($(TEST_OBJECTS)) do @%append $(OBJS)\test.lbc file %i
224 @for %i in ( $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__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 ) do @%append $(OBJS)\test.lbc library %i
225 @%append $(OBJS)\test.lbc option resource=$(OBJS)\test_test.res
226 wlink @$(OBJS)\test.lbc
227
228 data : .SYMBOLIC
229 if not exist $(OBJS) mkdir $(OBJS)
230 for %f in (f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
231
232 $(OBJS)\test_test.obj : .AUTODEPEND .\test.cpp
233 $(CXX) -zq -fo=$^@ $(TEST_CXXFLAGS) $<
234
235 $(OBJS)\test_test.res : .AUTODEPEND .\test.rc
236 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $<