/[libvob]/libvob/src/jni/Makefile
ViewVC logotype

Diff of /libvob/src/jni/Makefile

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

revision 1.7 by tjl, Tue Mar 11 11:24:29 2003 UTC revision 1.8 by tjl, Tue Mar 11 12:10:32 2003 UTC
# Line 1  Line 1 
1  include ../../rules.mk  include ../../rules.mk
2    
3  sources = Gen.cxx GLRen.gen.cxx Main.cxx  sources = Gen.cxx GLRen.gen.cxx Main.cxx Strings.cxx
4    
5  CALLGL=../../../callgl  CALLGL=../../../callgl
6  CALLGLOBJS=$(CALLGL)/src/glwrapper/GL_wrapper.o $(CALLGL)/src/callgl.o  CALLGLOBJS=$(CALLGL)/src/glwrapper/GL_wrapper.o $(CALLGL)/src/callgl.o
# Line 9  OSOBJS=../os/Os-GLX.o Line 9  OSOBJS=../os/Os-GLX.o
9  TEXTUREOBJS=../texture/Texture.o ../texture/Texture_pipetexture.o  TEXTUREOBJS=../texture/Texture.o ../texture/Texture_pipetexture.o
10  UTILOBJS=../util/Perlin.o ../util/buildmipmaps.o ../util/Debug.o  UTILOBJS=../util/Perlin.o ../util/buildmipmaps.o ../util/Debug.o
11    
12  JNIOBJS=GLRen.gen.o Main.o $(OSOBJS) $(TEXTUREOBJS) $(UTILOBJS) $(CALLGLOBJS)  JNIOBJS=GLRen.gen.o Main.o Strings.o $(OSOBJS) $(TEXTUREOBJS) $(UTILOBJS) $(CALLGLOBJS)
13    
14  EXTRAINCLUDE=-I${JAVAHOME}/include -I${JAVAHOME}/include/linux  EXTRAINCLUDE=-I${JAVAHOME}/include -I${JAVAHOME}/include/linux
15    
16  LIBS=-lGL -lGLU  LIBS=-lGL -lGLU -lstdc++
17    
18  all: $(sources:.cxx=.o) Gen libvobjni.so  all: $(sources:.cxx=.o) Gen libvobjni.so
19    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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