- Rework the Makefile structure to generate external -cnf files
[obnox/wireshark/wip.git] / asn1 / Makefile.nmake
1 ## Makefile for building wireshark.exe with Microsoft C and nmake
2 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
3 #
4 # $Id$
5 #
6 #
7 # Wireshark - Network traffic analyzer
8 # By Gerald Combs <gerald@wireshark.org>
9 # Copyright 1998 Gerald Combs
10 #
11 # This program is free software; you can redistribute it and/or
12 # modify it under the terms of the GNU General Public License
13 # as published by the Free Software Foundation; either version 2
14 # of the License, or (at your option) any later version.
15 #
16 # This program is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 # GNU General Public License for more details.
20 #
21 # You should have received a copy of the GNU General Public License
22 # along with this program; if not, write to the Free Software
23 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24
25
26 all: ber per
27
28 ber: \
29         acse    \
30         acp133 \
31         ansi_map \
32         camel   \
33         cdt     \
34         cmip    \
35         cms     \
36         dap     \
37         dop     \
38         disp    \
39         dsp     \
40         ess     \
41         ftam    \
42         gnm     \
43         gsmmap  \
44         h248    \
45         inap    \
46         ldap \
47         logotype-cert-extn      \
48         mms     \
49         ns-cert-exts    \
50         ocsp    \
51         pkcs1   \
52         pkcs12  \
53         pkinit  \
54         pkix1explicit   \
55         pkix1implicit   \
56         pkixcmp \
57         pkixcrmf        \
58         pkixproxy       \
59         pkixqualified   \
60         pkixtsp \
61         pres    \
62         q932    \
63         qsig    \
64         ros     \
65         rtse    \
66         s4406   \
67         smrse   \
68         snmp    \
69         spnego  \
70         tcap    \
71         wlancertextn    \
72         x411    \
73         x420    \
74         x509af  \
75         x509ce  \
76         x509if  \
77         x509sat 
78         
79 per: \
80         h225    \
81         h235    \
82         h245    \
83         h450    \
84         nbap    \
85         mpeg    \
86         ranap   \
87         rnsap   \
88         rrc             \
89         rrlp    \
90         sabp    \
91         t38             \
92         ulp
93         
94 clean:
95         cd acse
96         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
97         cd ..
98         cd acp133
99         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
100         cd ..
101         cd ansi_map
102         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
103         cd ..
104         cd camel
105         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
106         cd ..
107         cd cdt
108         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
109         cd ..
110         cd cmip
111         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
112         cd ..
113         cd cms
114         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
115         cd ..
116         cd dap
117         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
118         cd ..
119         cd dop
120         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
121         cd ..
122         cd disp
123         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
124         cd ..
125         cd dsp
126         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
127         cd ..
128         cd ess
129         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
130         cd ..
131         cd ftam
132         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
133         cd ..
134         cd gnm
135         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
136         cd ..
137         cd gsmmap
138         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
139         cd ..
140         cd h225
141         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
142         cd ..
143         cd h235
144         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
145         cd ..
146         cd h245
147         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
148         cd ..
149         cd h248
150         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
151         cd ..
152         cd h450
153         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
154         cd ..
155         cd inap
156         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
157         cd ..
158         cd ldap
159         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
160         cd ..
161         cd logotype-cert-extn
162         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
163         cd ..
164         cd mms
165         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
166         cd ..
167         cd mpeg
168         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
169         cd ..
170         cd nbap
171         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
172         cd ..
173         cd ns-cert-exts
174         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
175         cd ..
176         cd ocsp
177         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
178         cd ..
179         cd pkcs1
180         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
181         cd ..
182         cd pkcs12
183         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
184         cd ..
185         cd pkinit
186         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
187         cd ..
188         cd pkix1explicit
189         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
190         cd ..
191         cd pkix1implicit
192         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
193         cd ..
194         cd pkixcmp
195         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
196         cd ..
197         cd pkixcrmf
198         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
199         cd ..
200         cd pkixproxy
201         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
202         cd ..
203         cd pkixqualified
204         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
205         cd ..
206         cd pkixtsp
207         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
208         cd ..
209         cd pres
210         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
211         cd ..
212         cd q932
213         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
214         cd ..
215         cd qsig
216         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
217         cd ..
218         cd ranap
219         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
220         cd ..
221         cd rnsap
222         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
223         cd ..
224         cd ros
225         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
226         cd ..
227         cd rtse
228         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
229         cd ..
230         cd rrc
231         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
232         cd ..
233         cd rrlp
234         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
235         cd ..
236         cd s4406
237         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
238         cd ..
239         cd sabp
240         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
241         cd ..
242         cd smrse
243         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
244         cd ..
245         cd snmp
246         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
247         cd ..
248         cd spnego
249         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
250         cd ..
251         cd t38
252         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
253         cd ..
254         cd tcap
255         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
256         cd ..
257         cd ulp
258         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
259         cd ..
260         cd wlancertextn
261         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
262         cd ..
263         cd x411
264         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
265         cd ..
266         cd x420
267         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
268         cd ..
269         cd x509af
270         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
271         cd ..
272         cd x509ce
273         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
274         cd ..
275         cd x509if
276         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
277         cd ..
278         cd x509sat
279         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
280         cd ..
281
282 distclean: clean
283
284 maintainer-clean: distclean
285         
286 acse::
287         cd acse
288         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
289         cd ..
290
291 acp133::
292         cd acp133
293         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
294         cd ..
295
296 ansi_map::
297         cd ansi_map
298         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
299         cd ..
300
301 camel::
302         cd camel
303         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
304         cd ..
305
306 cdt::
307         cd cdt
308         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
309         cd ..
310
311 cmip::
312         cd cmip
313         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
314         cd ..
315
316 cms::
317         cd cms
318         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
319         cd ..
320
321 dap::
322         cd dap
323         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
324         cd ..
325 dop::
326         cd dop
327         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
328         cd ..
329
330 disp::
331         cd disp
332         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
333         cd ..
334
335 dsp::
336         cd dsp
337         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
338         cd ..
339
340 ess::
341         cd ess
342         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
343         cd ..
344
345 ftam::
346         cd ftam
347         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
348         cd ..
349
350 gnm::
351         cd gnm
352         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
353         cd ..
354
355 gsmmap::
356         cd gsmmap
357         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
358         cd ..
359
360 h225::
361         cd h225
362         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
363         cd ..
364
365 h235::
366         cd h235
367         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
368         cd ..
369
370 h245::
371         cd h245
372         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
373         cd ..
374
375 h248::
376         cd h248
377         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
378         cd ..
379
380 h450::
381         cd h450
382         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
383         cd ..
384
385 inap::
386         cd inap
387         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
388         cd ..
389
390 ldap::
391         cd ldap
392         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
393         cd ..
394
395 logotype-cert-extn::
396         cd logotype-cert-extn
397         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
398         cd ..
399
400 mms::
401         cd mms
402         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
403         cd ..
404
405 mpeg::
406         cd mpeg
407         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
408         cd ..
409
410 nbap::
411         cd nbap
412         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
413         cd ..
414
415 ns-cert-exts::
416         cd ns-cert-exts
417         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
418         cd ..
419
420 ocsp::
421         cd ocsp
422         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
423         cd ..
424
425 pkcs1::
426         cd pkcs1
427         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
428         cd ..
429
430 pkcs12::
431         cd pkcs12
432         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
433         cd ..
434
435 pkinit::
436         cd pkinit
437         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
438         cd ..
439
440 pkix1explicit::
441         cd pkix1explicit
442         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
443         cd ..
444
445 pkix1implicit::
446         cd pkix1implicit
447         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
448         cd ..
449
450 pkixcmp::
451         cd pkixcmp
452         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
453         cd ..
454
455 pkixcrmf::
456         cd pkixcrmf
457         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
458         cd ..
459
460 pkixproxy::
461         cd pkixproxy
462         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
463         cd ..
464
465 pkixqualified::
466         cd pkixqualified
467         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
468         cd ..
469
470 pkixtsp::
471         cd pkixtsp
472         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
473         cd ..
474
475 pres::
476         cd pres
477         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
478         cd ..
479
480 q932::
481         cd q932
482         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
483         cd ..
484
485 qsig::
486         cd qsig
487         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
488         cd ..
489
490 ranap::
491         cd ranap
492         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
493         cd ..
494
495 rnsap::
496         cd rnsap
497         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
498         cd ..
499
500 ros::
501         cd ros
502         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
503         cd ..
504
505 rrc::
506         cd rrc
507         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
508         cd ..
509
510 rrlp::
511         cd rrlp
512         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
513         cd ..
514
515 rtse::
516         cd rtse
517         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
518         cd ..
519
520 s4406::
521         cd s4406
522         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
523         cd ..
524
525 sabp::
526         cd sabp
527         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
528         cd ..
529
530 smrse::
531         cd smrse
532         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
533         cd ..
534
535 snmp::
536         cd snmp
537         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
538         cd ..
539
540 spnego::
541         cd spnego
542         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
543         cd ..
544
545 t38::
546         cd t38
547         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
548         cd ..
549
550 tcap::
551         cd tcap
552         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
553         cd ..
554
555 ulp::
556         cd ulp
557         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
558         cd ..
559
560 wlancertextn::
561         cd wlancertextn
562         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
563         cd ..
564
565 x411::
566         cd x411
567         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
568         cd ..
569
570 x420::
571         cd x420
572         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
573         cd ..
574
575 x501::
576         cd x501
577         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
578         cd ..
579
580 x509af::
581         cd x509af
582         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
583         cd ..
584
585 x509ce::
586         cd x509ce
587         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
588         cd ..
589
590 x509if::
591         cd x509if
592         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
593         cd ..
594
595 x509sat::
596         cd x509sat
597         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
598         cd ..