coverity bug#42
[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         cd ..
97 !ENDIF
98
99 lwres::
100         cd lwres
101         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
102         cd ..
103
104 mate::
105         cd mate
106         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
107         cd .. 
108
109 megaco::
110         cd megaco
111         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
112         cd .. 
113
114 mgcp::
115         cd mgcp
116         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
117         cd .. 
118 opsi::
119         cd opsi
120         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
121         cd ..
122
123 pcli:: 
124         cd pcli
125         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
126         cd ..
127
128 profinet:: 
129         cd profinet
130         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
131         cd ..
132
133 rdm:: 
134         cd rdm
135         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
136         cd ..
137
138 rlm:: 
139         cd rlm
140         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
141         cd ..
142
143 rtnet:: 
144         cd rtnet
145         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
146         cd ..
147
148 rudp:: 
149         cd rudp
150         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
151         cd ..
152
153 stats_tree:: 
154         cd stats_tree
155         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
156         cd ..
157
158 v5ua:: 
159         cd v5ua
160         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
161         cd ..
162
163 clean:
164         rm -rf $(VERSION)
165         cd acn
166         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
167         cd ../agentx
168         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
169         cd ../artnet
170         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
171         cd ../asn1
172         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
173         cd ../ciscosm
174         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
175         cd ../docsis
176         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
177         cd ../enttec
178         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
179         cd ../giop
180         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
181         cd ../gryphon
182         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
183         cd ../h223
184         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
185         cd ../irda
186         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
187         cd ../lua
188         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
189         cd ../lwres
190         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
191         cd ../mate
192         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
193         cd ../megaco
194         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
195         cd ../mgcp
196         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
197         cd ../opsi
198         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
199         cd ../pcli
200         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
201         cd ../profinet
202         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
203         cd ../rdm
204         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
205         cd ../rlm
206         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
207         cd ../rtnet
208         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
209         cd ../rudp
210         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
211         cd ../stats_tree
212         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
213         cd ../v5ua
214         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
215         cd ..
216
217 distclean: clean
218         cd acn
219         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
220         cd ../agentx
221         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
222         cd ../artnet
223         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
224         cd ../asn1
225         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
226         cd ../ciscosm
227         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
228         cd ../docsis
229         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
230         cd ../enttec
231         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
232         cd ../giop
233         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
234         cd ../gryphon
235         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
236         cd ../h223
237         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
238         cd ../irda
239         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
240         cd ../lua
241         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
242         cd ../lwres
243         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
244         cd ../mate
245         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
246         cd ../megaco
247         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
248         cd ../mgcp
249         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
250         cd ../opsi
251         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
252         cd ../pcli
253         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
254         cd ../profinet
255         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
256         cd ../rdm
257         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
258         cd ../rlm
259         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
260         cd ../rtnet
261         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
262         cd ../rudp
263         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
264         cd ../stats_tree
265         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
266         cd ../v5ua
267         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
268         cd ..
269
270 maintainer-clean: distclean
271         cd acn
272         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
273         cd ../agentx
274         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
275         cd ../artnet
276         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
277         cd ../asn1
278         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
279         cd ../ciscosm
280         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
281         cd ../docsis
282         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
283         cd ../enttec
284         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
285         cd ../giop
286         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
287         cd ../gryphon
288         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
289         cd ../h223
290         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
291         cd ../irda
292         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
293         cd ../lua
294         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
295         cd ../lwres
296         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
297         cd ../mate
298         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
299         cd ../megaco
300         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
301         cd ../mgcp
302         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
303         cd ../opsi
304         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
305         cd ../pcli
306         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
307         cd ../rdm
308         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
309         cd ../rlm
310         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
311         cd ../rtnet
312         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
313         cd ../rudp
314         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
315         cd ../stats_tree
316         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
317         cd ../v5ua
318         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
319         cd ..
320
321 ################################################################################
322 # copy all plugins to /plugins/$(VERSION), so Ethereal will load them, when
323 # started from within the source tree.
324 ################################################################################
325
326 install-plugins:
327 !IFDEF ENABLE_LIBETHEREAL
328         rm -rf $(VERSION)
329         mkdir $(VERSION)
330         xcopy acn\*.dll $(VERSION) /d
331         xcopy agentx\*.dll $(VERSION) /d
332         xcopy artnet\*.dll $(VERSION) /d
333         xcopy asn1\*.dll $(VERSION) /d
334         xcopy ciscosm\*.dll $(VERSION) /d
335         xcopy docsis\*.dll $(VERSION) /d
336         xcopy enttec\*.dll $(VERSION) /d
337         xcopy giop\*.dll $(VERSION) /d
338         xcopy gryphon\*.dll $(VERSION) /d
339         xcopy h223\*.dll $(VERSION) /d
340         xcopy irda\*.dll $(VERSION) /d
341 !IFDEF LUA_DIR
342         xcopy lua\*.dll $(VERSION) /d
343 !ENDIF
344         xcopy lwres\*.dll $(VERSION) /d
345         xcopy mate\*.dll $(VERSION) /d
346         xcopy megaco\*.dll $(VERSION) /d
347         xcopy mgcp\*.dll $(VERSION) /d
348         xcopy opsi\*.dll $(VERSION) /d
349         xcopy pcli\*.dll $(VERSION) /d
350         xcopy profinet\*.dll $(VERSION) /d
351         xcopy rdm\*.dll $(VERSION) /d
352         xcopy rlm\*.dll $(VERSION) /d
353         xcopy rtnet\*.dll $(VERSION) /d
354         xcopy rudp\*.dll $(VERSION) /d
355         xcopy stats_tree\*.dll $(VERSION) /d
356         xcopy v5ua\*.dll $(VERSION) /d
357 !ENDIF
358
359 clean-deps:
360         rm -rf $(VERSION)
361
362