From 72eb406f8de4781d04dbacbe79bab4010a59bc6a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 16 Jan 2005 09:06:25 +0000 Subject: Phase 2 of renaming "makefile.nmake" to "Makefile.nmake", to match other Makefile.nmake files. svn path=/trunk/; revision=13066 --- asn1/h225/Makefile.nmake | 23 +++++++++++++++++++++++ asn1/h225/makefile.nmake2 | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 asn1/h225/Makefile.nmake delete mode 100644 asn1/h225/makefile.nmake2 diff --git a/asn1/h225/Makefile.nmake b/asn1/h225/Makefile.nmake new file mode 100644 index 0000000000..da3b5adccc --- /dev/null +++ b/asn1/h225/Makefile.nmake @@ -0,0 +1,23 @@ +## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake +# +# $Id$ + +include ../../config.nmake + +DISSECTOR_FILES=packet-h225.c packet-h225.h + +all: generate_dissector + +generate_dissector: $(DISSECTOR_FILES) + +$(DISSECTOR_FILES) : h225.asn h225.cnf packet-h225-template.c packet-h225-template.h +!IFDEF PYTHON + $(PYTHON) ../../tools/asn2eth.py -X -e -p h225 -c h225.cnf -s packet-h225-template h225.asn +!ENDIF + +clean: + rm -f parsetab.py $(DISSECTOR_FILES) + +copy_files: generate_dissector + xcopy packet-h225.c ..\..\epan\dissectors /d /y + xcopy packet-h225.h ..\..\epan\dissectors /d /y \ No newline at end of file diff --git a/asn1/h225/makefile.nmake2 b/asn1/h225/makefile.nmake2 deleted file mode 100644 index da3b5adccc..0000000000 --- a/asn1/h225/makefile.nmake2 +++ /dev/null @@ -1,23 +0,0 @@ -## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake -# -# $Id$ - -include ../../config.nmake - -DISSECTOR_FILES=packet-h225.c packet-h225.h - -all: generate_dissector - -generate_dissector: $(DISSECTOR_FILES) - -$(DISSECTOR_FILES) : h225.asn h225.cnf packet-h225-template.c packet-h225-template.h -!IFDEF PYTHON - $(PYTHON) ../../tools/asn2eth.py -X -e -p h225 -c h225.cnf -s packet-h225-template h225.asn -!ENDIF - -clean: - rm -f parsetab.py $(DISSECTOR_FILES) - -copy_files: generate_dissector - xcopy packet-h225.c ..\..\epan\dissectors /d /y - xcopy packet-h225.h ..\..\epan\dissectors /d /y \ No newline at end of file -- cgit v1.2.3