RTSE and PRES relies on the TCP conversation to do reassembly, switch to
[metze/wireshark/wip.git] / asn1 / gprscdr / 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=gprscdr
21
22 EXPORT_FILES = \
23         $(PROTOCOL_NAME)-exp.cnf
24
25 ASN_FILE_LIST = \
26         GenericChargingDataTypesV1250.asn \
27         GPRSChargingDataTypesV641.asn \
28         GPRSChargingDataTypesV1260.asn
29
30 INCLUDED_ASN_FILE_LIST = \
31         3GPPGenericChargingDataTypes.asn \
32         GPRSChargingDataTypes.asn \
33         GPRSChargingDataTypesV8e0.asn \
34         GPRSChargingDataTypesV9f0.asn \
35         GPRSChargingDataTypesV1171.asn \
36         GenericChargingDataTypes.asn \
37         GenericChargingDataTypesV641.asn \
38         GenericChargingDataTypesV8e0.asn \
39         GenericChargingDataTypesV9f0.asn
40
41 # The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
42 # files do not exist for all protocols: Please add/remove as required.
43 EXTRA_DIST = \
44         $(EXTRA_DIST_COMMON) \
45         $(ASN_FILE_LIST) \
46         $(INCLUDED_ASN_FILE_LIST) \
47         packet-$(PROTOCOL_NAME)-template.c \
48         packet-$(PROTOCOL_NAME)-template.h \
49         $(PROTOCOL_NAME).cnf
50
51 SRC_FILES = \
52         $(EXTRA_DIST) \
53         $(EXT_ASN_FILE_LIST)
54
55 A2W_FLAGS= -b
56
57 EXTRA_CNF=$(builddir)/../gsm_map/gsm_map-exp.cnf
58
59 $(builddir)/../gsm_map/gsm_map-exp.cnf:
60         (cd $(builddir)/../gsm_map && $(MAKE_CNF_EXPORT))
61