diff options
author | Eric Anholt <[email protected]> | 2007-10-16 12:25:35 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2007-10-16 12:38:55 -0700 |
commit | 919f617d08a34d01dd916b08ca4f315bae84f21c (patch) | |
tree | 98bc394395265f8509d464504c51f8e9dc1cf36a /src/mesa/drivers/dri/i965/Makefile | |
parent | 3feefeeb35c73ba6a8e0d81506891988bfcda5ef (diff) |
Replace symlink generation from i915 with files in intel/ and symlinks there.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index 7e07bc9c1a5..73cc9667c64 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -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) |