Added svn:ignore targets.
[obnox/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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23
24
25 SUBDIRS =               \
26         acp133          \
27         acse            \
28         ansi_map        \
29         ansi_tcap       \
30         camel           \
31         cdt                     \
32         charging_ase\
33         cmip            \
34         cmp                     \
35         crmf            \
36         cms                     \
37         dap                     \
38         dop                     \
39         disp            \
40         dsp                     \
41         ess                     \
42         ftam            \
43         gnm                     \
44         goose           \
45         gsm_map         \
46         h225            \
47         h235            \
48         h245            \
49         h248            \
50         h282            \
51         h283            \
52         h323            \
53         h450            \
54         h450-ros        \
55         h460            \
56         h501            \
57         HI2Operations   \
58         hnbap           \
59         inap            \
60         kerberos        \
61         ldap            \
62         logotypecertextn        \
63         lte-rrc         \
64         mms                     \
65         mpeg-audio      \
66         mpeg-pes        \
67         nbap            \
68         ns_cert_exts\
69         ocsp            \
70         p7                      \
71         pcap            \
72         pkcs1           \
73         pkcs12          \
74         pkinit          \
75         pkix1explicit   \
76         pkix1implicit   \
77         pkixproxy       \
78         pkixqualified   \
79         pkixtsp         \
80         pres            \
81         q932            \
82         q932-ros        \
83         qsig            \
84         ranap           \
85         rnsap           \
86         ros                     \
87         rrc                     \
88         rrlp            \
89         rtse            \
90         rua                     \
91         s1ap            \
92         s4406           \
93         sabp            \
94         smrse           \
95         snmp            \
96         spnego          \
97         t125            \
98         t38                     \
99         tcap            \
100         ulp                     \
101         wlancertextn\
102         x2ap            \
103         x411            \
104         x420            \
105         x509af          \
106         x509ce          \
107         x509if          \
108         x509sat         \
109         x721
110
111 EXTRA_DIST = \
112         Makefile.nmake  \
113         Makefile.inc.nmake      \
114         Makefile.preinc.nmake
115
116 MAINTAINERCLEANFILES = \
117         Makefile.in
118