You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- # Configuration for Linux fbdev interface
-
- include $(TOP)/configs/linux
-
- CONFIG_NAME = linux-fbdev
- DRIVER_DIRS = fbdev osmesa
- SRC_DIRS = mesa glu glut/fbdev glw
-
- CFLAGS = -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
-
-
- GLUT_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lgpm -lm
-
- PROGRAM_DIRS = fbdev demos redbook samples
|