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