[Automatic update for 2016-03-13]
[metze/wireshark/wip.git] / asn1 / s1ap / Makefile.common
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
20 PROTOCOL_NAME = s1ap
21
22 EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
23
24 EXT_ASN_FILE_LIST =
25
26 ASN_FILE_LIST = \
27         S1AP-CommonDataTypes.asn        \
28         S1AP-Constants.asn      \
29         S1AP-Containers.asn     \
30         S1AP-IEs.asn    \
31         S1AP-PDU-Contents.asn   \
32         S1AP-PDU-Descriptions.asn       \
33         S1AP-SonTransfer-IEs.asn
34
35 EXTRA_DIST = \
36         $(EXTRA_DIST_COMMON) \
37         $(ASN_FILE_LIST) \
38         packet-$(PROTOCOL_NAME)-template.c \
39         packet-$(PROTOCOL_NAME)-template.h \
40         $(PROTOCOL_NAME).cnf
41
42 SRC_FILES = \
43         $(EXTRA_DIST) \
44         $(EXT_ASN_FILE_LIST)
45
46 A2W_FLAGS =
47
48 EXTRA_CNF =
49