Clean asn1 make/cmake whitespace
[metze/wireshark/wip.git] / epan / dissectors / asn1 / ros / 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=ros
21
22 EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
23
24 EXT_ASN_FILE_LIST =
25
26 ASN_FILE_LIST = \
27         $(PROTOCOL_NAME).asn \
28         Remote-Operations-Information-Objects.asn
29
30 INCLUDED_ASN_FILE_LIST = \
31         Remote-Operations-Generic-ROS-PDUs.asn \
32         Remote-Operations-Information-Objects.asn \
33         Remote-Operations-Useful-Definitions.asn \
34         ros-err.cnf \
35         ros-inv.cnf \
36         ros-rej.cnf \
37         ros-res.cnf
38
39 # The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
40 # files do not exist # for all protocols: Please add/remove as required.
41 EXTRA_DIST = \
42         $(EXTRA_DIST_COMMON) \
43         $(ASN_FILE_LIST) \
44         $(INCLUDED_ASN_FILE_LIST) \
45         packet-$(PROTOCOL_NAME)-template.c \
46         packet-$(PROTOCOL_NAME)-template.h \
47         $(PROTOCOL_NAME).cnf
48
49 SRC_FILES = \
50         $(EXTRA_DIST) \
51         $(EXT_ASN_FILE_LIST)
52
53 A2W_FLAGS= -b
54
55 EXTRA_CNF=