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