/[gzz]/gzz/Makefile
ViewVC logotype

Diff of /gzz/Makefile

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

revision 1.219 by jvk, Sun Dec 1 17:37:26 2002 UTC revision 1.220 by Vegai, Mon Dec 2 20:12:29 2002 UTC
# Line 153  GENERATEDBASALT=basalt/gzz/impl/Merge1.j Line 153  GENERATEDBASALT=basalt/gzz/impl/Merge1.j
153  GENERATED=gzz/mediaserver/MediaTypes.java gzz/gfx/gl/GLRen.java  GENERATED=gzz/mediaserver/MediaTypes.java gzz/gfx/gl/GLRen.java
154    
155  gzz/gfx/gl/GLRen.java: gfx/librenderables/*  gzz/gfx/gl/GLRen.java: gfx/librenderables/*
156          (cd gfx/librenderables; make -f Makefile-javaonly ../../gzz/gfx/gl/GLRen.java)          (cd gfx/librenderables; $(MAKE) -f Makefile-javaonly ../../gzz/gfx/gl/GLRen.java)
157    
158  basalt/gzz/impl/Merge1.java: basalt/gzz/impl/Merge1 gzz/impl/genmerge.pl  basalt/gzz/impl/Merge1.java: basalt/gzz/impl/Merge1 gzz/impl/genmerge.pl
159          perl gzz/impl/genmerge.pl basalt/gzz/impl/Merge1          perl gzz/impl/genmerge.pl basalt/gzz/impl/Merge1
# Line 296  javadoc: ready_to_compile Line 296  javadoc: ready_to_compile
296          javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)          javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)
297    
298  documl:  documl:
299          make -C doc/uml          $(MAKE) -C doc/uml
300          make -C doc/uml/gl          $(MAKE) -C doc/uml/gl
301    
302  docxx:  docxx:
303          doc++  -a --before-group --before-class --no-java-graphs --trivial-graphs  -H -F -d doc/docxx -u `find gfx -name '*.hxx'`          doc++  -a --before-group --before-class --no-java-graphs --trivial-graphs  -H -F -d doc/docxx -u `find gfx -name '*.hxx'`
# Line 474  runpplocal: Line 474  runpplocal:
474  gl: compilegl rmi test-gl  gl: compilegl rmi test-gl
475    
476  compilegl: compile  compilegl: compile
477          make -C gfx all          $(MAKE) -C gfx all
478    
479  gzzgl: # Only for people who know what they're doing  gzzgl: # Only for people who know what they're doing
480          make -C gfx all          $(MAKE) -C gfx all
481    
482  DATE:=$(shell date '+%Y%m%d%H%M%S')  DATE:=$(shell date '+%Y%m%d%H%M%S')
483  PPDIR:=pp-$(DATE)  PPDIR:=pp-$(DATE)

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220

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