build-sys: add stub makefiles to all subdirs to ease development with emacs

This commit is contained in:
Lennart Poettering 2012-04-13 21:36:37 +02:00
parent 9537eab070
commit b562f5a57d
32 changed files with 99 additions and 70 deletions

138
.gitignore vendored
View File

@ -6,73 +6,71 @@
/systemd-cat /systemd-cat
/systemd-rc-local-generator /systemd-rc-local-generator
/libsystemd-id128.pc /libsystemd-id128.pc
journalctl /journalctl
systemd-journald /systemd-journald
test-id128 /test-id128
test-journal /test-journal
test-install /test-install
org.freedesktop.hostname1.xml /org.freedesktop.hostname1.xml
org.freedesktop.locale1.xml /org.freedesktop.locale1.xml
libsystemd-daemon.pc /libsystemd-daemon.pc
libsystemd-login.pc /libsystemd-login.pc
test-login /test-login
loginctl /loginctl
systemd-localed /systemd-localed
systemd-timedated /systemd-timedated
org.freedesktop.timedate1.xml /org.freedesktop.timedate1.xml
systemd-logind /systemd-logind
systemd-uaccess /systemd-uaccess
systemd-hostnamed /systemd-hostnamed
systemd-binfmt /systemd-binfmt
systemd-getty-generator /systemd-getty-generator
systemd-nspawn /systemd-nspawn
systemd-stdio-bridge /systemd-stdio-bridge
systemd-machine-id-setup /systemd-machine-id-setup
systemd-detect-virt /systemd-detect-virt
systemd-sysctl /systemd-sysctl
test-strv /test-strv
systemd-ac-power /systemd-ac-power
systemd-timestamp /systemd-timestamp
systemd-cryptsetup /systemd-cryptsetup
systemd-cryptsetup-generator /systemd-cryptsetup-generator
systemd-tty-ask-password-agent /systemd-tty-ask-password-agent
systemd-fsck /systemd-fsck
systemd-quotacheck /systemd-quotacheck
systemd-user-sessions /systemd-user-sessions
systemd-shutdown /systemd-shutdown
systemd-tmpfiles /systemd-tmpfiles
systemd-readahead-collect /systemd-readahead-collect
systemd-readahead-replay /systemd-readahead-replay
systemd-reply-password /systemd-reply-password
systemd-gnome-ask-password-agent /systemd-gnome-ask-password-agent
systemd-ask-password /systemd-ask-password
systemd-kmsg-syslogd /systemd-kmsg-syslogd
systemd-remount-api-vfs /systemd-remount-api-vfs
test-hostname /test-hostname
systemd-modules-load /systemd-modules-load
systemd-vconsole-setup /systemd-vconsole-setup
systemd-shutdownd /systemd-shutdownd
systemd-random-seed /systemd-random-seed
systemd-update-utmp /systemd-update-utmp
test-env-replace /test-env-replace
systemd-cgls /systemd-cgls
systemd.pc /systemd.pc
test-cgroup /test-cgroup
.libs/ .libs/
systemd-notify /systemd-notify
test-daemon /test-daemon
systemd-install /org.freedesktop.systemd1.*.xml
org.freedesktop.systemd1.*.xml /test-ns
test-ns /test-loopback
test-loopback /systemd-cgroups-agent
systemd-cgroups-agent /systemd-initctl
systemd-initctl
/systemd /systemd
test-engine /test-engine
test-job-type /test-job-type
systemd-stdout-syslog-bridge /systemctl
systemctl /systemadm
systemadm
.dirstamp .dirstamp
*.1 *.1
*.3 *.3
@ -103,11 +101,11 @@ missing
stamp-* stamp-*
*.stamp *.stamp
/Makefile /Makefile
ltmain.sh /ltmain.sh
*.tar.xz /*.tar.xz
*.tar.gz /*.tar.gz
*.tar.bz2 /*.tar.bz2
libtool /libtool
/accelerometer /accelerometer
/ata_id /ata_id
/cdrom_id /cdrom_id

1
src/ac-power/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/analyze/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/ask-password/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/cgls/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/cgroups-agent/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/cgtop/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/detect-virt/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/fsck/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

View File

@ -0,0 +1 @@
../Makefile

1
src/gudev/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/initctl/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

View File

@ -0,0 +1 @@
../Makefile

View File

@ -0,0 +1 @@
../Makefile

1
src/libudev/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/modules-load/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/notify/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/nspawn/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/quotacheck/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/random-seed/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

View File

@ -0,0 +1 @@
../Makefile

View File

@ -0,0 +1 @@
../Makefile

1
src/reply-password/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/shutdownd/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/stdio-bridge/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/sysctl/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/systemctl/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/timestamp/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/tmpfiles/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

View File

@ -0,0 +1 @@
../Makefile

1
src/udev/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile

1
src/update-utmp/Makefile Symbolic link
View File

@ -0,0 +1 @@
../Makefile