Now Kerberos compiles, a lot of work remains to get it into shape.
[metze/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         ansi-tcap       \
33         camel   \
34         cdt     \
35         cmip    \
36         cms     \
37         dap     \
38         dop     \
39         disp    \
40         dsp     \
41         ess     \
42         ftam    \
43         gnm     \
44         goose   \
45         gsmmap  \
46         h248    \
47         inap    \
48         ldap \
49         logotype-cert-extn      \
50         mms     \
51         ns-cert-exts    \
52         ocsp    \
53         p7      \
54         pkcs1   \
55         pkcs12  \
56         pkinit  \
57         pkix1explicit   \
58         pkix1implicit   \
59         pkixcmp \
60         pkixcrmf        \
61         pkixproxy       \
62         pkixqualified   \
63         pkixtsp \
64         pres    \
65         q932    \
66         q932-ros        \
67         qsig    \
68         ros     \
69         rtse    \
70         s4406   \
71         smrse   \
72         snmp    \
73         spnego  \
74         t125    \
75         tcap    \
76         wlancertextn    \
77         x411    \
78         x420    \
79         x509af  \
80         x509ce  \
81         x509if  \
82         x509sat 
83         
84 per: \
85         h225    \
86         h235    \
87         h245    \
88         h282    \
89         h283    \
90         h323    \
91         h450    \
92         h450-ros        \
93         h460    \
94         h501    \
95         nbap    \
96         mpeg-audio      \
97         mpeg-pes        \
98         pcap    \
99         ranap   \
100         rnsap   \
101         rrc             \
102         rrlp    \
103         s1ap    \
104         sabp    \
105         t38             \
106         ulp             \
107         x2ap
108         
109 clean:
110         cd acp133
111         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
112         cd ..
113         cd acse
114         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
115         cd ..
116         cd ansi_map
117         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
118         cd ..
119         cd camel
120         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
121         cd ..
122         cd cdt
123         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
124         cd ..
125         cd cmip
126         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
127         cd ..
128         cd cms
129         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
130         cd ..
131         cd dap
132         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
133         cd ..
134         cd disp
135         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
136         cd ..
137         cd dop
138         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
139         cd ..
140         cd dsp
141         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
142         cd ..
143         cd ess
144         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
145         cd ..
146         cd ftam
147         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
148         cd ..
149         cd goose
150         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
151         cd ..
152         cd gnm
153         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
154         cd ..
155         cd gsmmap
156         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
157         cd ..
158         cd h225
159         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
160         cd ..
161         cd h235
162         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
163         cd ..
164         cd h245
165         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
166         cd ..
167         cd h248
168         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
169         cd ..
170         cd h282
171         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
172         cd ..
173         cd h283
174         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
175         cd ..
176         cd h323
177         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
178         cd ..
179         cd h450
180         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
181         cd ..
182         cd h450-ros
183         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
184         cd ..
185         cd h460
186         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
187         cd ..
188         cd h501
189         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
190         cd ..
191         cd inap
192         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
193         cd ..
194         cd ldap
195         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
196         cd ..
197         cd kerberos
198         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
199         cd ..
200         cd logotype-cert-extn
201         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
202         cd ..
203         cd mms
204         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
205         cd ..
206         cd mpeg-audio
207         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
208         cd ..
209         cd mpeg-pes
210         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
211         cd ..
212         cd nbap
213         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
214         cd ..
215         cd ns-cert-exts
216         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
217         cd ..
218         cd ocsp
219         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
220         cd ..
221         cd p7
222         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
223         cd ..
224         cd pcap
225         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
226         cd ..
227         cd pkcs1
228         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
229         cd ..
230         cd pkcs12
231         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
232         cd ..
233         cd pkinit
234         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
235         cd ..
236         cd pkix1explicit
237         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
238         cd ..
239         cd pkix1implicit
240         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
241         cd ..
242         cd pkixcmp
243         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
244         cd ..
245         cd pkixcrmf
246         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
247         cd ..
248         cd pkixproxy
249         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
250         cd ..
251         cd pkixqualified
252         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
253         cd ..
254         cd pkixtsp
255         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
256         cd ..
257         cd pres
258         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
259         cd ..
260         cd q932
261         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
262         cd ..
263         cd q932-ros
264         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
265         cd ..
266         cd qsig
267         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
268         cd ..
269         cd ranap
270         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
271         cd ..
272         cd rnsap
273         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
274         cd ..
275         cd ros
276         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
277         cd ..
278         cd rtse
279         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
280         cd ..
281         cd rrc
282         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
283         cd ..
284         cd rrlp
285         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
286         cd ..
287         cd s1ap
288         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
289         cd ..
290         cd s4406
291         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
292         cd ..
293         cd sabp
294         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
295         cd ..
296         cd smrse
297         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
298         cd ..
299         cd snmp
300         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
301         cd ..
302         cd spnego
303         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
304         cd ..
305         cd t125
306         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
307         cd ..
308         cd t38
309         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
310         cd ..
311         cd tcap
312         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
313         cd ..
314         cd ulp
315         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
316         cd ..
317         cd wlancertextn
318         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
319         cd ..
320         cd x2ap
321         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
322         cd ..
323         cd x411
324         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
325         cd ..
326         cd x420
327         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
328         cd ..
329         cd x509af
330         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
331         cd ..
332         cd x509ce
333         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
334         cd ..
335         cd x509if
336         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
337         cd ..
338         cd x509sat
339         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
340         cd ..
341
342 distclean: clean
343
344 maintainer-clean: distclean
345         
346 acse::
347         cd acse
348         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
349         cd ..
350
351 acp133::
352         cd acp133
353         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
354         cd ..
355
356 ansi-tcap::
357         cd ansi-tcap
358         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
359         cd ..
360
361 ansi_map::
362         cd ansi_map
363         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
364         cd ..
365
366 camel::
367         cd camel
368         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
369         cd ..
370
371 cdt::
372         cd cdt
373         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
374         cd ..
375
376 cmip::
377         cd cmip
378         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
379         cd ..
380
381 cms::
382         cd cms
383         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
384         cd ..
385
386 dap::
387         cd dap
388         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
389         cd ..
390 dop::
391         cd dop
392         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
393         cd ..
394
395 disp::
396         cd disp
397         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
398         cd ..
399
400 dsp::
401         cd dsp
402         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
403         cd ..
404
405 ess::
406         cd ess
407         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
408         cd ..
409
410 ftam::
411         cd ftam
412         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
413         cd ..
414
415 gnm::
416         cd gnm
417         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
418         cd ..
419
420 goose::
421         cd goose
422         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
423         cd ..
424         
425 gsmmap::
426         cd gsmmap
427         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
428         cd ..
429
430 h225::
431         cd h225
432         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
433         cd ..
434
435 h235::
436         cd h235
437         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
438         cd ..
439
440 h245::
441         cd h245
442         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
443         cd ..
444
445 h248::
446         cd h248
447         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
448         cd ..
449
450 h282::
451         cd h282
452         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
453         cd ..
454
455 h283::
456         cd h283
457         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
458         cd ..
459
460 h323::
461         cd h323
462         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
463         cd ..
464
465 h450::
466         cd h450
467         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
468         cd ..
469
470 h450-ros::
471         cd h450-ros
472         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
473         cd ..
474
475 h460::
476         cd h460
477         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
478         cd ..
479
480 h501::
481         cd h501
482         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
483         cd ..
484
485 inap::
486         cd inap
487         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
488         cd ..
489
490 kerberos::
491         cd kerberos
492         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
493         cd ..
494
495 ldap::
496         cd ldap
497         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
498         cd ..
499         
500 logotype-cert-extn::
501         cd logotype-cert-extn
502         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
503         cd ..
504
505 mms::
506         cd mms
507         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
508         cd ..
509
510 mpeg-audio::
511         cd mpeg-audio
512         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
513         cd ..
514
515 mpeg-pes::
516         cd mpeg-pes
517         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
518         cd ..
519
520 nbap::
521         cd nbap
522         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
523         cd ..
524
525 ns-cert-exts::
526         cd ns-cert-exts
527         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
528         cd ..
529
530 ocsp::
531         cd ocsp
532         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
533         cd ..
534
535 p7::
536         cd p7
537         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
538         cd ..
539
540 pcap::
541         cd pcap
542         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
543         cd ..
544
545 pkcs1::
546         cd pkcs1
547         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
548         cd ..
549
550 pkcs12::
551         cd pkcs12
552         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
553         cd ..
554
555 pkinit::
556         cd pkinit
557         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
558         cd ..
559
560 pkix1explicit::
561         cd pkix1explicit
562         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
563         cd ..
564
565 pkix1implicit::
566         cd pkix1implicit
567         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
568         cd ..
569
570 pkixcmp::
571         cd pkixcmp
572         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
573         cd ..
574
575 pkixcrmf::
576         cd pkixcrmf
577         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
578         cd ..
579
580 pkixproxy::
581         cd pkixproxy
582         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
583         cd ..
584
585 pkixqualified::
586         cd pkixqualified
587         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
588         cd ..
589
590 pkixtsp::
591         cd pkixtsp
592         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
593         cd ..
594
595 pres::
596         cd pres
597         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
598         cd ..
599
600 q932::
601         cd q932
602         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
603         cd ..
604
605 q932-ros::
606         cd q932-ros
607         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
608         cd ..
609
610 qsig::
611         cd qsig
612         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
613         cd ..
614
615 ranap::
616         cd ranap
617         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
618         cd ..
619
620 rnsap::
621         cd rnsap
622         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
623         cd ..
624
625 ros::
626         cd ros
627         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
628         cd ..
629
630 rrc::
631         cd rrc
632         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
633         cd ..
634
635 rrlp::
636         cd rrlp
637         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
638         cd ..
639
640 rtse::
641         cd rtse
642         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
643         cd ..
644
645 s1ap::
646         cd s1ap
647         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
648         cd ..
649
650 s4406::
651         cd s4406
652         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
653         cd ..
654
655 sabp::
656         cd sabp
657         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
658         cd ..
659
660 smrse::
661         cd smrse
662         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
663         cd ..
664
665 snmp::
666         cd snmp
667         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
668         cd ..
669
670 spnego::
671         cd spnego
672         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
673         cd ..
674
675 t125::
676         cd t125
677         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
678         cd ..
679
680 t38::
681         cd t38
682         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
683         cd ..
684
685 tcap::
686         cd tcap
687         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
688         cd ..
689
690 ulp::
691         cd ulp
692         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
693         cd ..
694
695 wlancertextn::
696         cd wlancertextn
697         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
698         cd ..
699
700 x2ap::
701         cd x2ap
702         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
703         cd ..
704
705 x411::
706         cd x411
707         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
708         cd ..
709
710 x420::
711         cd x420
712         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
713         cd ..
714
715 x509af::
716         cd x509af
717         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
718         cd ..
719
720 x509ce::
721         cd x509ce
722         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
723         cd ..
724
725 x509if::
726         cd x509if
727         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
728         cd ..
729
730 x509sat::
731         cd x509sat
732         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
733         cd ..