aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-03-30 09:33:39 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-03-30 09:33:39 +0000
commit95b974d6ba0f9f7e88363b90a3c97d3f71efc3e6 (patch)
tree3892aeaba1e5b125b8156fcdb6bbe1c7407eb6c9 /plugins
parent9ba859bacf860117c12778e75bcde2f4634c1133 (diff)
Undoing commit of private makefile in r17765
svn path=/trunk/; revision=17768
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.nmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index c118fdc943..7577fb372f 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -31,7 +31,6 @@ all: \
rtnet \
rudp \
stats_tree \
- udp_trace \
v5ua
@@ -157,11 +156,6 @@ stats_tree::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
-udp_trace::
- cd udp_trace
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
- cd ..
-
v5ua::
cd v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@@ -217,8 +211,6 @@ clean:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../stats_tree
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
- cd ../udp_trace
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@@ -272,8 +264,6 @@ distclean: clean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../stats_tree
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
- cd ../udp_trace
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
@@ -325,8 +315,6 @@ maintainer-clean: distclean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../stats_tree
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
- cd ../udp_trace
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
@@ -366,7 +354,6 @@ install-plugins:
xcopy rtnet\*.dll $(VERSION) /d
xcopy rudp\*.dll $(VERSION) /d
xcopy stats_tree\*.dll $(VERSION) /d
- xcopy udp_trace\*.dll $(VERSION) /d
xcopy v5ua\*.dll $(VERSION) /d
!ENDIF