/[libvob]/libvob/Makefile
ViewVC logotype

Diff of /libvob/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by tjl, Wed Mar 19 05:44:53 2003 UTC revision 1.15 by mudyc, Sun Mar 23 18:07:25 2003 UTC
# Line 6  RAWSRC = `find org/ -name "*.java"` Line 6  RAWSRC = `find org/ -name "*.java"`
6    
7  .PHONY: all subdirs $(SUBDIRS)  .PHONY: all subdirs $(SUBDIRS)
8    
9  all: subdirs java jni  all: java subdirs java jni
10    
11  CLASSDIR=CLASSES/  CLASSDIR=CLASSES/
12    
# Line 45  ifeq (,$(JYTHON)) Line 45  ifeq (,$(JYTHON))
45   JYTHON=$(JAVA) $(JVMFLAGS) -Dpython.cachedir=. -Dpython.path=$(JYTHONPATH) -Dpython.verbose=message $(EDITOR_OPTION) org.python.util.jython   JYTHON=$(JAVA) $(JVMFLAGS) -Dpython.cachedir=. -Dpython.path=$(JYTHONPATH) -Dpython.verbose=message $(EDITOR_OPTION) org.python.util.jython
46  endif  endif
47    
48    
49    clean:
50            find -name "*.dep" |xargs rm -f
51            find -name "*.bin" |xargs rm -f
52            find -name "*.generated.*"|xargs rm -f
53            find -name "*.o" |xargs rm -f
54            find -name "*.class" |xargs rm -f
55            rm -rf CLASSES
56    
57    
58  #  # Generate a random number suitable for use as a coordinate system  #  # Generate a random number suitable for use as a coordinate system
59  #  # id. Only 31 bits of randomness but should be ok  #  # id. Only 31 bits of randomness but should be ok
60  #  coordsysid::  #  coordsysid::

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26