aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gnm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/gnm/Makefile')
-rw-r--r--asn1/gnm/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/asn1/gnm/Makefile b/asn1/gnm/Makefile
deleted file mode 100644
index 2aecc9bf76..0000000000
--- a/asn1/gnm/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $Id$
-
-DISSECTOR_FILES=packet-gnm.c packet-gnm.h
-
-all: generate_dissector
-
-generate_dissector: $(DISSECTOR_FILES)
-
-$(DISSECTOR_FILES): ../../tools/asn2wrs.py GNM.asn packet-gnm-template.c packet-gnm-template.h gnm.cnf
- python ../../tools/asn2wrs.py -b -e -X -T -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