summaryrefslogtreecommitdiff
path: root/asn1/h450/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h450/Makefile')
-rw-r--r--asn1/h450/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/asn1/h450/Makefile b/asn1/h450/Makefile
new file mode 100644
index 0000000000..21050d2638
--- /dev/null
+++ b/asn1/h450/Makefile
@@ -0,0 +1,16 @@
+# $Id$
+
+DISSECTOR_FILES=packet-h450.c packet-h450.h
+
+all: generate_dissector
+
+generate_dissector: $(DISSECTOR_FILES)
+
+$(DISSECTOR_FILES): ../../tools/asn2eth.py h4501.asn packet-h450-template.c packet-h450-template.h h450.cnf
+ python ../../tools/asn2eth.py -X -b -e -p h450 -c h450.cnf -s packet-h450-template h4501.asn
+
+clean:
+ rm -f parsetab.py $(DISSECTOR_FILES)
+
+copy_files: generate_dissector
+ cp $(DISSECTOR_FILES) ../../epan/dissectors