Improve the behaviour of the build system wrt depend files.
[mesa.git] / configs / linux-dri-x86-64
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-x86-64
7
8 # Compiler and flags
9 CC = gcc
10 CXX = g++
11
12 DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -D_GNU_SOURCE -D__AMD64__
13
14 CFLAGS = -m64 -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math $(DEFINES)
15 CXXFLAGS = -m64 -Wall -g -ansi -pedantic -fPIC $(DEFINES)
16
17 X11_INCLUDES = -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions
18
19 #ASM_SOURCES = $(X86_SOURCES)
20
21 LIB_DIR = $(TOP)/lib64
22
23 # Library/program dependencies
24 DRI_LIB_DEPS = -lm -lpthread -lexpat -ldl
25 GL_LIB_DEPS = -L/usr/X11R6/lib64 -lX11 -lXext -lXxf86vm -lm -lpthread -ldl
26 GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -L/usr/X11R6/lib64 -lX11 -lXmu -lXt -lXi -lm
27 GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -L/usr/X11R6/lib64 -lXt -lX11
28
29 # Directories
30 SRC_DIRS = mesa glu glut/glx glw glx/x11
31 DRIVER_DIRS = dri
32 PROGRAM_DIRS =
33 WINDOW_SYSTEM=dri
34
35 # ffb, gamma, and sis are missing because they have
36 # not be converted to use the new interface. Do i810 & i830 really
37 # need to be included here?
38 #
39 DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome savage
40