Remove Makefile.common files
[metze/wireshark/wip.git] / epan / dissectors / asn1 / h450 / 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=h450
22
23 # need empty -p <proto> option, default is -p $(PROTOCOL_NAME)
24 PROTO_OPT =
25
26 EXT_ASN_FILE_LIST =
27
28 H450_ASN = \
29         H4501-Supplementary-ServiceAPDU-Structure.asn \
30         Addressing-Data-Elements.asn \
31         H225-generic-parameters-definition.asn \
32         Manufacturer-specific-service-extension-definition.asn \
33         H4501-General-Error-List.asn
34
35 H450_OP_ASN = \
36         Call-Transfer-Operations.asn \
37         Call-Diversion-Operations.asn \
38         Call-Hold-Operations.asn \
39         Call-Park-Pickup-Operations.asn \
40         Call-Waiting-Operations.asn \
41         Message-Waiting-Indication-Operations.asn \
42         Name-Operations.asn \
43         Call-Completion-Operations.asn \
44         Call-Offer-Operations.asn \
45         Call-Intrusion-Operations.asn \
46         Common-Information-Operations.asn
47
48 ASN_FILE_LIST = \
49         $(H450_ASN) \
50         $(H450_OP_ASN)
51
52 # The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
53 # files do not exist for all protocols: Please add/remove as required.
54 EXTRA_DIST = \
55         $(EXTRA_DIST_COMMON) \
56         $(ASN_FILE_LIST) \
57         packet-$(PROTOCOL_NAME)-template.c \
58         $(PROTOCOL_NAME).cnf
59
60 SRC_FILES = \
61         $(EXTRA_DIST) \
62         $(EXT_ASN_FILE_LIST)
63
64 A2W_FLAGS=
65
66 EXTRA_CNF = \
67         $(builddir)/../h225/h225-exp.cnf        \
68         $(builddir)/../h450-ros/h450-ros-exp.cnf
69
70 $(builddir)/../h225/h225-exp.cnf:
71         (cd $(builddir)/../h225 && $(MAKE_CNF_EXPORT))
72
73 $(builddir)/../h450-ros/h450-ros-exp.cnf:
74         (cd $(builddir)/../h450-ros && $(MAKE_CNF_EXPORT))