aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ess/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-16 10:38:21 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-16 10:38:21 +0000
commitf4a0e4c7837fc02b8284f623948b53011cd96073 (patch)
treeb7a96127222c7243774e4f28a177e7ce443a4a12 /asn1/ess/Makefile.nmake
parenteaf9490e04ad1d93f5c53d2f2beee8ffa7debd97 (diff)
Supply Makefile.nmake files.
svn path=/trunk/; revision=13072
Diffstat (limited to 'asn1/ess/Makefile.nmake')
-rw-r--r--asn1/ess/Makefile.nmake29
1 files changed, 29 insertions, 0 deletions
diff --git a/asn1/ess/Makefile.nmake b/asn1/ess/Makefile.nmake
new file mode 100644
index 0000000000..c4b08582a4
--- /dev/null
+++ b/asn1/ess/Makefile.nmake
@@ -0,0 +1,29 @@
+## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
+#
+# $Id$
+
+include ../../config.nmake
+
+DISSECTOR_FILES=packet-ess.c packet-ess.h
+
+all: generate_dissector
+
+generate_dissector: $(DISSECTOR_FILES)
+
+$(DISSECTOR_FILES): ../../tools/asn2eth.py ExtendedSecurityServices.asn packet-ess-template.c packet-ess-template.h ess.cnf
+!IFDEF PYTHON
+ $(PYTHON) ../../tools/asn2eth.py -X -b -k -e -p ess -c ess.cnf -s packet-ess-template ExtendedSecurityServices.asn
+!ENDIF
+
+clean:
+ rm -f parsetab.py $(DISSECTOR_FILES) \
+ packet-ess-ettarr.c \
+ packet-ess-hfarr.c \
+ packet-ess-dis-tab.c \
+ packet-ess-fn.c \
+ packet-ess-ett.c \
+ packet-ess-hf.c
+
+copy_files: generate_dissector
+ xcopy packet-ess.c ..\..\epan\dissectors /d /y
+ xcopy packet-ess.h ..\..\epan\dissectors /d /y