aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ns-cert-exts/Makefile
blob: 025f271de5ff74d49a960e8809aea0ad7e90625d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id$

DISSECTOR_FILES=packet-ns_cert_exts.c packet-ns_cert_exts.h

all: generate_dissector

generate_dissector: $(DISSECTOR_FILES)

$(DISSECTOR_FILES): ../../tools/asn2eth.py NETSCAPE-CERT-EXTS.asn packet-ns_cert_exts-template.c packet-ns_cert_exts-template.h ns_cert_exts.cnf 
	python ../../tools/asn2eth.py -X -b -e -p ns_cert_exts -c ns_cert_exts.cnf -s packet-ns_cert_exts-template NETSCAPE-CERT-EXTS.asn

clean:
	rm -f parsetab.py $(DISSECTOR_FILES)

copy_files: generate_dissector
	cp $(DISSECTOR_FILES) ../../epan/dissectors