From Mathias Guettler:
[metze/wireshark/wip.git] / asn1 / Makefile.am
1 # Makefile.am
2 # Automake file for Wireshark
3 #
4 # $Id$
5 #
6 # Wireshark - Network traffic analyzer
7 # By Gerald Combs <gerald@wireshark.org>
8 # Copyright 2006 Gerald Combs
9 #
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
24 include Custom.make
25
26 SUBDIRS =               \
27         $(CUSTOM_SUBDIRS)       \
28         acp133          \
29         acse            \
30         ansi_map        \
31         ansi_tcap       \
32         atn-cm          \
33         atn-cpdlc       \
34         atn-ulcs        \
35         c1222           \
36         camel           \
37         cdt             \
38         charging_ase    \
39         cmip            \
40         cmp             \
41         credssp         \
42         crmf            \
43         cms             \
44         dap             \
45         dop             \
46         disp            \
47         dsp             \
48         ess             \
49         ftam            \
50         gnm             \
51         goose           \
52         gsm_map         \
53         gprscdr         \
54         h225            \
55         h235            \
56         h245            \
57         h248            \
58         h282            \
59         h283            \
60         h323            \
61         h450            \
62         h450-ros        \
63         h460            \
64         h501            \
65         HI2Operations   \
66         hnbap           \
67         idmp            \
68         inap            \
69         isdn-sup        \
70         lcsap           \
71         ldap            \
72         logotypecertextn \
73         lpp             \
74         lppa            \
75         lppe            \
76         lte-rrc         \
77         m3ap            \
78         mms             \
79         mpeg-audio      \
80         mpeg-pes        \
81         nbap            \
82         ns_cert_exts    \
83         ocsp            \
84         p1              \
85         p22             \
86         p7              \
87         p772            \
88         pcap            \
89         pkcs1           \
90         pkcs12          \
91         pkinit          \
92         pkixac          \
93         pkix1explicit   \
94         pkix1implicit   \
95         pkixproxy       \
96         pkixqualified   \
97         pkixtsp         \
98         pres            \
99         q932            \
100         q932-ros        \
101         qsig            \
102         ranap           \
103         rnsap           \
104         ros             \
105         rrc             \
106         rrlp            \
107         rtse            \
108         rua             \
109         s1ap            \
110         sabp            \
111         sbc-ap          \
112         smrse           \
113         snmp            \
114         spnego          \
115         sv              \
116         t124            \
117         t125            \
118         t38             \
119         tcap            \
120         tetra           \
121         ulp             \
122         wlancertextn    \
123         x2ap            \
124         x509af          \
125         x509ce          \
126         x509if          \
127         x509sat
128
129 # kerberos is a handwritten dissector, don't replace
130 # x721 doesn't build
131 DONT_BUILD_SUBDIRS = \
132         kerberos \
133         x721
134
135 DIST_SUBDIRS = $(SUBDIRS) $(DONT_BUILD_SUBDIRS)
136
137 EXTRA_DIST = \
138         Makefile.nmake  \
139         Makefile.inc.nmake      \
140         Makefile.preinc.nmake \
141         Custom.make
142
143 MAINTAINERCLEANFILES = \
144         Makefile.in
145