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

DISSECTOR_FILES=packet-s4406.c packet-s4406.h

all: generate_dissector

generate_dissector: $(DISSECTOR_FILES)

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

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

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