diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 110 |
1 files changed, 2 insertions, 108 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e0799a5..e48bc68 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,41 +29,8 @@ if DRI ATIMISC_DRI_SRCS = atidri.c R128_DRI_SRCS = r128_dri.c -RADEON_DRI_SRCS = radeon_dri.c endif -RADEON_ATOMBIOS_SOURCES = \ - AtomBios/CD_Operations.c \ - AtomBios/Decoder.c \ - AtomBios/hwserv_drv.c \ - AtomBios/includes/atombios.h \ - AtomBios/includes/CD_binding.h \ - AtomBios/includes/CD_Common_Types.h \ - AtomBios/includes/CD_Definitions.h \ - AtomBios/includes/CD_hw_services.h \ - AtomBios/includes/CD_Opcodes.h \ - AtomBios/includes/CD_Structs.h \ - AtomBios/includes/Decoder.h \ - AtomBios/includes/ObjectID.h \ - AtomBios/includes/regsdef.h - -XMODE_SRCS=\ - local_xf86Rename.h \ - parser/xf86Parser.h \ - parser/xf86Optrec.h \ - modes/xf86Modes.h \ - modes/xf86Modes.c \ - modes/xf86cvt.c \ - modes/xf86Crtc.h \ - modes/xf86Crtc.c \ - modes/xf86Cursors.c \ - modes/xf86EdidModes.c \ - modes/xf86RandR12.c \ - modes/xf86RandR12.h \ - modes/xf86Rename.h \ - modes/xf86Rotate.c \ - modes/xf86DiDGA.c - if ATIMISC_CPIO ATIMISC_CPIO_SOURCES = ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c endif @@ -74,11 +41,9 @@ endif if USE_EXA ATIMISC_EXA_SOURCES = atimach64exa.c -RADEON_EXA_SOURCES = radeon_exa.c endif -AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ @XMODES_CFLAGS@ -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DFGL_LINUX -DDRIVER_PARSER -INCLUDES = -I$(srcdir)/AtomBios/includes +AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ ati_drv_la_LTLIBRARIES = ati_drv.la ati_drv_la_LDFLAGS = -module -avoid-version @@ -106,50 +71,8 @@ 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 -radeon_drv_la_SOURCES = \ - radeon_accel.c radeon_cursor.c radeon_dga.c \ - radeon_driver.c radeon_video.c radeon_bios.c radeon_mm_i2c.c \ - radeon_vip.c radeon_misc.c radeon_probe.c \ - legacy_crtc.c legacy_output.c \ - radeon_textured_video.c \ - radeon_crtc.c radeon_output.c radeon_modes.c radeon_tv.c \ - $(RADEON_ATOMBIOS_SOURCES) radeon_atombios.c radeon_atomwrapper.c \ - $(RADEON_DRI_SRCS) $(RADEON_EXA_SOURCES) atombios_output.c atombios_crtc.c - -if XMODES -radeon_drv_la_SOURCES += \ - $(XMODE_SRCS) -endif - -theatre_detect_drv_la_LTLIBRARIES = theatre_detect_drv.la -theatre_detect_drv_la_LDFLAGS = -module -avoid-version -theatre_detect_drv_ladir = @moduledir@/multimedia -theatre_detect_drv_la_SOURCES = \ - theatre_detect.c theatre_detect_module.c - -theatre_drv_la_LTLIBRARIES = theatre_drv.la -theatre_drv_la_LDFLAGS = -module -avoid-version -theatre_drv_ladir = @moduledir@/multimedia - -theatre_drv_la_SOURCES = \ - theatre.c theatre_module.c - -theatre200_drv_la_LTLIBRARIES = theatre200_drv.la -theatre200_drv_la_LDFLAGS = -module -avoid-version -theatre200_drv_ladir = @moduledir@/multimedia -theatre200_drv_la_CFLAGS = \ - $(AM_CFLAGS) -DMICROC_DIR=\"$(theatre200_drv_ladir)\" -theatre200_drv_la_SOURCES = \ - theatre200.c theatre200_module.c - EXTRA_DIST = \ - $(XMODE_SRCS) \ atimach64render.c \ - radeon_render.c \ - radeon_accelfuncs.c \ \ atiadjust.h \ atiaudio.h \ @@ -196,7 +119,6 @@ EXTRA_DIST = \ atiwonder.h \ atiwonderio.h \ atixv.h \ - generic_bus.h \ mach64_common.h \ mach64_dri.h \ mach64_sarea.h \ @@ -208,32 +130,4 @@ EXTRA_DIST = \ r128_reg.h \ r128_sarea.h \ r128_version.h \ - radeon_common.h \ - radeon_commonfuncs.c \ - radeon_dri.h \ - radeon_dripriv.h \ - radeon_exa_render.c \ - radeon_exa_funcs.c \ - radeon.h \ - radeon_macros.h \ - radeon_probe.h \ - radeon_reg.h \ - radeon_sarea.h \ - radeon_version.h \ - radeon_video.h \ - radeon_tv.h \ - radeon_atomwrapper.h \ - theatre200.h \ - theatre_detect.h \ - theatre.h \ - theatre_reg.h \ - atipciids.h \ - atipcirename.h \ - ati_pciids_gen.h \ - radeon_chipinfo_gen.h \ - radeon_chipset_gen.h \ - radeon_pci_chipset_gen.h \ - radeon_pci_device_match_gen.h \ - pcidb/ati_pciids.csv \ - pcidb/parse_pci_ids.pl \ - radeon_atombios.h + atipcirename.h |