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