Replace symlink generation from i915 with files in intel/ and symlinks there.

This commit is contained in:
Eric Anholt
2007-10-16 12:25:35 -07:00
parent 3feefeeb35
commit 919f617d08
8 changed files with 1312 additions and 1322 deletions

View File

@@ -62,7 +62,8 @@ C_SOURCES = \
ASM_SOURCES =
DRIVER_DEFINES = -I../intel $(shell pkg-config libdrm --atleast-version=2.3.1 \
DRIVER_DEFINES = -I../intel -I../intel/server \
$(shell pkg-config libdrm --atleast-version=2.3.1 \
&& echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP")
include ../Makefile.template

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
../intel/server/intel_dri.c

View File

@@ -76,12 +76,6 @@ DRIVER_SOURCES = \
brw_wm_state.c \
brw_wm_surface_state.c
SYMLINKS = \
server/i830_dri.h \
server/i830_common.h \
server/intel_dri.c \
server/intel.h
C_SOURCES = \
$(COMMON_SOURCES) \
$(MINIGLX_SOURCES) \
@@ -89,17 +83,10 @@ C_SOURCES = \
ASM_SOURCES =
DRIVER_DEFINES = -I../intel
DRIVER_DEFINES = -I../intel -I../intel/server
include ../Makefile.template
symlinks:
intel_decode.o: ../intel/intel_decode.c
intel_tex_layout.o: ../intel/intel_tex_layout.c
server:
mkdir -p server
$(SYMLINKS): server
@[ -e $@ ] || ln -sf ../../i915/$@ server/
symlinks: $(SYMLINKS)

View File

@@ -0,0 +1 @@
../intel/server/intel_dri.c

File diff suppressed because it is too large Load Diff