diff options
author | Matt Turner <[email protected]> | 2012-09-06 16:56:06 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:10 +0100 |
commit | 1a4349125b2721c27054d6da23474aa133dbe73c (patch) | |
tree | c60d1e585020776599828b8bd6cf646d760dcdeb /src/gallium/targets/xorg-i915/Makefile | |
parent | 7f24483e3d7acb9a66fdc0ce3312d794204a888b (diff) |
targets/xorg-i915: Convert to automake
v2: Andreas Boll <[email protected]>
- Provide compatibility with scripts for the old Mesa build system
Diffstat (limited to 'src/gallium/targets/xorg-i915/Makefile')
-rw-r--r-- | src/gallium/targets/xorg-i915/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/gallium/targets/xorg-i915/Makefile b/src/gallium/targets/xorg-i915/Makefile deleted file mode 100644 index 27ce100ac33..00000000000 --- a/src/gallium/targets/xorg-i915/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = i915_drv.so - -C_SOURCES = \ - intel_target.c \ - intel_xorg.c - -DRIVER_DEFINES = \ - -DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD - -DRIVER_PIPES = \ - $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \ - $(TOP)/src/gallium/winsys/i915/drm/libi915drm.a \ - $(TOP)/src/gallium/drivers/i915/libi915.a \ - $(TOP)/src/gallium/drivers/galahad/libgalahad.a \ - $(TOP)/src/gallium/drivers/trace/libtrace.a \ - $(TOP)/src/gallium/drivers/rbug/librbug.a - -DRIVER_LINKS = \ - $(shell $(PKG_CONFIG) --libs libdrm libdrm_intel) - -include ../Makefile.xorg |