summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2017-07-28Makefile.am: Set ACLOCAL_AMFLAGS = -I m4Michel Dänzer
Suggested by one of the tools called by autoreconf. (Cherry picked from amdgpu commit 842bad4b951296ca25f47b50cb358e502bf30ebb) Acked-by: Alex Deucher <alexander.deucher@amd.com>
2017-01-26Add 10-radeon.conf xorg.conf.d snippetMichel Dänzer
This instructs Xorg >= 1.16 to try loading the radeon driver for devices managed by the radeon kernel driver, even if the ati wrapper driver isn't available. Copied from the amdgpu driver. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2013-01-30radeon: bump version for releasexf86-video-ati-7.1.0Maarten Lankhorst
And fixup distcheck.. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-11-19Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD
2009-07-11xf86-video-ati: use XORG_CHANGELOG macro to create ChangeLog. #22611Gaetan Nadon
Build break: Makefile.am: command not found: git-log Adding the macro in configure.ac and use it in Makefile.am Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 Tested: running autogen.sh, make and 'make dist' Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-06git: fix git-log to git logDave Airlie
2008-02-27drop r128 (build system)George Sapountzis
2008-02-27drop mach64 (build system)George Sapountzis
2007-12-06Add missing PHONY line for automatic ChangeLog generationJames Cloos
2006-12-06Makefile.am: re-add ChangeLog to CLEANFILESDaniel Stone
2006-12-06Makefile.am: fix changelog hookDaniel Stone
Make changelog hook safe for all situations.
2006-08-25and of course it takes two commits to do a simple commitati-6_6_2Dave Airlie
2006-08-25add changelog hook from nv driverDave Airlie
2005-10-03- For all drivers that have a <driver>.sgml file, add code in their buildSøren Sandmann Pedersen
system to build the README file at make dist time - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that will check if the required tools and files exist, and if so set a conditional. - util/modular/symlink.sh - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml - Add all the README.<driver> to the list of excluded files - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make it spew less warnings when the text file is built.
2005-07-14Try adding build system for ATI driver again. Who knows, maybe CVS worksSøren Sandmann Pedersen
today.