blob: 04fadb3691eae30a58adfef90b19f75d820d9038 [file] [log] [blame]
Dave Airlie898c03a2004-05-03 11:30:37 +00001# -*-makefile-*-
2# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
3
4include $(TOP)/configs/default
5
6CONFIG_NAME = linux-dri-x86
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 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -D_GNU_SOURCE -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions
Dave Airlie898c03a2004-05-03 11:30:37 +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
Dave Airlie898c03a2004-05-03 11:30:37 +000015
Dave Airlieb05d87d2004-05-04 00:10:24 +000016ASM_SOURCES = $(X86_SOURCES)
Dave Airlie898c03a2004-05-03 11:30:37 +000017
18# Library/program dependencies
19GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lexpat -ldl
20
Brian Pauld84f0932004-09-13 21:04:48 +000021GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm
22GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -L/usr/X11R6/lib -lXt -lX11
Dave Airlie898c03a2004-05-03 11:30:37 +000023
24
25# Directories
26SRC_DIRS = mesa glu glut/glx glw
27DRIVER_DIRS = dri
28PROGRAM_DIRS =
29WINDOW_SYSTEM=dri
30
Felix Kuehlingc2530b52004-08-22 20:31:40 +000031# ffb, gamma, and sis are missing because they have
Ian Romanick75046c52004-06-06 02:19:24 +000032# not be converted to use the new interface.
Dave Airlie898c03a2004-05-03 11:30:37 +000033#
Felix Kuehlingc2530b52004-08-22 20:31:40 +000034DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome savage
Dave Airlie898c03a2004-05-03 11:30:37 +000035