[maemo-commits] [maemo-commits] r8876 - in projects/haf/trunk/pyrex: . Demos Demos/callback
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Dec 26 22:59:35 EET 2006
- Previous message: [maemo-commits] r8875 - projects/haf/trunk/pyrex/debian
- Next message: [maemo-commits] r8877 - projects/haf/tags/osso-gnome-vfs2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: osantana Date: 2006-12-26 22:59:30 +0200 (Tue, 26 Dec 2006) New Revision: 8876 Removed: projects/haf/trunk/pyrex/Demos/Makefile projects/haf/trunk/pyrex/Demos/callback/Makefile projects/haf/trunk/pyrex/Makefile Log: - remove Makefile when cleaning Deleted: projects/haf/trunk/pyrex/Demos/Makefile =================================================================== --- projects/haf/trunk/pyrex/Demos/Makefile 2006-12-26 20:57:41 UTC (rev 8875) +++ projects/haf/trunk/pyrex/Demos/Makefile 2006-12-26 20:59:30 UTC (rev 8876) @@ -1,15 +0,0 @@ -all: - python2.5 Setup.py build_ext --inplace - -test: all - python2.5 run_primes.py 20 - python2.5 run_numeric_demo.py - python2.5 run_spam.py - cd callback; $(MAKE) test - -clean: - @echo Cleaning Demos - @rm -f *.c *.o *.so *~ core - @rm -rf build - @cd callback; $(MAKE) clean - @cd embed; $(MAKE) clean Deleted: projects/haf/trunk/pyrex/Demos/callback/Makefile =================================================================== --- projects/haf/trunk/pyrex/Demos/callback/Makefile 2006-12-26 20:57:41 UTC (rev 8875) +++ projects/haf/trunk/pyrex/Demos/callback/Makefile 2006-12-26 20:59:30 UTC (rev 8876) @@ -1,10 +0,0 @@ -all: - python2.5 Setup.py build_ext --inplace - -test: all - python2.5 run_cheese.py - -clean: - @echo Cleaning Demos/callback - @rm -f cheese.c *.o *.so *~ core - @rm -rf build Deleted: projects/haf/trunk/pyrex/Makefile =================================================================== --- projects/haf/trunk/pyrex/Makefile 2006-12-26 20:57:41 UTC (rev 8875) +++ projects/haf/trunk/pyrex/Makefile 2006-12-26 20:59:30 UTC (rev 8876) @@ -1,18 +0,0 @@ -VERSION = 0.9.4.1 - -version: - @echo "Setting version to $(VERSION)" - @echo "version = '$(VERSION)'" > Pyrex/Compiler/Version.py - -#check_contents: -# @if [ ! -d Pyrex/Distutils ]; then \ -# echo Pyrex/Distutils missing; \ -# exit 1; \ -# fi - -clean: - @echo Cleaning Source - @rm -f *.pyc */*.pyc */*/*.pyc - @rm -f *~ */*~ */*/*~ - @rm -f core */core - @(cd Demos; $(MAKE) clean)
- Previous message: [maemo-commits] r8875 - projects/haf/trunk/pyrex/debian
- Next message: [maemo-commits] r8877 - projects/haf/tags/osso-gnome-vfs2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]