ooo-build r11353 - in trunk: . scratch/lpsolve scratch/scsolver



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]