aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-05 18:39:53 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-05 18:39:53 +0000
commite52bec904a8102c838e020be52f061cbc2eedec5 (patch)
tree700477cdc049708df153ec512b04b5303365f182 /asn1/Makefile.nmake
parentf9a3a750a0d8e95476b5640a77749ab234cbbcb3 (diff)
Add the actual dissector, win makefile and update the asn1 makefile.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17473 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index a0122c07fb..ccd5147ef9 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -3,6 +3,7 @@
all: \
acse \
+ acp133 \
camel \
cdt \
cmip \
@@ -60,6 +61,9 @@ clean:
cd acse
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ cd acp133
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
cd camel
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd..
@@ -216,6 +220,7 @@ clean:
ber: \
acse \
+ acp133 \
camel \
cdt \
cmip \
@@ -275,6 +280,11 @@ acse::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
+acp133::
+ cd acp133
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+ cd ..
+
camel::
cd camel
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files