gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob Makefile


From: Matti Katila
Subject: [Gzz-commits] libvob Makefile
Date: Sun, 23 Mar 2003 13:07:25 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Matti Katila <address@hidden>   03/03/23 13:07:25

Modified files:
        .              : Makefile 

Log message:
        fix make and add clean state

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/Makefile.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.14 libvob/Makefile:1.15
--- libvob/Makefile:1.14        Wed Mar 19 00:44:53 2003
+++ libvob/Makefile     Sun Mar 23 13:07:25 2003
@@ -6,7 +6,7 @@
 
 .PHONY: all subdirs $(SUBDIRS)
 
-all: subdirs java jni
+all: java subdirs java jni
 
 CLASSDIR=CLASSES/
 
@@ -44,6 +44,16 @@
 # python.verbose can be: "error", "warning", "message", "comment", "debug"
  JYTHON=$(JAVA) $(JVMFLAGS) -Dpython.cachedir=. -Dpython.path=$(JYTHONPATH) 
-Dpython.verbose=message $(EDITOR_OPTION) org.python.util.jython
 endif
+
+
+clean:
+       find -name "*.dep" |xargs rm -f
+       find -name "*.bin" |xargs rm -f
+       find -name "*.generated.*"|xargs rm -f
+       find -name "*.o" |xargs rm -f
+       find -name "*.class" |xargs rm -f
+       rm -rf CLASSES
+
 
 #  # Generate a random number suitable for use as a coordinate system
 #  # id. Only 31 bits of randomness but should be ok




reply via email to

[Prev in Thread] Current Thread [Next in Thread]