aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509if/Makefile
blob: e8d3d3401be6f4b4f13f2e0863bde00d83c1985d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id$

DISSECTOR_FILES=packet-x509if.c packet-x509if.h

all: generate_dissector

generate_dissector: $(DISSECTOR_FILES)

$(DISSECTOR_FILES): ../../tools/asn2eth.py InformationFramework.asn packet-x509if-template.c packet-x509if-template.h x509if.cnf ../x509sat/x509sat-exp.cnf
	python ../../tools/asn2eth.py -X -b -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn

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

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