1 # Configuration for building static libOSMesa.a on Linux, no Xlib driver
2 # This doesn't really have any Linux dependencies, so it should be usable
3 # on other (gcc-based) systems.
5 include $(TOP)/configs/default
7 CONFIG_NAME = linux-osmesa
12 CFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS
13 CXXFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
15 MKLIB_OPTIONS = -static
17 # Library names (actual file names)
19 GLU_LIB_NAME = libGLU.a
20 GLW_LIB_NAME = libGLw.a
21 OSMESA_LIB_NAME = libOSMesa.a