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