call OID subdissector for private extensiions, fix makefiles.
[metze/wireshark/wip.git] / asn1 / Makefile.nmake
1
2
3
4 all: \
5         acse    \
6         acp133 \
7         camel   \
8         cdt     \
9         cmip    \
10         cms     \
11         dap     \
12         dop     \
13         disp    \
14         dsp     \
15         ess     \
16         ftam    \
17         ftbp    \
18         gnm     \
19         gsmmap  \
20         gsm_ss  \
21         h225    \
22         h235    \
23         h245    \
24         h248    \
25         h450    \
26         inap    \
27         logotype-cert-extn      \
28         MAP_Dialogue    \
29         mms     \
30         nbap    \
31         ns-cert-exts    \
32         ocsp    \
33         pkcs1   \
34         pkinit  \
35         pkix1explicit   \
36         pkix1implicit   \
37         pkixcmp \
38         pkixcrmf        \
39         pkixproxy       \
40         pkixqualified   \
41         pkixtsp \
42         pres    \
43         ranap   \
44         rnsap   \
45         ros     \
46         rtse    \
47         s4406   \
48         smrse   \
49         spnego  \
50         tcap    \
51         wlancertextn    \
52         x411    \
53         x420    \
54         x509af  \
55         x509ce  \
56         x509if  \
57         x509sat 
58         
59 clean:
60         cd acse
61         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
62         cd ..
63         cd acp133
64         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
65         cd ..
66         cd camel
67         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
68         cd..
69         cd cdt
70         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
71         cd..
72         cd cmip
73         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
74         cd..
75         cd cms
76         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
77         cd..
78         cd dap
79         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
80         cd..
81         cd dop
82         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
83         cd..
84         cd disp
85         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
86         cd..
87         cd dsp
88         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
89         cd..
90         cd ess
91         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
92         cd..
93         cd ftam
94         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
95         cd..
96         cd ftbp
97         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
98         cd..
99         cd gnm
100         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
101         cd..
102         cd gsm_ss
103         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
104         cd..
105         cd gsmmap
106         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
107         cd..
108         cd h225
109         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
110         cd..
111         cd h235
112         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
113         cd..
114         cd h245
115         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
116         cd..
117         cd h248
118         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
119         cd..
120         cd h450
121         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
122         cd..
123         cd inap
124         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
125         cd..
126         cd logotype-cert-extn
127         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
128         cd..
129         cd MAP_Dialogue
130         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
131         cd..
132         cd mms
133         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
134         cd..
135         cd nbap
136         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
137         cd..
138         cd ns-cert-exts
139         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
140         cd..
141         cd ocsp
142         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
143         cd..
144         cd pkcs1
145         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
146         cd..
147         cd pkinit
148         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
149         cd..
150         cd pkix1explicit
151         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
152         cd..
153         cd pkix1implicit
154         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
155         cd..
156         cd pkixcmp
157         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
158         cd..
159         cd pkixcrmf
160         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
161         cd..
162         cd pkixproxy
163         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
164         cd..
165         cd pkixqualified
166         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
167         cd..
168         cd pkixtsp
169         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
170         cd..
171         cd pres
172         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
173         cd..
174         cd ranap
175         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
176         cd..
177         cd rnsap
178         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
179         cd..
180         cd ros
181         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
182         cd..
183         cd rtse
184         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
185         cd..
186         cd s4406
187         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
188         cd..
189         cd smrse
190         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
191         cd..
192         cd spnego
193         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
194         cd..
195         cd tcap
196         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
197         cd..
198         cd wlancertextn
199         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
200         cd..
201         cd x411
202         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
203         cd..
204         cd x420
205         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
206         cd..
207         cd x509af
208         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
209         cd..
210         cd x509ce
211         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
212         cd..
213         cd x509if
214         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
215         cd..
216         cd x509sat
217         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
218         cd..
219         
220 ber: \  
221         acse    \
222         acp133 \
223         camel   \
224         cdt     \
225         cmip    \
226         cms     \
227         dap     \
228         dop     \
229         disp    \
230         dsp     \
231         ess     \
232         ftam    \
233         ftbp    \
234         gnm     \
235         gsmmap  \
236         gsm_ss  \
237         inap    \
238         logotype-cert-extn      \
239         MAP_Dialogue    \
240         mms     \
241         ns-cert-exts    \
242         ocsp    \
243         pkcs1   \
244         pkinit  \
245         pkix1explicit   \
246         pkix1implicit   \
247         pkixcmp \
248         pkixcrmf        \
249         pkixproxy       \
250         pkixqualified   \
251         pkixtsp \
252         pres    \
253         ros     \
254         rtse    \
255         s4406   \
256         smrse   \
257         spnego  \
258         tcap    \
259         wlancertextn    \
260         x411    \
261         x420    \
262         x509af  \
263         x509ce  \
264         x509if  \
265         x509sat 
266         
267 per: \  
268         h225    \
269         h235    \
270         h245    \
271         h248    \
272         h450    \
273         ranap   \
274         rnsap
275
276 acse::
277         cd acse
278         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
279         cd ..
280
281 acp133::
282         cd acp133
283         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
284         cd ..
285
286 camel::
287         cd camel
288         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
289         cd..
290
291 cdt::
292         cd cdt
293         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
294         cd..
295
296 cmip::
297         cd cmip
298         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
299         cd..
300
301 cms::
302         cd cms
303         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
304         cd..
305
306 dap::
307         cd dap
308         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
309         cd..
310 dop::
311         cd dop
312         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
313         cd..
314
315 disp::
316         cd disp
317         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
318         cd..
319
320 dsp::
321         cd dsp
322         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
323         cd..
324
325 ess::
326         cd ess
327         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
328         cd..
329
330 ftam::
331         cd ftam
332         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
333         cd..
334
335 ftbp::
336         cd ftbp
337         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
338         cd..
339
340 gnm::
341         cd gnm
342         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
343         cd..
344
345 gsm_ss::
346         cd gsm_ss
347         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
348         cd..
349
350 gsmmap::
351         cd gsmmap
352         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
353         cd..
354
355 h225::
356         cd h225
357         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
358         cd..
359
360 h235::
361         cd h235
362         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
363         cd..
364
365 h245::
366         cd h245
367         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
368         cd..
369
370 h248::
371         cd h248
372         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
373         cd..
374
375 h450::
376         cd h450
377         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
378         cd..
379
380 inap::
381         cd inap
382         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
383         cd..
384
385 logotype-cert-extn::
386         cd logotype-cert-extn
387         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
388         cd..
389
390 MAP_Dialogue::
391         cd MAP_Dialogue
392         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
393         cd..
394
395 mms::
396         cd mms
397         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
398         cd..
399
400 nbap::
401         cd nbap
402         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
403         cd..
404
405 ns-cert-exts::
406         cd ns-cert-exts
407         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
408         cd..
409
410 ocsp::
411         cd ocsp
412         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
413         cd..
414
415 pkcs1::
416         cd pkcs1
417         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
418         cd..
419
420 pkinit::
421         cd pkinit
422         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
423         cd..
424
425 pkix1explicit::
426         cd pkix1explicit
427         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
428         cd..
429
430 pkix1implicit::
431         cd pkix1implicit
432         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
433         cd..
434
435 pkixcmp::
436         cd pkixcmp
437         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
438         cd..
439
440 pkixcrmf::
441         cd pkixcrmf
442         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
443         cd..
444
445 pkixproxy::
446         cd pkixproxy
447         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
448         cd..
449
450 pkixqualified::
451         cd pkixqualified
452         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
453         cd..
454
455 pkixtsp::
456         cd pkixtsp
457         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
458         cd..
459
460 pres::
461         cd pres
462         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
463         cd..
464
465 ranap::
466         cd ranap
467         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
468         cd..
469
470 rnsap::
471         cd rnsap
472         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
473         cd..
474
475 ros::
476         cd ros
477         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
478         cd..
479
480 rtse::
481         cd rtse
482         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
483         cd..
484
485 s4406::
486         cd s4406
487         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
488         cd..
489
490 smrse::
491         cd smrse
492         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
493         cd..
494
495 spnego::
496         cd spnego
497         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
498         cd..
499
500 tcap::
501         cd tcap
502         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
503         cd..
504
505 wlancertextn::
506         cd wlancertextn
507         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
508         cd..
509
510 x411::
511         cd x411
512         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
513         cd..
514
515 x420::
516         cd x420
517         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
518         cd..
519
520 x501::
521         cd x501
522         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
523         cd..
524
525 x509af::
526         cd x509af
527         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
528         cd..
529
530 x509ce::
531         cd x509ce
532         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
533         cd..
534
535 x509if::
536         cd x509if
537         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
538         cd..
539 x509sat::
540         cd x509sat
541         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
542         cd..