mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
59d93adb29
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.
28 lines
255 B
Plaintext
28 lines
255 B
Plaintext
*~
|
|
*.o
|
|
*.a
|
|
*.lo
|
|
*.la
|
|
.libs
|
|
.deps
|
|
.dirstamp
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
config.guess
|
|
config.sub
|
|
libtool
|
|
ltmain.sh
|
|
install-sh
|
|
missing
|
|
configure
|
|
stamp-h1
|
|
depcomp
|
|
udev-test-install
|
|
gtk-doc.make
|