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