dissectors: more SPDX license convertions.
[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 # SPDX-License-Identifier: GPL-2.0-or-later
6
7 include ../Makefile.inc
8
9 PROTOCOL_NAME=p772
10
11 EXT_ASN_FILE_LIST =
12
13 ASN_FILE_LIST = \
14         MMSAbstractService.asn \
15         MMSInformationObjects.asn \
16         MMSOtherNotificationTypeExtensions.asn \
17         MMSObjectIdentifiers.asn \
18         MMSHeadingExtensions.asn \
19         MMSUpperBounds.asn \
20         MMSExtendedBodyPartTypes.asn \
21         MMSPerRecipientSpecifierExtensions.asn
22
23
24 # The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
25 # files do not exist for all protocols: Please add/remove as required.
26 EXTRA_DIST = \
27         $(EXTRA_DIST_COMMON) \
28         $(ASN_FILE_LIST) \
29         packet-$(PROTOCOL_NAME)-template.c \
30         packet-$(PROTOCOL_NAME)-template.h \
31         $(PROTOCOL_NAME).cnf
32
33 SRC_FILES = \
34         $(EXTRA_DIST) \
35         $(EXT_ASN_FILE_LIST)
36
37 A2W_FLAGS= -b -C
38
39 EXTRA_CNF= \
40         $(builddir)/../p1/p1-exp.cnf \
41         $(builddir)/../p22/p22-exp.cnf
42
43 $(builddir)/../p1/p1-exp.cnf:
44         (cd $(builddir)/../p1 && $(MAKE_CNF_EXPORT))
45
46 $(builddir)/../p22/p22-exp.cnf:
47         (cd $(builddir)/../p22 && $(MAKE_CNF_EXPORT))