Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 98 → Rev 99

/shark/trunk/ports/png/makefile
0,0 → 1,26
# The Frame Buffer Device
 
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = png
 
OBJS_PATH = $(BASE)/ports/png
 
PNG = adler32.o compress.o crc32.o deflate.o example.o gzio.o\
infblock.o infcodes.o inffast.o inflate.o inftrees.o\
infutil.o png.o pngerror.o pnggccrd.o pngget.o pngmem.o\
pngread.o pngpread.o pngrio.o pngrtran.o pngrutil.o\
pngset.o pngtest.o pngtrans.o pngvcrd.o pngwio.o\
pngwrite.o pngwtran.o pngwutil.o trees.o uncompr.o\
zutil.o
 
OBJS = $(PNG)
 
C_OPT += -I../../../drivers/linuxc24/include -I../include -I. -I..
 
include $(BASE)/config/lib.mk
 
/shark/trunk/ports/mesa/src-glut.dos/makefile
8,7 → 8,7
 
LIBRARY = glut
 
OBJS_PATH = $(BASE)/drivers/mesa/src-glut.dos/
OBJS_PATH = $(BASE)/ports/mesa/src-glut.dos/
 
GLUT = bitmap.o color.o globals.o models.o teapot.o\
window.o callback.o init.o menu.o overlay.o state.o
/shark/trunk/ports/mesa/src/makefile
8,7 → 8,7
 
LIBRARY = osmesa
 
OBJS_PATH = $(BASE)/drivers/mesa/src/
OBJS_PATH = $(BASE)/ports/mesa/src/
 
OSMESA = accum.o api_arrayelt.o api_eval.o api_loopback.o api_noop.o api_validate.o\
attrib.o blend.o buffers.o clip.o colortab.o context.o convolve.o\
/shark/trunk/ports/mesa/src-glu/makefile
8,7 → 8,7
 
LIBRARY = glu
 
OBJS_PATH = $(BASE)/drivers/mesa/src-glu/
OBJS_PATH = $(BASE)/ports/mesa/src-glu/
 
GLU = glu.o mipmap.o nurbs.o nurbsutl.o project.o tess.o\
nurbscrv.o nurbssrf.o polytest.o quadric.o tesselat.o