summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2009-09-01pci-db: make sure we actually read the pci.ids file instead of usb.idsLennart Poettering
Since the recent Makefile.am rework both usb-db and pci-db were built to read the usb.ids database file. This fix makes sure pci-db properly reads pci.ids instead. Originally pointed out by Marco d'Itri.
2009-08-24extras/keymap: Add Acer Aspire 6920Martin Pitt
https://launchpad.net/bugs/407940
2009-08-16make: add commentKay Sievers
2009-08-14make: sort Makefile.am per target/extraKay Sievers
2009-08-14make: fix issues from non-recursive conversionKay Sievers
2009-08-08Fix “make distcheck” run outside of the source directory.Diego Elio 'Flameeyes' Pettenò
Pass the path to keys.txt as second parameter of check-keymaps.sh so that it can be found in the right path.
2009-08-07Use the keymap check during “make distcheck” rather than “check”.Diego Elio 'Flameeyes' Pettenò
Since the check-keymaps.sh script checks for validity the source directory and the Makefile.am file, instead of running it during user-oriented “make check”, run it during developed-oriented “make distcheck”. An invalid keymap will abort the execution which will prevent shipping an incomplete Makefile.am. To properly support out-of-source builds, pass as single parameter to the test the path to the source directory.
2009-08-07Merge in Makefile.am.inc into Makefile.amDiego Elio 'Flameeyes' Pettenò
This removes another file from the distribution, since we're not using it anywhere else but the top-level Makefile.am file.
2009-08-07Ask gperf to use ANSI-C for generation.Diego Elio 'Flameeyes' Pettenò
This avoids an '80s C prototype which caused a warning during our build.
2009-08-07Add tests to the distribution; this fixes "make distcheck".Diego Elio 'Flameeyes' Pettenò
2009-08-07Include the correct directory for out-of-source builds.Diego Elio 'Flameeyes' Pettenò
When building in-source, the source and header files are in the same directory, but they are not in out-of-source.
2009-08-07Fix building of introspection library on top-level Makefile.am.Diego Elio 'Flameeyes' Pettenò
Since the library is in a subdirectory, it has to know where to look for it.
2009-08-07Add silent-rule support for the gudev rules.Diego Elio 'Flameeyes' Pettenò
2009-08-07Make sure to use dependency/target variables.Diego Elio 'Flameeyes' Pettenò
2009-08-07Make sure to clean up all the built sources.Diego Elio 'Flameeyes' Pettenò
2009-08-07Finally, also merge gudev into the top-level Makefile.am.Diego Elio 'Flameeyes' Pettenò
The Introspection rules are not tested yet; more touch-ups have been made for them.
2009-08-07Move pkg-config docs and man pages before conditionals.Diego Elio 'Flameeyes' Pettenò
Since gudev conditionally installs further pkg-config data, we have to set it before the condition might be expanded.
2009-08-07Make keymap generation rules be silent (backward-compatible).Diego Elio 'Flameeyes' Pettenò
2009-08-07Merge keymap building in the top-level Makefile.am.Diego Elio 'Flameeyes' Pettenò
Slight adjustment around the tests and the rules for the new working directory.
2009-08-07Change hook handling to be more portable.Diego Elio 'Flameeyes' Pettenò
2009-08-07Also merge into the top-level Makefile.am the simpler extras.Diego Elio 'Flameeyes' Pettenò
2009-08-07Replace the custom test-run target with the standard make check.Diego Elio 'Flameeyes' Pettenò
A little fix is needed for the udev-test.pl script (to be called with the proper path), but this allows for the test binaries to be only built when running the tests themselves.
2009-08-07Merge libudev, udev, and the unconditional extras in a single Makefile.am.Diego Elio 'Flameeyes' Pettenò
Instead of using multiple recursive Makefile.am files, use a single Makefile.am that sets and builds all the basic suite of libraries and binaries for udev. This reduces the number of files in the source tree, and also reduces drastically the build time when using parallel-make. With this setup, all the compile steps will be executed in parallel, and just the linking stage will be (partially) serialised on the libraries creation.
2009-08-06make: suppress enter/leaving directory messagesKay Sievers
2009-06-19docs: install writing_udev_rulesKay Sievers
2009-06-16gudev: move from udev-extrasDavid Zeuthen
GObject libudev access. Initial version from Bastien Nocera, current version by David Zeuthen.
2009-06-16udev-acl: move from udev-extrasKay Sievers
The build of extras with larger external dependencies is wrapped in: --enable-extras
2009-06-15libudev: add gtk-docKay Sievers
2009-06-08libudev: move to top-level directoryKay Sievers
2009-02-26add m4/ subdirKay Sievers
2008-12-06make: do not delete autotools generated file with distcleanKay Sievers
[...] running the command `make maintainer-clean' should not delete `configure' even if `configure' can be remade using a rule in the Makefile. More generally, `make maintainer-clean' should not delete anything that needs to exist in order to run `configure' and then begin to build the program. This is the only exception; `maintainer-clean' should delete everything else that can be rebuilt.
2008-10-01build: include Makefile.am.inc in all Makefile.amKay Sievers
Many thanks to Chris Spiegel for finding the still current vol_id non-large-file-access bug, because of not including config.h.
2008-09-29test: replace last reference of "/class/*" devpathKay Sievers
2008-09-12libudev: switch to "udev_device_get_parent"Kay Sievers
2008-08-13add missing 'v' for "make changelog"Kay Sievers
2008-08-13build-sys: remove non-POSIX variable namesKarel Zak
Makefile.am:24: shell echo $$(( $(VERSION: non-POSIX variable name Makefile.am:24: (probably a GNU make extension) Makefile.am:26: shell echo $$(($(VERSION: non-POSIX variable name Makefile.am:26: (probably a GNU make extension) Makefile.am:29: shell echo $$(($(VERSION: non-POSIX variable name Makefile.am:29: (probably a GNU make extension) Signed-off-by: Karel Zak <kzak@redhat.com>
2008-08-02release 126Kay Sievers
2008-07-30update ChangeLogKay Sievers
2008-07-30use autotoolsKay Sievers