Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 71 → Rev 72

/shark/trunk/ports/mesa/src/makefile
8,9 → 8,6
 
LIBRARY = osmesa
 
# C_OPT += -DUSE_MMX_ASM
# ASM_OPT += -DUSE_MMX_ASM
 
OBJS_PATH = $(BASE)/drivers/mesa/src/
 
OSMESA = accum.o api_arrayelt.o api_eval.o api_loopback.o api_noop.o api_validate.o\
17,10 → 14,10
attrib.o blend.o buffers.o clip.o colortab.o context.o convolve.o\
debug.o depth.o dispatch.o dlist.o drawpix.o enable.o enums.o eval.o\
extensions.o feedback.o fog.o get.o glapi.o glthread.o hash.o hint.o\
histogram.o image.o imports.o light.o lines.o matrix.o mmath.o pixel.o\
histogram.o image.o light.o lines.o matrix.o mmath.o pixel.o\
points.o polygon.o rastpos.o state.o stencil.o texcompress.o texformat.o\
teximage.o texobj.o texstate.o texstore.o texutil.o varray.o vpexec.o\
vpparse.o vpstate.o vtxfmt.o ./osmesa/osmesa.o ./array_cache/ac_context.o\
vpparse.o vpstate.o vtxfmt.o ./array_cache/ac_context.o\
./array_cache/ac_import.o ./swrast/s_aaline.o ./swrast/s_aatriangle.o\
./swrast/s_accum.o ./swrast/s_alphabuf.o ./swrast/s_alpha.o ./swrast/s_bitmap.o\
./swrast/s_blend.o ./swrast/s_buffers.o ./swrast/s_context.o ./swrast/s_copypix.o\
39,21 → 36,15
./math/m_debug_clip.o ./math/m_debug_norm.o\
./math/m_debug_xform.o ./math/m_eval.o ./math/m_matrix.o ./math/m_translate.o\
./math/m_vector.o ./math/m_xform.o\
./X86/common_x86_asm.o ./X86/common_x86.o ./X86/gen_matypes.o ./X86/glapi_x86.o\
./X86/mmx_blend.o ./X86/x86.o ./X86/x86_cliptest.o ./X86/x86_xform2.o\
./X86/x86_xform3.o ./X86/x86_xform4.o
./x86/common_x86_asm.o ./x86/common_x86.o ./x86/glapi_x86.o\
./x86/mmx_blend.o ./x86/x86.o ./x86/x86_cliptest.o ./x86/x86_xform2.o\
./x86/x86_xform3.o ./x86/x86_xform4.o ./osmesa/osmesa.o imports.o \
OBJS = $(OSMESA)
 
C_OPT += -I../../../drivers/linuxc24/include -I../include -I. -I.. -D__KERNEL__ -D__i368__ \
-ffast-math -fexpensive-optimizations -fstrict-aliasing -fPIC\
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -D_REENTRANT\
-DUSE_X86_ASM -DUSE_MMX_ASM
C_OPT += -I../../../drivers/linuxc24/include -I../include -I. -I..
 
ASM_OPT += -I../../../drivers/linuxc24/include -I../include -I. -I.. -D__KERNEL__ -D__i368__ \
-ffast-math -fexpensive-optimizations -fstrict-aliasing -fPIC -O\
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -D_REENTRANT\
-DUSE_X86_ASM -DUSE_MMX_ASM
ASM_OPT += -I../../../drivers/linuxc24/include -I../include -I. -I..
 
include $(BASE)/config/lib.mk