gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob ./Makefile src/jni/Makefile src/main/Mak...


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob ./Makefile src/jni/Makefile src/main/Mak...
Date: Wed, 12 Mar 2003 08:40:30 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/12 08:40:29

Modified files:
        .              : Makefile 
        src/jni        : Makefile 
Added files:
        src/main       : Makefile Renderer.cxx 

Log message:
        So, now it really *compiles* the stuff... (blush)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/Makefile.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/src/jni/Makefile.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/src/main/Makefile?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/src/main/Renderer.cxx?rev=1.1

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.10 libvob/Makefile:1.11
--- libvob/Makefile:1.10        Tue Mar 11 07:57:03 2003
+++ libvob/Makefile     Wed Mar 12 08:40:28 2003
@@ -1,6 +1,6 @@
 include rules.mk
 
-SUBDIRS = ctest src/trans src/util src/texture src/os src/jni 
+SUBDIRS = ctest src/trans src/util src/texture src/os src/jni src/main
 
 RAWSRC = `find org/ -name "*.java"` 
 
@@ -16,7 +16,7 @@
 
 ctest: src/trans
 
-src/jni: src/os src/texture src/util src/trans
+src/jni: src/os src/texture src/util src/trans src/main
 
 jni: src/jni java
        make -C src/jni jnilib
Index: libvob/src/jni/Makefile
diff -u libvob/src/jni/Makefile:1.11 libvob/src/jni/Makefile:1.12
--- libvob/src/jni/Makefile:1.11        Wed Mar 12 08:37:57 2003
+++ libvob/src/jni/Makefile     Wed Mar 12 08:40:28 2003
@@ -11,7 +11,9 @@
 
 TRANSOBJS=../trans/Transform.o ../trans/Coorder.o
 
-JNIOBJS=GLRen.gen.o Main.o Strings.o Transform.o Render.o $(OSOBJS) 
$(TEXTUREOBJS) $(UTILOBJS) $(CALLGLOBJS) $(TRANSOBJS)
+MAINOBJS=../main/Renderer.o
+
+JNIOBJS=GLRen.gen.o Main.o Strings.o Transform.o Render.o $(OSOBJS) 
$(TEXTUREOBJS) $(UTILOBJS) $(CALLGLOBJS) $(TRANSOBJS) $(MAINOBJS)
 
 EXTRAINCLUDE=-I${JAVAHOME}/include -I${JAVAHOME}/include/linux 
 




reply via email to

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