aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-08-24 16:08:31 +0000
committerGerald Combs <gerald@wireshark.org>2007-08-24 16:08:31 +0000
commita6d76c62a57521534de3cf05a5aa845d0f6fa9e9 (patch)
tree94510d43b1a956beacc45e2d37c1f131bef764b4 /plugins/Makefile.nmake
parent77181f6db04de7b11f39367cc003ccac3ce0a43c (diff)
Clear out any remaining references to the h223 plugin. Replace the
references to h223 in README.plugins with agentx since it's small and no one seems to be in a hurry to move it to epan/dissectors. svn path=/trunk/; revision=22641
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 2f4de9b616..9682618d56 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -16,7 +16,6 @@ all: \
enttec \
giop \
gryphon \
- h223 \
irda \
lwres \
m2m \
@@ -79,11 +78,6 @@ gryphon::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
-h223::
- cd h223
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
- cd ..
-
irda::
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@@ -195,9 +189,6 @@ clean:
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
- cd h223
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
- cd ..
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@@ -276,9 +267,6 @@ distclean: clean
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
- cd h223
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
- cd ..
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
@@ -357,9 +345,6 @@ maintainer-clean: distclean
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
- cd h223
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
- cd ..
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
@@ -427,7 +412,6 @@ install-plugins:
xcopy enttec\*.dll $(VERSION) /d
xcopy giop\*.dll $(VERSION) /d
xcopy gryphon\*.dll $(VERSION) /d
- xcopy h223\*.dll $(VERSION) /d
xcopy irda\*.dll $(VERSION) /d
xcopy lwres\*.dll $(VERSION) /d
xcopy m2m\*.dll $(VERSION) /d