add i915 as it seems to build okay..
[mesa.git] / configs / linux-dri
1 # -*-makefile-*-
2 # Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
3
4 include $(TOP)/configs/default
5
6 CONFIG_NAME = linux-dri
7
8 # Compiler and flags
9 CC = gcc
10 CXX = g++
11
12 CFLAGS = -DDRI_NEW_INTERFACE_ONLY -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -D_GNU_SOURCE -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions
13
14 CXXFLAGS = -DDRI_NEW_INTERFACE_ONLY -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
15
16
17
18 ASM_SOURCES =
19
20 # Library/program dependencies
21 GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lexpat -ldl
22
23 GLUT_LIB_DEPS = -L$(LIB_DIR) -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm
24 GLW_LIB_DEPS = -L$(LIB_DIR) -lGL -L/usr/X11R6/lib -lXt -lXm -lX11
25
26
27 # Directories
28 SRC_DIRS = mesa glu glut/glx glw
29 DRIVER_DIRS = dri
30 PROGRAM_DIRS =
31 WINDOW_SYSTEM=dri
32
33 # Savage is missing. ffb, gamma, and sis are also missing because they have
34 # not be converted to use the new interface.
35 #
36 DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome
37