summaryrefslogtreecommitdiff
path: root/asn1/ocsp/Makefile
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-10-09 18:47:12 +0000
committerJörg Mayer <jmayer@loplof.de>2007-10-09 18:47:12 +0000
commitb8249bc68dae56b6b53d114982a692f1a469be90 (patch)
treea34ded275d364bc7e75c6737f27bcfd3cd972549 /asn1/ocsp/Makefile
parent87d4a4709a68d2beef9c6d4208e012f291ae65e5 (diff)
downloadwireshark-b8249bc68dae56b6b53d114982a692f1a469be90.tar.gz
More Makefile conversions
svn path=/trunk/; revision=23116
Diffstat (limited to 'asn1/ocsp/Makefile')
-rw-r--r--asn1/ocsp/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/asn1/ocsp/Makefile b/asn1/ocsp/Makefile
deleted file mode 100644
index d90a55358b..0000000000
--- a/asn1/ocsp/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $Id$
-
-DISSECTOR_FILES=packet-ocsp.c packet-ocsp.h
-
-all: generate_dissector
-
-generate_dissector: $(DISSECTOR_FILES)
-
-$(DISSECTOR_FILES): ../../tools/asn2wrs.py OCSP.asn packet-ocsp-template.c packet-ocsp-template.h ocsp.cnf
- python ../../tools/asn2wrs.py -b -e -p ocsp -c ocsp.cnf -s packet-ocsp-template OCSP.asn
-
-clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
-
-copy_files: generate_dissector
- cp $(DISSECTOR_FILES) ../../epan/dissectors