/[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.14 by tjl, Mon Mar 17 10:44:25 2003 UTC revision 1.15 by tjl, Mon Mar 17 12:48:19 2003 UTC
# Line 1  Line 1 
1  include ../../rules.mk  include ../../rules.mk
2    
3  sources = Gen.cxx GLRen.gen.cxx Main.cxx Strings.cxx Transform.cxx Render.cxx  sources = Gen.cxx GLRen.gen.cxx Main.cxx Strings.cxx Transform.cxx Render.cxx Font.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 16  TRANSOBJS=../trans/Transform.o ../trans/ Line 16  TRANSOBJS=../trans/Transform.o ../trans/
16    
17  MAINOBJS=../main/Renderer.o  MAINOBJS=../main/Renderer.o
18    
19  JNIOBJS=GLRen.gen.o Main.o Strings.o Transform.o Render.o $(OSOBJS) $(TEXTUREOBJS) $(UTILOBJS) $(CALLGLOBJS) $(TRANSOBJS) $(MAINOBJS) $(GLMOSAICTEXTOBJS)  JNIOBJS=GLRen.gen.o Main.o Strings.o Transform.o Render.o Font.o $(OSOBJS) $(TEXTUREOBJS) $(UTILOBJS) $(CALLGLOBJS) $(TRANSOBJS) $(MAINOBJS) $(GLMOSAICTEXTOBJS)
20    
21    
22  EXTRAINCLUDE=-I${JAVAHOME}/include -I${JAVAHOME}/include/linux  EXTRAINCLUDE=-I${JAVAHOME}/include -I${JAVAHOME}/include/linux

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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