Squashed commit of the following:
[mesa.git] / configs / linux-osmesa16-static
1 # Configuration for 16 bits/channel OSMesa library on Linux
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = linux-osmesa16-static
6
7 # Compiler and flags
8 CC = gcc
9 CXX = g++
10 CFLAGS = -O3 -ansi -pedantic -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include -DCHAN_BITS=16 -DDEFAULT_SOFTWARE_DEPTH_BITS=31
11 CXXFLAGS = -O3 -ansi -pedantic -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
12 MKLIB_OPTIONS = -static
13 PIC_FLAGS =
14
15 # Work around aliasing bugs - developers should comment this out
16 CFLAGS += -fno-strict-aliasing
17 CXXFLAGS += -fno-strict-aliasing
18
19 # Library names
20 OSMESA_LIB = OSMesa16
21 OSMESA_LIB_NAME = libOSMesa16.a
22
23
24 # Directories
25 SRC_DIRS = gallium mesa glu
26 DRIVER_DIRS = osmesa
27
28
29 # Dependencies
30 OSMESA_LIB_DEPS = -lm -lpthread
31 APP_LIB_DEPS = -lm -lpthread