diff options
author | Dave Airlie <airliedfreedesktop.org> | 2004-05-03 11:30:37 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2004-05-03 11:30:37 +0000 |
commit | 898c03a5736fea3255d76252050def25070e43b5 (patch) | |
tree | 3200e9f4e9fbb9c8a5be65fa3bb39792638966f4 /configs/linux-dri-x86 | |
parent | e8e5b418628e228abaa911c26d7c6396b98f1a26 (diff) |
add linux-dri-x86 target
Diffstat (limited to 'configs/linux-dri-x86')
-rw-r--r-- | configs/linux-dri-x86 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/configs/linux-dri-x86 b/configs/linux-dri-x86 new file mode 100644 index 0000000000..f48a8590e8 --- /dev/null +++ b/configs/linux-dri-x86 @@ -0,0 +1,33 @@ +# -*-makefile-*- +# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others + +include $(TOP)/configs/default + +CONFIG_NAME = linux-dri-x86 + +# Compiler and flags +CC = gcc +CXX = g++ + +CFLAGS = -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 + +CXXFLAGS = -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE + + +# Library/program dependencies +GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lexpat -ldl + +GLUT_LIB_DEPS = -L$(LIB_DIR) -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm +GLW_LIB_DEPS = -L$(LIB_DIR) -lGL -L/usr/X11R6/lib -lXt -lXm -lX11 + + +# Directories +SRC_DIRS = mesa glu glut/glx glw +DRIVER_DIRS = dri +PROGRAM_DIRS = +WINDOW_SYSTEM=dri + +# Only savage missing: +# +DRI_DIRS = dri_client ffb gamma i810 i830 mach64 mga r128 r200 radeon sis tdfx unichrome + |