blob: d1aeda555ef524e7d250afc4b7754552a13bc19f [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
Sean D'Epagnier6545ebb2006-08-05 08:55:10 +00006DRIVER_DIRS = fbdev osmesa
7SRC_DIRS = mesa glu glut/fbdev glw
Keith Whitwell431417f2005-04-29 17:30:29 +00008
Sean D'Epagnier6545ebb2006-08-05 08:55:10 +00009CFLAGS = -g -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DUSE_GLFBDEV_DRIVER
Keith Whitwell431417f2005-04-29 17:30:29 +000010
Sean D'Epagnier6545ebb2006-08-05 08:55:10 +000011
12GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lgpm -lm
13
14PROGRAM_DIRS = fbdev demos redbook samples