[Zope-CVS] CVS: PythonNet - makefile:1.4

Brian Lloyd brian@zope.com
Mon, 14 Jul 2003 16:09:37 -0400


Update of /cvs-repository/PythonNet
In directory cvs.zope.org:/tmp/cvs-serv6246

Modified Files:
	makefile 
Log Message:
unscrew makefiles

=== PythonNet/makefile 1.3 => 1.4 ===
--- PythonNet/makefile:1.3	Mon Jul 14 15:59:25 2003
+++ PythonNet/makefile	Mon Jul 14 16:09:31 2003
@@ -6,7 +6,7 @@
 
 
 python.exe: Python.Runtime.dll
-	cd src; console; make; cd ..; cd ..;
+	cd src; cd console; make; cd ..; cd ..;
 
 
 Python.Runtime.dll: CallConvUtil.exe
@@ -30,10 +30,10 @@
 
 
 clean:
+	cd src; cd console; make clean; cd ..; cd ..;
 	cd src; cd runtime; make clean; cd ..; cd ..;
-	cd tests; cd test; make clean; cd ..; cd ..;
-	cd console; make clean; cd ..;
-	cd utils; make clean; cd ..;
+	cd src; cd testing; make clean; cd ..; cd ..;
+	cd src; cd tools; make clean; cd ..; cd ..;
 
 
 test: