Undoing commit of private makefile in r17765
[obnox/wireshark/wip.git] / plugins / Makefile.nmake
1 #
2 # $Id$
3 #
4
5 include ..\config.nmake
6
7 ############### no need to modify below this line #########
8
9 all: \
10         acn \
11         agentx \
12         artnet \
13         asn1 \
14         ciscosm \
15         docsis \
16         enttec \
17         giop \
18         gryphon \
19         h223 \
20         irda \
21         lua\
22         lwres \
23         mate \
24         megaco \
25         mgcp \
26         opsi \
27         pcli \
28         profinet \
29         rdm \
30         rlm \
31         rtnet \
32         rudp \
33         stats_tree \
34         v5ua
35
36
37 acn:: 
38         cd acn
39         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
40         cd ..
41
42 agentx:: 
43         cd agentx
44         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
45         cd ..
46
47 artnet:: 
48         cd artnet
49         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
50         cd ..
51
52 asn1:: 
53         cd asn1
54         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
55         cd ..
56
57 ciscosm:: 
58         cd ciscosm
59         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
60         cd ..
61
62 docsis::
63         cd docsis
64         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
65         cd .. 
66
67 enttec::
68         cd enttec
69         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
70         cd .. 
71
72 giop::
73         cd giop
74         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
75         cd .. 
76
77 gryphon::
78         cd gryphon
79         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
80         cd ..
81
82 h223::
83         cd h223
84         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
85         cd ..
86
87 irda::
88         cd irda
89         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
90         cd ..
91
92 lua::
93 !IFDEF LUA_DIR
94         cd lua
95         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
96         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake init.lua
97         cd ..
98 !ENDIF
99
100 lwres::
101         cd lwres
102         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
103         cd ..
104
105 mate::
106         cd mate
107         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
108         cd .. 
109
110 megaco::
111         cd megaco
112         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
113         cd .. 
114
115 mgcp::
116         cd mgcp
117         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
118         cd .. 
119 opsi::
120         cd opsi
121         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
122         cd ..
123
124 pcli:: 
125         cd pcli
126         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
127         cd ..
128
129 profinet:: 
130         cd profinet
131         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
132         cd ..
133
134 rdm:: 
135         cd rdm
136         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
137         cd ..
138
139 rlm:: 
140         cd rlm
141         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
142         cd ..
143
144 rtnet:: 
145         cd rtnet
146         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
147         cd ..
148
149 rudp:: 
150         cd rudp
151         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
152         cd ..
153
154 stats_tree:: 
155         cd stats_tree
156         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
157         cd ..
158
159 v5ua:: 
160         cd v5ua
161         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
162         cd ..
163
164 clean:
165         rm -rf $(VERSION)
166         cd acn
167         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
168         cd ../agentx
169         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
170         cd ../artnet
171         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
172         cd ../asn1
173         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
174         cd ../ciscosm
175         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
176         cd ../docsis
177         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
178         cd ../enttec
179         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
180         cd ../giop
181         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
182         cd ../gryphon
183         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
184         cd ../h223
185         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
186         cd ../irda
187         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
188         cd ../lua
189         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
190         cd ../lwres
191         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
192         cd ../mate
193         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
194         cd ../megaco
195         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
196         cd ../mgcp
197         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
198         cd ../opsi
199         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
200         cd ../pcli
201         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
202         cd ../profinet
203         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
204         cd ../rdm
205         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
206         cd ../rlm
207         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
208         cd ../rtnet
209         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
210         cd ../rudp
211         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
212         cd ../stats_tree
213         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
214         cd ../v5ua
215         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
216         cd ..
217
218 distclean: clean
219         cd acn
220         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
221         cd ../agentx
222         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
223         cd ../artnet
224         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
225         cd ../asn1
226         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
227         cd ../ciscosm
228         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
229         cd ../docsis
230         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
231         cd ../enttec
232         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
233         cd ../giop
234         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
235         cd ../gryphon
236         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
237         cd ../h223
238         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
239         cd ../irda
240         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
241         cd ../lua
242         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
243         cd ../lwres
244         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
245         cd ../mate
246         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
247         cd ../megaco
248         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
249         cd ../mgcp
250         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
251         cd ../opsi
252         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
253         cd ../pcli
254         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
255         cd ../profinet
256         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
257         cd ../rdm
258         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
259         cd ../rlm
260         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
261         cd ../rtnet
262         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
263         cd ../rudp
264         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
265         cd ../stats_tree
266         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
267         cd ../v5ua
268         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
269         cd ..
270
271 maintainer-clean: distclean
272         cd acn
273         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
274         cd ../agentx
275         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
276         cd ../artnet
277         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
278         cd ../asn1
279         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
280         cd ../ciscosm
281         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
282         cd ../docsis
283         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
284         cd ../enttec
285         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
286         cd ../giop
287         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
288         cd ../gryphon
289         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
290         cd ../h223
291         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
292         cd ../irda
293         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
294         cd ../lua
295         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
296         cd ../lwres
297         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
298         cd ../mate
299         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
300         cd ../megaco
301         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
302         cd ../mgcp
303         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
304         cd ../opsi
305         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
306         cd ../pcli
307         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
308         cd ../rdm
309         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
310         cd ../rlm
311         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
312         cd ../rtnet
313         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
314         cd ../rudp
315         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
316         cd ../stats_tree
317         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
318         cd ../v5ua
319         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
320         cd ..
321
322 ################################################################################
323 # copy all plugins to /plugins/$(VERSION), so Ethereal will load them, when
324 # started from within the source tree.
325 ################################################################################
326
327 install-plugins:
328 !IFDEF ENABLE_LIBETHEREAL
329         rm -rf $(VERSION)
330         mkdir $(VERSION)
331         xcopy acn\*.dll $(VERSION) /d
332         xcopy agentx\*.dll $(VERSION) /d
333         xcopy artnet\*.dll $(VERSION) /d
334         xcopy asn1\*.dll $(VERSION) /d
335         xcopy ciscosm\*.dll $(VERSION) /d
336         xcopy docsis\*.dll $(VERSION) /d
337         xcopy enttec\*.dll $(VERSION) /d
338         xcopy giop\*.dll $(VERSION) /d
339         xcopy gryphon\*.dll $(VERSION) /d
340         xcopy h223\*.dll $(VERSION) /d
341         xcopy irda\*.dll $(VERSION) /d
342 !IFDEF LUA_DIR
343         xcopy lua\*.dll $(VERSION) /d
344 !ENDIF
345         xcopy lwres\*.dll $(VERSION) /d
346         xcopy mate\*.dll $(VERSION) /d
347         xcopy megaco\*.dll $(VERSION) /d
348         xcopy mgcp\*.dll $(VERSION) /d
349         xcopy opsi\*.dll $(VERSION) /d
350         xcopy pcli\*.dll $(VERSION) /d
351         xcopy profinet\*.dll $(VERSION) /d
352         xcopy rdm\*.dll $(VERSION) /d
353         xcopy rlm\*.dll $(VERSION) /d
354         xcopy rtnet\*.dll $(VERSION) /d
355         xcopy rudp\*.dll $(VERSION) /d
356         xcopy stats_tree\*.dll $(VERSION) /d
357         xcopy v5ua\*.dll $(VERSION) /d
358 !ENDIF
359
360 clean-deps:
361         rm -rf $(VERSION)
362
363