Author: strba Date: Tue Jan 22 02:52:16 2008 New Revision: 11353 URL: http://svn.gnome.org/viewvc/ooo-build?rev=11353&view=rev
Log: bin output directories in scsolver and lpsolve when making clean and/or distclean targets Modified: trunk/ChangeLog trunk/scratch/lpsolve/Makefile.am trunk/scratch/scsolver/Makefile.am Modified: trunk/scratch/lpsolve/Makefile.am ============================================================================== --- trunk/scratch/lpsolve/Makefile.am (original) +++ trunk/scratch/lpsolve/Makefile.am Tue Jan 22 02:52:16 2008 @@ -1,3 +1,8 @@ SUBDIRS = prj EXTRA_DIST = lp_solve_5.5.diff makefile.mk POSITION + +clean-local: + rm -rf *.pro + +distclean-local: clean-local Modified: trunk/scratch/scsolver/Makefile.am ============================================================================== --- trunk/scratch/scsolver/Makefile.am (original) +++ trunk/scratch/scsolver/Makefile.am Tue Jan 22 02:52:16 2008 @@ -1,3 +1,8 @@ SUBDIRS = docs idl prj source util # workben ext EXTRA_DIST = ChangeLog-old POSITION README + +clean-local: + rm -rf *.pro + +distclean-local: clean-local _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.
