bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.h
[mesa-demos.git] / configs / linux-osmesa32
blob0ff0a6db9b363ea14895f58e01ae2095e543dfdd
1 # Configuration for 32 bits/channel OSMesa library on Linux
3 include $(TOP)/configs/default
5 CONFIG_NAME = linux-osmesa32
7 # Compiler and flags
8 CC = gcc
9 CXX = g++
10 CFLAGS = -O3 -ansi -pedantic -fPIC -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=32 -DDEFAULT_SOFTWARE_DEPTH_BITS=31
11 CXXFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
14 # Library names
15 OSMESA_LIB = OSMesa32
16 OSMESA_LIB_NAME = libOSMesa32.so
19 # Directories
20 SRC_DIRS = mesa glu
21 DRIVER_DIRS = osmesa
22 PROGRAM_DIRS = 
25 # Dependencies
26 OSMESA_LIB_DEPS = -lm -lpthread
27 APP_LIB_DEPS = -lOSMesa32