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