blob: ac031d594e17b71447ed74ecd331beb648da2ef1 [file] [log] [blame]
Keith Whitwelle61df582004-04-14 12:44:07 +00001# -*-makefile-*-
2# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
3
4include $(TOP)/configs/default
5
6CONFIG_NAME = linux-dri
7
8# Compiler and flags
9CC = gcc
10CXX = g++
11
Ian Romanick18a5ece2004-06-02 17:48:16 +000012CFLAGS = -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
Keith Whitwelle61df582004-04-14 12:44:07 +000013
Ian Romanick18a5ece2004-06-02 17:48:16 +000014CXXFLAGS = -DDRI_NEW_INTERFACE_ONLY -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
Keith Whitwelle61df582004-04-14 12:44:07 +000015
16
17
Dave Airlieb05d87d2004-05-04 00:10:24 +000018ASM_SOURCES =
Keith Whitwelle61df582004-04-14 12:44:07 +000019
20# Library/program dependencies
21GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lexpat -ldl
22
Brian Pauld84f0932004-09-13 21:04:48 +000023GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm
24GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -L/usr/X11R6/lib -lXt -lX11
Keith Whitwelle61df582004-04-14 12:44:07 +000025
26
27# Directories
28SRC_DIRS = mesa glu glut/glx glw
29DRIVER_DIRS = dri
30PROGRAM_DIRS =
31WINDOW_SYSTEM=dri
32
Felix Kuehlingc2530b52004-08-22 20:31:40 +000033# ffb, gamma, and sis are missing because they have
Ian Romanick75046c52004-06-06 02:19:24 +000034# not be converted to use the new interface.
Keith Whitwell74d563c2004-04-29 12:23:39 +000035#
Felix Kuehlingc2530b52004-08-22 20:31:40 +000036DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome savage
Keith Whitwell74d563c2004-04-29 12:23:39 +000037