/[gzz]/gzz/gfx/Makefile
ViewVC logotype

Diff of /gzz/gfx/Makefile

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

revision 1.17 by mudyc, Sat Nov 2 11:05:44 2002 UTC revision 1.18 by Vegai, Mon Jan 27 14:45:42 2003 UTC
# Line 17  all: subdirs libGZZGL.so Line 17  all: subdirs libGZZGL.so
17    
18  subdirs:  subdirs:
19          set -- $(SUBDIRS); \          set -- $(SUBDIRS); \
20          while [ $$? -eq 0 ] && [ $$# -gt 0 ] ; do make -C $$1 && shift; done          while [ $$? -eq 0 ] && [ $$# -gt 0 ] ; do $(MAKE) -C $$1 && shift; done
21    
22  GZZGL.java GzzGLRen-jni.cxx: renderables.py  GZZGL.java GzzGLRen-jni.cxx: renderables.py
23          python2.2 renderables.py          python2.2 renderables.py

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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