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

DISSECTOR_FILES=packet-x420.c packet-x420.h

all: generate_dissector

generate_dissector: $(DISSECTOR_FILES)

$(DISSECTOR_FILES): ../../tools/asn2wrs.py x420.asn packet-x420-template.c packet-x420-template.h x420.cnf
	python ../../tools/asn2wrs.py -b -e -p x420 -c x420.cnf -s packet-x420-template  x420.asn

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

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