Subversion Repositories shark

Rev

Rev 73 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# The Frame Buffer Device

ifndef BASE
BASE=../../..
endif

include $(BASE)/config/config.mk

LIBRARY       = glut

OBJS_PATH     = $(BASE)/drivers/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

OBJS = $(GLUT)

C_OPT += -I../../../drivers/linuxc24/include -I../include -I. -I.. -D__KERNEL__ -D__i368__ \
        -ffast-math -fexpensive-optimizations -fstrict-aliasing \
        -malign-loops=2 -malign-jumps=2 -malign-functions=2 -D_REENTRANT -DUSE_MMX_ASM -DUSE_X86_ASM

include $(BASE)/config/lib.mk