gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz Makefile TODO README


From: Vesa Kaihlavirta
Subject: [Gzz-commits] gzz Makefile TODO README
Date: Wed, 04 Sep 2002 03:08:54 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Vesa Kaihlavirta <address@hidden>       02/09/04 03:08:54

Modified files:
        .              : Makefile TODO README 

Log message:
        s/glgzz/gzzgl/g

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.156&tr2=1.157&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.70&tr2=1.71&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/README.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -c gzz/Makefile:1.156 gzz/Makefile:1.157
*** gzz/Makefile:1.156  Wed Sep  4 00:53:48 2002
--- gzz/Makefile        Wed Sep  4 03:08:53 2002
***************
*** 408,421 ****
  runpplocal: 
        $(GLLIB) $(JAVA) -Dgzzclient=gl -Xms128M -Xmx128M 
org.python.util.jython gzz/modules/pp/localpp.py
  
! glgzz:
        make -C gfx all
  
  
  DATE:=$(shell date '+%Y%m%d%H%M%S')
  PPDIR:=pp-$(DATE)
  
! packagepp: compile glgzz
        rm -rf $(PPDIR)
        mkdir $(PPDIR)
        cp -a CLASSES/* $(PPDIR)
--- 408,421 ----
  runpplocal: 
        $(GLLIB) $(JAVA) -Dgzzclient=gl -Xms128M -Xmx128M 
org.python.util.jython gzz/modules/pp/localpp.py
  
! gzzgl:
        make -C gfx all
  
  
  DATE:=$(shell date '+%Y%m%d%H%M%S')
  PPDIR:=pp-$(DATE)
  
! packagepp: compile gzzgl
        rm -rf $(PPDIR)
        mkdir $(PPDIR)
        cp -a CLASSES/* $(PPDIR)
Index: gzz/README
diff -c gzz/README:1.28 gzz/README:1.29
*** gzz/README:1.28     Thu Aug 29 05:16:49 2002
--- gzz/README  Wed Sep  4 03:08:54 2002
***************
*** 172,178 ****
  compile:       build AWT client
  test:          run tests
  run:           run AWT client (you can't save data at the moment)
! glgzz:         build OpenGL client
  rungl:         run OpenGL client
  doc:           build documentation in doc/
  clean:         remove all generated files
--- 172,178 ----
  compile:       build AWT client
  test:          run tests
  run:           run AWT client (you can't save data at the moment)
! gzzgl:         build OpenGL client
  rungl:         run OpenGL client
  doc:           build documentation in doc/
  clean:         remove all generated files
***************
*** 196,202 ****
  
  Then, compile the OpenGL client (deploys C++ code through JNI):
  
!     $ JAVAHOME=/usr/lib/j2sdk1.3 make glgzz
  
  Run the OpenGL client:
  
--- 196,202 ----
  
  Then, compile the OpenGL client (deploys C++ code through JNI):
  
!     $ JAVAHOME=/usr/lib/j2sdk1.3 make gzzgl
  
  Run the OpenGL client:
  
Index: gzz/TODO
diff -c gzz/TODO:1.70 gzz/TODO:1.71
*** gzz/TODO:1.70       Wed Sep  4 00:37:00 2002
--- gzz/TODO    Wed Sep  4 03:08:54 2002
***************
*** 30,36 ****
        - Document what is in depends/ properly (sources of
          jars, procedures of converting obtained tarballs
          to depends (patches) etc.)
-       - Makefile: glgzz --> gzzgl
        - create a cron job to run "make doc" and publish
          results on website; all UML, javadoc and doc++
          documentation should be easily accessible there.
--- 30,35 ----




reply via email to

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