b03903c01d4e6ba09ec08bb1c93d8363e3e1eeee
[metze/wireshark/wip.git] / epan / dissectors / asn1 / ess / 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=ess
22
23 EXT_ASN_FILE_LIST =
24
25 ASN_FILE_LIST = \
26         ExtendedSecurityServices.asn
27
28 # The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
29 # files do not exist for all protocols: Please add/remove as required.
30 EXTRA_DIST = \
31         $(EXTRA_DIST_COMMON) \
32         $(ASN_FILE_LIST) \
33         packet-$(PROTOCOL_NAME)-template.c \
34         packet-$(PROTOCOL_NAME)-template.h \
35         $(PROTOCOL_NAME).cnf
36
37 SRC_FILES = \
38         $(EXTRA_DIST) \
39         $(EXT_ASN_FILE_LIST)
40
41 A2W_FLAGS= -b -k -C
42
43 EXTRA_CNF= \
44         $(builddir)/../cms/cms-exp.cnf \
45         $(builddir)/../x509af/x509af-exp.cnf \
46         $(builddir)/../x509ce/x509ce-exp.cnf
47
48 $(builddir)/../cms/cms-exp.cnf:
49         (cd $(builddir)/../cms && $(MAKE_CNF_EXPORT))
50
51 $(builddir)/../x509af/x509af-exp.cnf:
52         (cd $(builddir)/../x509af && $(MAKE_CNF_EXPORT))
53
54 $(builddir)/../x509ce/x509ce-exp.cnf:
55         (cd $(builddir)/../x509ce && $(MAKE_CNF_EXPORT))