VC7 Solution file for building glut and demos
[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/linux-dri
5
6 CONFIG_NAME = linux-dri-x86-64
7
8 ARCH_FLAGS = -m64
9
10 LIB_DIR = $(TOP)/lib64
11
12 # Library/program dependencies
13 EXTRA_LIB_PATH=-L/usr/X11R6/lib64
14
15 # ffb, gamma, and sis are missing because they have not be converted to use
16 # the new interface. i810 and i830 are missing because there is no x86-64
17 # system where they could *ever* be used.
18 #
19 DRI_DIRS = dri_client i915 mach64 mga r128 r200 radeon tdfx unichrome savage
20