d9260a35f515a16a3fa05e7797ce66629a1ef2e5
[obnox/wireshark/wip.git] / asn1 / x509sat / Makefile.nmake
1 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
2 #
3 # $Id$
4
5 include ../../config.nmake
6
7 DISSECTOR_FILES=packet-x509sat.c packet-x509sat.h
8
9 all: generate_dissector
10
11 generate_dissector: $(DISSECTOR_FILES)
12
13 $(DISSECTOR_FILES): ../../tools/asn2eth.py SelectedAttributeTypes.asn packet-x509sat-template.c packet-x509sat-template.h x509sat.cnf ../x509if/x509if-exp.cnf
14 !IFDEF PYTHON
15         $(PYTHON) ../../tools/asn2eth.py -X -b -e -p x509sat -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn
16 !ENDIF
17
18 clean:
19         rm -f parsetab.py $(DISSECTOR_FILES)
20
21 copy_files: generate_dissector
22         xcopy packet-x509sat.c ..\..\epan\dissectors /d /y
23         xcopy packet-x509sat.h ..\..\epan\dissectors /d /y