aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411/Makefile
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-10-10 17:57:33 +0000
committerJörg Mayer <jmayer@loplof.de>2007-10-10 17:57:33 +0000
commit868825629a3a824a230947fc9a20beecabebc8c7 (patch)
treed5c461086c9c3e4c52e11bd004f5e15264f29703 /asn1/x411/Makefile
parent2f9e17920731add043e62fc2b73d2dd13707b738 (diff)
Finish conversion (well, almost, need to add the
generation stuff to the x.../Makefile.common. I love circular dependencies. svn path=/trunk/; revision=23138
Diffstat (limited to 'asn1/x411/Makefile')
-rw-r--r--asn1/x411/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/asn1/x411/Makefile b/asn1/x411/Makefile
deleted file mode 100644
index 8d7336f273..0000000000
--- a/asn1/x411/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id$
-
-DISSECTOR_FILES=packet-x411.c packet-x411.h
-
-all: generate_dissector
-
-generate_dissector: $(DISSECTOR_FILES)
-
-$(DISSECTOR_FILES): ../../tools/asn2wrs.py x411.asn packet-x411-template.c packet-x411-template.h x411.cnf
- python ../../tools/asn2wrs.py -b -e -p x411 -c x411.cnf -s packet-x411-template x411.asn
-
-clean:
- rm -f parsetab.py $(DISSECTOR_FILES) *~
-
-copy_files: generate_dissector
- cp $(DISSECTOR_FILES) ../../epan/dissectors
-