blob: 3ab6b69c39ccb69743a9217d45ff6a84f9ac7b13 [file] [log] [blame]
Brian Paul10777792005-05-05 13:07:52 +00001# Configuration for Linux fbdev interface
Keith Whitwell431417f2005-04-29 17:30:29 +00002
3include $(TOP)/configs/linux
4
5CONFIG_NAME = linux-fbdev
Keith Whitwell431417f2005-04-29 17:30:29 +00006
Sean D'Epagnier7e4152f2006-08-18 10:38:15 +00007CFLAGS = -O3 -ffast-math -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -DUSE_GLFBDEV_DRIVER
Keith Whitwell431417f2005-04-29 17:30:29 +00008
Sean D'Epagnier6545ebb2006-08-05 08:55:10 +00009
Sean D'Epagnier7e4152f2006-08-18 10:38:15 +000010SRC_DIRS = mesa glu glut/fbdev
11DRIVER_DIRS = fbdev
12PROGRAM_DIRS = fbdev demos redbook samples
13
14GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
Sean D'Epagnier6545ebb2006-08-05 08:55:10 +000015GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lgpm -lm
16