From 1413ee322d959c93e2b25b8d98e68ed0b7f15aec Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 16 Jan 2005 10:38:21 +0000 Subject: Supply Makefile.nmake files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13072 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/ocsp/Makefile.nmake | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 asn1/ocsp/Makefile.nmake (limited to 'asn1/ocsp') diff --git a/asn1/ocsp/Makefile.nmake b/asn1/ocsp/Makefile.nmake new file mode 100644 index 0000000000..074085770f --- /dev/null +++ b/asn1/ocsp/Makefile.nmake @@ -0,0 +1,23 @@ +## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake +# +# $Id$ + +include ../../config.nmake + +DISSECTOR_FILES=packet-ocsp.c packet-ocsp.h + +all: generate_dissector + +generate_dissector: $(DISSECTOR_FILES) + +$(DISSECTOR_FILES): ../../tools/asn2eth.py OCSP.asn packet-ocsp-template.c packet-ocsp-template.h ocsp.cnf +!IFDEF PYTHON + $(PYTHON) ../../tools/asn2eth.py -X -b -e -p ocsp -c ocsp.cnf -s packet-ocsp-template OCSP.asn +!ENDIF + +clean: + rm -f parsetab.py $(DISSECTOR_FILES) + +copy_files: generate_dissector + xcopy packet-ocsp.c ..\..\epan\dissectors /d /y + xcopy packet-ocsp.h ..\..\epan\dissectors /d /y -- cgit v1.2.3