]> git.saurik.com Git - wxWidgets.git/blob - samples/makefile.wat
new dependency tracking from bakefile cvs
[wxWidgets.git] / samples / makefile.wat
1 #
2 # File: makefile.wat
3 # Author: Julian Smart
4 # Created: 1993
5 # Updated:
6 # Copyright: (c) 1993, AIAI, University of Edinburgh
7 #
8 # "%W% %G%"
9 #
10 # Makefile : Builds samples for windows with Watcom
11 # Use FINAL=1 argument to wmake to build final version with no debugging
12 # info
13
14 # Set WXDIR for your system
15 WXDIR=$(%WXWIN)
16
17 THISDIR=$(WXDIR)\samples
18
19 !include $(WXDIR)\src\makewat.env
20
21 MAKEFLAGS=FINAL=$(FINAL) UNICODE=$(UNICODE) WXUSINGDLL=$(WXUSINGDLL)
22
23 #
24 # Please keep samples list up-to-date, in alphabetical order
25 #
26 all:
27 cd $(WXDIR)\samples\artprov
28 -wmake -f makefile.wat $(MAKEFLAGS)
29 cd $(WXDIR)\samples\calendar
30 -wmake -f makefile.wat $(MAKEFLAGS)
31 cd $(WXDIR)\samples\caret
32 -wmake -f makefile.wat $(MAKEFLAGS)
33 cd $(WXDIR)\samples\checklst
34 -wmake -f makefile.wat $(MAKEFLAGS)
35 cd $(WXDIR)\samples\config
36 -wmake -f makefile.wat $(MAKEFLAGS)
37 cd $(WXDIR)\samples\controls
38 -wmake -f makefile.wat $(MAKEFLAGS)
39 cd $(WXDIR)\samples\db
40 -wmake -f makefile.wat $(MAKEFLAGS)
41 cd $(WXDIR)\samples\dialogs
42 -wmake -f makefile.wat $(MAKEFLAGS)
43 !if "$(COMPIL)"==""
44 cd $(WXDIR)\samples\dialup
45 -wmake -f makefile.wat $(MAKEFLAGS)
46 !endif
47 cd $(WXDIR)\samples\dnd
48 -wmake -f makefile.wat $(MAKEFLAGS)
49 cd $(WXDIR)\samples\docview
50 -wmake -f makefile.wat $(MAKEFLAGS)
51 cd $(WXDIR)\samples\docvwmdi
52 -wmake -f makefile.wat $(MAKEFLAGS)
53 cd $(WXDIR)\samples\dragimag
54 -wmake -f makefile.wat $(MAKEFLAGS)
55 cd $(WXDIR)\samples\drawing
56 -wmake -f makefile.wat $(MAKEFLAGS)
57 cd $(WXDIR)\samples\dynamic
58 -wmake -f makefile.wat $(MAKEFLAGS)
59 cd $(WXDIR)\samples\erase
60 -wmake -f makefile.wat $(MAKEFLAGS)
61 cd $(WXDIR)\samples\event
62 -wmake -f makefile.wat $(MAKEFLAGS)
63 cd $(WXDIR)\samples\font
64 -wmake -f makefile.wat $(MAKEFLAGS)
65 cd $(WXDIR)\samples\grid
66 -wmake -f makefile.wat $(MAKEFLAGS)
67 cd $(WXDIR)\samples\help
68 -wmake -f makefile.wat $(MAKEFLAGS)
69 !if "$(PNGSETUP)"==""
70 cd $(WXDIR)\samples\html
71 -wmake -f makefile.wat $(MAKEFLAGS)
72 !endif
73 cd $(WXDIR)\samples\image
74 -wmake -f makefile.wat $(MAKEFLAGS)
75 cd $(WXDIR)\samples\internat
76 -wmake -f makefile.wat $(MAKEFLAGS)
77 cd $(WXDIR)\samples\ipc
78 -wmake -f makefile.wat $(MAKEFLAGS)
79 cd $(WXDIR)\samples\joytest
80 -wmake -f makefile.wat $(MAKEFLAGS)
81 cd $(WXDIR)\samples\keyboard
82 -wmake -f makefile.wat $(MAKEFLAGS)
83 cd $(WXDIR)\samples\layout
84 -wmake -f makefile.wat $(MAKEFLAGS)
85 cd $(WXDIR)\samples\listctrl
86 -wmake -f makefile.wat $(MAKEFLAGS)
87 cd $(WXDIR)\samples\mdi
88 -wmake -f makefile.wat $(MAKEFLAGS)
89 #!if "$(FINAL)" == "0"
90 # cd $(WXDIR)\samples\memcheck
91 # -wmake -f makefile.wat $(MAKEFLAGS)
92 #!endif
93 cd $(WXDIR)\samples\menu
94 -wmake -f makefile.wat $(MAKEFLAGS)
95 !if "$(COMPIL)"==""
96 cd $(WXDIR)\samples\mfc
97 -wmake -f makefile.wat $(MAKEFLAGS)
98 !endif
99 cd $(WXDIR)\samples\minifram
100 -wmake -f makefile.wat $(MAKEFLAGS)
101 cd $(WXDIR)\samples\minimal
102 -wmake -f makefile.wat $(MAKEFLAGS)
103 cd $(WXDIR)\samples\nativdlg
104 -wmake -f makefile.wat $(MAKEFLAGS)
105 cd $(WXDIR)\samples\newgrid
106 -wmake -f makefile.wat $(MAKEFLAGS)
107 cd $(WXDIR)\samples\notebook
108 -wmake -f makefile.wat $(MAKEFLAGS)
109 cd $(WXDIR)\samples\oleauto
110 -wmake -f makefile.wat $(MAKEFLAGS)
111 cd $(WXDIR)\samples\ownerdrw
112 -wmake -f makefile.wat $(MAKEFLAGS)
113 cd $(WXDIR)\samples\png
114 -wmake -f makefile.wat $(MAKEFLAGS)
115 cd $(WXDIR)\samples\printing
116 -wmake -f makefile.wat $(MAKEFLAGS)
117 cd $(WXDIR)\samples\proplist
118 -wmake -f makefile.wat $(MAKEFLAGS)
119 cd $(WXDIR)\samples\propsize
120 -wmake -f makefile.wat $(MAKEFLAGS)
121 cd $(WXDIR)\samples\regtest
122 -wmake -f makefile.wat $(MAKEFLAGS)
123 cd $(WXDIR)\samples\resource
124 -wmake -f makefile.wat $(MAKEFLAGS)
125 cd $(WXDIR)\samples\rotate
126 -wmake -f makefile.wat $(MAKEFLAGS)
127 cd $(WXDIR)\samples\sashtest
128 -wmake -f makefile.wat $(MAKEFLAGS)
129 cd $(WXDIR)\samples\scroll
130 -wmake -f makefile.wat $(MAKEFLAGS)
131 cd $(WXDIR)\samples\scrollsub
132 -wmake -f makefile.wat $(MAKEFLAGS)
133 cd $(WXDIR)\samples\sockets
134 -wmake -f makefile.wat $(MAKEFLAGS)
135 cd $(WXDIR)\samples\splitter
136 -wmake -f makefile.wat $(MAKEFLAGS)
137 cd $(WXDIR)\samples\statbar
138 -wmake -f makefile.wat $(MAKEFLAGS)
139 cd $(WXDIR)\samples\taskbar
140 -wmake -f makefile.wat $(MAKEFLAGS)
141 cd $(WXDIR)\samples\text
142 -wmake -f makefile.wat $(MAKEFLAGS)
143 cd $(WXDIR)\samples\thread
144 -wmake -f makefile.wat $(MAKEFLAGS)
145 cd $(WXDIR)\samples\toolbar
146 -wmake -f makefile.wat $(MAKEFLAGS)
147 cd $(WXDIR)\samples\treectrl
148 -wmake -f makefile.wat $(MAKEFLAGS)
149 cd $(WXDIR)\samples\typetest
150 -wmake -f makefile.wat $(MAKEFLAGS)
151 cd $(WXDIR)\samples\validate
152 -wmake -f makefile.wat $(MAKEFLAGS)
153 cd $(WXDIR)\samples\widgets
154 -wmake -f makefile.wat $(MAKEFLAGS)
155 cd $(WXDIR)\samples\wizard
156 -wmake -f makefile.wat $(MAKEFLAGS)
157
158 clean:
159 cd $(WXDIR)\samples\calendar
160 -wmake -f makefile.wat clean
161 cd $(WXDIR)\samples\caret
162 -wmake -f makefile.wat clean
163 cd $(WXDIR)\samples\checklst
164 -wmake -f makefile.wat clean
165 cd $(WXDIR)\samples\config
166 -wmake -f makefile.wat clean
167 cd $(WXDIR)\samples\controls
168 -wmake -f makefile.wat clean
169 cd $(WXDIR)\samples\db
170 -wmake -f makefile.wat clean
171 cd $(WXDIR)\samples\dialogs
172 -wmake -f makefile.wat clean
173 cd $(WXDIR)\samples\dialup
174 -wmake -f makefile.wat clean
175 cd $(WXDIR)\samples\dnd
176 -wmake -f makefile.wat clean
177 cd $(WXDIR)\samples\docview
178 -wmake -f makefile.wat clean
179 cd $(WXDIR)\samples\docvwmdi
180 -wmake -f makefile.wat clean
181 cd $(WXDIR)\samples\drawing
182 -wmake -f makefile.wat clean
183 cd $(WXDIR)\samples\dragimag
184 -wmake -f makefile.wat clean
185 cd $(WXDIR)\samples\dynamic
186 -wmake -f makefile.wat clean
187 cd $(WXDIR)\samples\erase
188 -wmake -f makefile.wat clean
189 cd $(WXDIR)\samples\event
190 -wmake -f makefile.wat clean
191 cd $(WXDIR)\samples\font
192 -wmake -f makefile.wat clean
193 cd $(WXDIR)\samples\grid
194 -wmake -f makefile.wat clean
195 cd $(WXDIR)\samples\help
196 -wmake -f makefile.wat clean
197 cd $(WXDIR)\samples\html
198 -wmake -f makefile.wat clean
199 cd $(WXDIR)\samples\image
200 -wmake -f makefile.wat clean
201 cd $(WXDIR)\samples\internat
202 -wmake -f makefile.wat clean
203 cd $(WXDIR)\samples\ipc
204 -wmake -f makefile.wat clean
205 cd $(WXDIR)\samples\joytest
206 -wmake -f makefile.wat clean
207 cd $(WXDIR)\samples\keyboard
208 -wmake -f makefile.wat clean
209 cd $(WXDIR)\samples\layout
210 -wmake -f makefile.wat clean
211 cd $(WXDIR)\samples\listctrl
212 -wmake -f makefile.wat clean
213 cd $(WXDIR)\samples\mdi
214 -wmake -f makefile.wat clean
215 cd $(WXDIR)\samples\mfc
216 -wmake -f makefile.wat clean
217 cd $(WXDIR)\samples\memcheck
218 -wmake -f makefile.wat clean
219 cd $(WXDIR)\samples\menu
220 -wmake -f makefile.wat clean
221 cd $(WXDIR)\samples\minifram
222 -wmake -f makefile.wat clean
223 cd $(WXDIR)\samples\minimal
224 -wmake -f makefile.wat clean
225 cd $(WXDIR)\samples\nativdlg
226 -wmake -f makefile.wat clean
227 cd $(WXDIR)\samples\newgrid
228 -wmake -f makefile.wat clean
229 cd $(WXDIR)\samples\notebook
230 -wmake -f makefile.wat clean
231 cd $(WXDIR)\samples\oleauto
232 -wmake -f makefile.wat clean
233 cd $(WXDIR)\samples\ownerdrw
234 -wmake -f makefile.wat clean
235 cd $(WXDIR)\samples\png
236 -wmake -f makefile.wat clean
237 cd $(WXDIR)\samples\printing
238 -wmake -f makefile.wat clean
239 cd $(WXDIR)\samples\proplist
240 -wmake -f makefile.wat clean
241 cd $(WXDIR)\samples\propsize
242 -wmake -f makefile.wat clean
243 cd $(WXDIR)\samples\regtest
244 -wmake -f makefile.wat clean
245 cd $(WXDIR)\samples\resource
246 -wmake -f makefile.wat clean
247 cd $(WXDIR)\samples\rotate
248 -wmake -f makefile.wat clean
249 cd $(WXDIR)\samples\sashtest
250 -wmake -f makefile.wat clean
251 cd $(WXDIR)\samples\scroll
252 -wmake -f makefile.wat clean
253 cd $(WXDIR)\samples\scrollsub
254 -wmake -f makefile.wat clean
255 cd $(WXDIR)\samples\sockets
256 -wmake -f makefile.wat clean
257 cd $(WXDIR)\samples\splitter
258 -wmake -f makefile.wat clean
259 cd $(WXDIR)\samples\statbar
260 -wmake -f makefile.wat clean
261 cd $(WXDIR)\samples\taskbar
262 -wmake -f makefile.wat clean
263 cd $(WXDIR)\samples\text
264 -wmake -f makefile.wat clean
265 cd $(WXDIR)\samples\thread
266 -wmake -f makefile.wat clean
267 cd $(WXDIR)\samples\toolbar
268 -wmake -f makefile.wat clean
269 cd $(WXDIR)\samples\treectrl
270 -wmake -f makefile.wat clean
271 cd $(WXDIR)\samples\typetest
272 -wmake -f makefile.wat clean
273 cd $(WXDIR)\samples\validate
274 -wmake -f makefile.wat clean
275 cd $(WXDIR)\samples\widgets
276 -wmake -f makefile.wat clean
277 cd $(WXDIR)\samples\wizard
278 -wmake -f makefile.wat clean