aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-30 09:33:39 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-30 09:33:39 +0000
commite8587c6e1dc68fa9a2cff367e9c5330a354583b5 (patch)
tree3892aeaba1e5b125b8156fcdb6bbe1c7407eb6c9 /plugins/Makefile.nmake
parent83a6e97eb0927463a17323975263b893fa72f982 (diff)
Undoing commit of private makefile in r17765
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17768 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/Makefile.nmake')
-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