/[fenfire]/fenfire/Makefile
ViewVC logotype

Diff of /fenfire/Makefile

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

revision 1.10 by tjl, Wed Apr 23 13:04:54 2003 UTC revision 1.11 by tjl, Thu Apr 24 12:05:30 2003 UTC
# Line 2  Line 2 
2  # For a real makefile use build.xml instead of this.  # For a real makefile use build.xml instead of this.
3    
4  all:  all:
5          ant 2>&1 | sed 's/ *\[javac\] *//g'          ant compile 2>&1 | sed 's/ *\[javac\] *//g'
6    
7  TEST=org/  TEST=org/
8    
# Line 20  DEMO=org/fenfire/demo/buoyoing.py Line 20  DEMO=org/fenfire/demo/buoyoing.py
20  rundemo:  rundemo:
21          $(LDLIB) java $(CLASSPATH) $(PYTHONPATH) org.python.util.jython ../libvob/rundemo.py $(DBG) $(DEMO)          $(LDLIB) java $(CLASSPATH) $(PYTHONPATH) org.python.util.jython ../libvob/rundemo.py $(DBG) $(DEMO)
22    
23    BENCH=org.fenfire.swamp.bench.graph
24    
25    bench:
26            $(LDLIB) java $(CLASSPATH) $(PYTHONPATH) org.python.util.jython ../libvob/bench/mark.py $(BENCH)
27    
28  .PHONY: docs  .PHONY: docs
29    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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