566c999ede6bcc648e271e18cfdfbfc11ef8242d
[metze/wireshark/wip.git] / epan / dissectors / asn1 / p772 / Makefile.am
1 # Wireshark - Network traffic analyzer
2 # By Gerald Combs <gerald@wireshark.org>
3 # Copyright 1998 Gerald Combs
4 #
5 # This program is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU General Public License
7 # as published by the Free Software Foundation; either version 2
8 # of the License, or (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19 include ../Makefile.inc
20
21 PROTOCOL_NAME=p772
22
23 EXT_ASN_FILE_LIST =
24
25 ASN_FILE_LIST = \
26         MMSAbstractService.asn \
27         MMSInformationObjects.asn \
28         MMSOtherNotificationTypeExtensions.asn \
29         MMSObjectIdentifiers.asn \
30         MMSHeadingExtensions.asn \
31         MMSUpperBounds.asn \
32         MMSExtendedBodyPartTypes.asn \
33         MMSPerRecipientSpecifierExtensions.asn
34
35
36 # The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
37 # files do not exist for all protocols: Please add/remove as required.
38 EXTRA_DIST = \
39         $(EXTRA_DIST_COMMON) \
40         $(ASN_FILE_LIST) \
41         packet-$(PROTOCOL_NAME)-template.c \
42         packet-$(PROTOCOL_NAME)-template.h \
43         $(PROTOCOL_NAME).cnf
44
45 SRC_FILES = \
46         $(EXTRA_DIST) \
47         $(EXT_ASN_FILE_LIST)
48
49 A2W_FLAGS= -b -C
50
51 EXTRA_CNF= \
52         $(builddir)/../p1/p1-exp.cnf \
53         $(builddir)/../p22/p22-exp.cnf
54
55 $(builddir)/../p1/p1-exp.cnf:
56         (cd $(builddir)/../p1 && $(MAKE_CNF_EXPORT))
57
58 $(builddir)/../p22/p22-exp.cnf:
59         (cd $(builddir)/../p22 && $(MAKE_CNF_EXPORT))