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

DISSECTOR_FILES=packet-logotypecertextn.c packet-logotypecertextn.h

all: generate_dissector

generate_dissector: $(DISSECTOR_FILES)

$(DISSECTOR_FILES): ../../tools/asn2eth.py LogotypeCertExtn.asn packet-logotype-cert-extn-template.c packet-logotype-cert-extn-template.h logotype-cert-extn.cnf
	python ../../tools/asn2eth.py -X -b -e -p logotypecertextn -c logotype-cert-extn.cnf -s packet-logotype-cert-extn-template LogotypeCertExtn.asn

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

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