summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2023-05-04Makefile.am: swap order of ACLOCAL_AMFLAGSAlan Coopersmith
Causes autoreconf to fail with: libtoolize: error: AC_CONFIG_MACRO_DIRS([m4]) conflicts with ACLOCAL_AMFLAGS Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-10-02libtool upgrade to include m4 directoryMartin-Éric Racine
Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
2011-11-21Move back ztv with geode driverGaetan Nadon
Now we have a clean separation between CPP flags and C Flags Only the C Flags apply to both geode and ztv driver, however it is not worth doing a per target compilation. Should some flags become mutually exclusive and if we want to have both target in the same makefile, add the incompatible flag on the appropriate target, example: geode_drv_la_CFLAGS = $(AM_CFLAGS) -newCFlag and/or geode_drv_la_CPPFLAGS = $(AM_CPPFLAGS) -newCPPFlag Note that both AM_CFLAGS and AM_CPPFLAGS are picked-up by both geode and ztv driver target. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-11-21Move ztv driver to it's own directoryGaetan Nadon
The convention is to have the video driver (geode) in the src subdir and any other targets (utils, apps, other drivers) in their own directory. It makes it much simpler to right a correct makefile and to set conditional compile. This highlighted a few things to fix. For now, the directory includes have not been copied as they are required. The AM_CCASFLAGS is not required either as there is no assembler. Other than that, the gcc command issued has no differences. Other unrequired defines could be removed later. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-11-13Move the z4l.c test to src/Makefile.am where it should be.Martin-Éric Racine
2011-11-13Only enable z4l.c on Linux.Martin-Éric Racine
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-19Revert "Makefile.am: do not include autogen.sh in distribution #24183"Gaetan Nadon
This reverts commit c77803368611751f828c1cc7b00e77157b7774b3.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Automake 'foreign' option is specified in configure.ac. Remove from Makefile.am
2009-10-28INSTALL, 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-10-26Several 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-09-27Makefile.am: do not include autogen.sh in distribution #24183Gaetan Nadon
This is a private build script that should not be distributed
2009-07-16Use XORG_CHANGELOG macro to create ChangeLog. #22611Gaetan Nadon
Adding the macro in configure.ac and use it in Makefile.am Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 Global maintenance on all modules Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-16Makefile.am: use "git log" instead of "git-log"Chris Ball
"git-log" doesn't work on my Fedora machine, but "git log" should work everywhere. Some distributions choose not to ship all the git aliases. Signed-off-by: Chris Ball <cjb@laptop.org>
2007-09-17ChangeLog DOES need to be cleaned, but in MAINTIANERCLEANFILES.Martin-Éric Racine
2007-09-12We no longer delete the ChangeLog in the clean target. We will simply ↵Martin-Éric Racine
overwrite it instead.
2007-09-02Added the standard X.org ChangeLog generation target to Makefile.amMartin-Éric Racine
2007-05-10Documentation cleanupsJordan Crouse
Rework the readme, and delete the now woefully out of date man pages. Also update the TODO file with more interesting information.
2006-07-06Initial commit of the xf86-video-amd treeJordan Crouse