diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:40:09 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:40:09 +0200 |
commit | 873ff2033f1d0b84c91c48e829aa945f41b490b7 (patch) | |
tree | 95ada47f670fdd26b7e957c657e606a668267279 /src | |
parent | 2b8b2676e7b2fd2952f5307a934ef0a11006f838 (diff) |
drop r128 (build system)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0ea606db..ea6d770a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,6 @@ # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. if DRI -R128_DRI_SRCS = r128_dri.c RADEON_DRI_SRCS = radeon_dri.c endif @@ -76,13 +75,6 @@ ati_drv_ladir = @moduledir@/drivers ati_drv_la_SOURCES = \ ati.c atimodule.c -r128_drv_la_LTLIBRARIES = r128_drv.la -r128_drv_la_LDFLAGS = -module -avoid-version -r128_drv_ladir = @moduledir@/drivers -r128_drv_la_SOURCES = \ - r128_accel.c r128_cursor.c r128_dga.c r128_driver.c \ - r128_video.c r128_misc.c r128_probe.c $(R128_DRI_SRCS) - radeon_drv_la_LTLIBRARIES = radeon_drv.la radeon_drv_la_LDFLAGS = -module -avoid-version radeon_drv_ladir = @moduledir@/drivers @@ -130,14 +122,6 @@ EXTRA_DIST = \ ati.h \ ativersion.h \ generic_bus.h \ - r128_common.h \ - r128_dri.h \ - r128_dripriv.h \ - r128.h \ - r128_probe.h \ - r128_reg.h \ - r128_sarea.h \ - r128_version.h \ radeon_common.h \ radeon_commonfuncs.c \ radeon_dri.h \ |