From 5df87477dd08100e005d01d1f7aafc2a96dbd79c Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 16 Jan 2005 10:17:53 +0000 Subject: Add Makefiles. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13070 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/h235/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 asn1/h235/Makefile (limited to 'asn1/h235') diff --git a/asn1/h235/Makefile b/asn1/h235/Makefile new file mode 100644 index 0000000000..d5d5d14c2b --- /dev/null +++ b/asn1/h235/Makefile @@ -0,0 +1,16 @@ +# $Id$ + +DISSECTOR_FILES=packet-h235.c packet-h235.h + +all: generate_dissector + +generate_dissector: $(DISSECTOR_FILES) + +$(DISSECTOR_FILES): ../../tools/asn2eth.py packet-h235-template.c packet-h235-template.h h235.cnf + python ../../tools/asn2eth.py -X -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn + +clean: + rm -f parsetab.py $(DISSECTOR_FILES) + +copy_files: generate_dissector + cp $(DISSECTOR_FILES) ../../epan/dissectors -- cgit v1.2.3