aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/drivers/dri/Makefile.defines
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-08-31 10:31:32 +0200
committermarha <marha@users.sourceforge.net>2011-08-31 10:31:32 +0200
commitd14fe6598b87092374b1be6eb655153d270c3066 (patch)
tree77c5d19db06d8ca77ac717a5e579aa346f9cfb13 /mesalib/src/mesa/drivers/dri/Makefile.defines
parent82ce0534a7bc89f1ed93b4b952b30ceb3d94210d (diff)
downloadvcxsrv-d14fe6598b87092374b1be6eb655153d270c3066.tar.gz
vcxsrv-d14fe6598b87092374b1be6eb655153d270c3066.tar.bz2
vcxsrv-d14fe6598b87092374b1be6eb655153d270c3066.zip
mesa git update 31 aug 2011
Diffstat (limited to 'mesalib/src/mesa/drivers/dri/Makefile.defines')
-rw-r--r--mesalib/src/mesa/drivers/dri/Makefile.defines21
1 files changed, 7 insertions, 14 deletions
diff --git a/mesalib/src/mesa/drivers/dri/Makefile.defines b/mesalib/src/mesa/drivers/dri/Makefile.defines
index 19b6de8b8..6ff8df5c0 100644
--- a/mesalib/src/mesa/drivers/dri/Makefile.defines
+++ b/mesalib/src/mesa/drivers/dri/Makefile.defines
@@ -1,15 +1,13 @@
# -*-makefile-*-
+# Import mesa_dri_common_*
+include ../common/Makefile.sources
+
COMMON_GALLIUM_SOURCES = \
- ../common/utils.c \
- ../common/vblank.c \
- ../common/dri_util.c \
- ../common/xmlconfig.c
+ $(addprefix ../common/, $(mesa_dri_common_gallium_SOURCES))
-COMMON_SOURCES = $(COMMON_GALLIUM_SOURCES) \
- ../../common/driverfuncs.c \
- ../common/texmem.c \
- ../common/drirenderbuffer.c
+COMMON_SOURCES = \
+ $(addprefix ../common/, $(mesa_dri_common_SOURCES))
INCLUDES = $(SHARED_INCLUDES) $(EXPAT_INCLUDES)
@@ -21,13 +19,8 @@ OBJECTS = $(C_SOURCES:.c=.o) \
### Include directories
SHARED_INCLUDES = \
-I. \
- -I$(TOP)/src/mesa/drivers/dri/common \
-Iserver \
- -I$(TOP)/include \
- -I$(TOP)/src/mapi \
- -I$(TOP)/src/mesa \
- -I$(TOP)/src/egl/main \
- -I$(TOP)/src/egl/drivers/dri \
+ $(addprefix -I$(TOP)/, $(mesa_dri_common_INCLUDES)) \
$(LIBDRM_CFLAGS)
INCLUDES += $(API_DEFINES)