aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-11-06 23:38:35 +0000
committerGerald Combs <gerald@wireshark.org>2006-11-06 23:38:35 +0000
commit02735fce79ec066a37a7c6a89ff524417735823c (patch)
tree607162dc9e87c53caa6af2a3a0c55bf61912bfdd /plugins/Makefile.nmake
parentc77637f7fac30c47e4914d21cbba248ab57e15eb (diff)
Remove ACN references.
svn path=/trunk/; revision=19838
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index f728aaad90..33be20ea21 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -33,11 +33,6 @@ all: \
v5ua
-acn::
- cd acn
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
- cd ..
-
agentx::
cd agentx
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@@ -157,8 +152,6 @@ v5ua::
clean:
rm -rf $(VERSION)
- cd acn
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../agentx
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../artnet
@@ -209,8 +202,6 @@ clean:
if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake clean
distclean: clean
- cd acn
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../agentx
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../artnet
@@ -261,8 +252,6 @@ distclean: clean
if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake distclean
maintainer-clean: distclean
- cd acn
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../agentx
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../artnet
@@ -319,7 +308,6 @@ install-plugins:
!IFDEF ENABLE_LIBWIRESHARK
rm -rf $(VERSION)
mkdir $(VERSION)
- xcopy acn\*.dll $(VERSION) /d
xcopy agentx\*.dll $(VERSION) /d
xcopy artnet\*.dll $(VERSION) /d
xcopy asn1\*.dll $(VERSION) /d