gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gfx Makefile


From: Vesa Kaihlavirta
Subject: [Gzz-commits] gzz/gfx Makefile
Date: Wed, 04 Sep 2002 06:23:14 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Vesa Kaihlavirta <address@hidden>       02/09/04 06:23:14

Modified files:
        gfx            : Makefile 

Log message:
        Add clean-target.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/Makefile.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: gzz/gfx/Makefile
diff -c gzz/gfx/Makefile:1.8 gzz/gfx/Makefile:1.9
*** gzz/gfx/Makefile:1.8        Tue Aug 20 12:33:21 2002
--- gzz/gfx/Makefile    Wed Sep  4 06:23:14 2002
***************
*** 11,16 ****
--- 11,18 ----
  JNIOBJS=jni/GzzGL-jni.o jni/paper-jni.o libcallgl/callgl.o libcolor/spaces.o 
libmosaic/Mosaic.o libos/Os-GLX.o libpaper/Paper.o librenderables/Renderables.o 
libtext/Text.o libtexture/Texture.o libtexture/Texture_pipetexture.o 
libutil/buildmipmaps.o libutil/perlin.o libutil/Debug.o
  
  
+ 
+ 
  all: subdirs libGZZGL.so 
  
  subdirs:
***************
*** 25,27 ****
--- 27,33 ----
  
  libGZZGL.so: $(JNIOBJS)
        gcc-3.0 -rdynamic -fpic -o libGZZGL.so $(SHARED) $(CXXFLAGS) $(JNIOBJS) 
$(LIBS) 
+ 
+ clean:
+       rm -f `find -iname *.o`
+       rm -f `find -iname *.so`




reply via email to

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