/[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.30 by tjl, Thu Jun 5 07:55:10 2003 UTC revision 1.31 by tjl, Mon Jun 9 15:04:36 2003 UTC
# Line 5  include Modules Line 5  include Modules
5  VOB_OBJS = $(VOBS:%=%.vobjniobj)  VOB_OBJS = $(VOBS:%=%.vobjniobj)
6  TRANS_OBJS = $(TRANS:%=%.transjniobj)  TRANS_OBJS = $(TRANS:%=%.transjniobj)
7    
8  sources = TransFactory.cxx Main.cxx Strings.cxx Transform.cxx Render.cxx Font.cxx Paper.cxx Image.cxx Lines.cxx  sources = TransFactory.cxx Main.cxx Strings.cxx Transform.cxx Render.cxx Font.cxx Paper.cxx Image.cxx Lines.cxx TexAccum.cxx
9    
10    
11    
# Line 20  OSOBJS=../os/Os-GLX.o Line 20  OSOBJS=../os/Os-GLX.o
20  TEXTUREOBJS=../texture/Texture.o ../texture/Texture_pipetexture.o  TEXTUREOBJS=../texture/Texture.o ../texture/Texture_pipetexture.o
21  UTILOBJS=../util/Perlin.o ../util/buildmipmaps.o ../util/Debug.o ../util/ImageLoader.o ../util/intersect.o  UTILOBJS=../util/Perlin.o ../util/buildmipmaps.o ../util/Debug.o ../util/ImageLoader.o ../util/intersect.o
22  GEOMOBJS=../geom/Quadrics.o  GEOMOBJS=../geom/Quadrics.o
23    LODOBJS=../lod/TexPoly.o
24    
25  TRANSOBJS=../trans/Transform.o ../trans/Coorder.o  TRANSOBJS=../trans/Transform.o ../trans/Coorder.o
26    
# Line 27  MAINOBJS=../main/Renderer.o Line 28  MAINOBJS=../main/Renderer.o
28    
29  OBJS= $(sources:%.cxx=%.o)  OBJS= $(sources:%.cxx=%.o)
30    
31  JNIOBJS=$(OBJS) $(VOB_OBJS) $(TRANS_OBJS) $(OSOBJS) $(TEXTUREOBJS) $(UTILOBJS) $(CALLGLOBJS) $(TRANSOBJS) $(MAINOBJS) $(GLMOSAICTEXTOBJS) $(PAPEROBJS) $(LINESOBJ) $(GEOMOBJS)  JNIOBJS=$(OBJS) $(VOB_OBJS) $(TRANS_OBJS) $(OSOBJS) $(TEXTUREOBJS) $(UTILOBJS) $(CALLGLOBJS) $(TRANSOBJS) $(MAINOBJS) $(GLMOSAICTEXTOBJS) $(PAPEROBJS) $(LINESOBJ) $(GEOMOBJS) $(LODOBJS)
32    
33    
34  EXTRAINCLUDE=-I${JAVAHOME}/include -I${JAVAHOME}/include/linux -I${JAVAHOME}/include/kaffe  EXTRAINCLUDE=-I${JAVAHOME}/include -I${JAVAHOME}/include/linux -I${JAVAHOME}/include/kaffe

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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