build-sys: readd stub makefiles to subdirectories to make building with emacs easier

This commit is contained in:
Lennart Poettering 2012-05-15 14:17:58 +02:00
parent bea524cb7a
commit 08d4f8e2c3
11 changed files with 42 additions and 24 deletions

4
.gitignore vendored
View file

@ -10,8 +10,8 @@ intltool-update.in
*.pc
PulseAudioConfig.cmake
PulseAudioConfigVersion.cmake
Makefile
Makefile.in
/Makefile
/Makefile.in
aclocal.m4
autom4te.cache
compile

6
doxygen/.gitignore vendored
View file

@ -1,2 +1,4 @@
doxygen.conf
html
/doxygen.conf
/html/
/Makefile
/Makefile.in

10
man/.gitignore vendored
View file

@ -1,4 +1,6 @@
*.1
*.1.xml
*.5
*.5.xml
/*.1
/*.1.xml
/*.5
/*.5.xml
/Makefile
/Makefile.in

30
po/.gitignore vendored
View file

@ -1,14 +1,16 @@
.intltool-merge-cache
Makefile.in.in
Makevars.template
POTFILES
Rules-quot
boldquot.sed
en@boldquot.header
en@quot.header
insert-header.sin
pulseaudio.pot
quot.sed
remove-potcdate.sin
*.mo
*.gmo
/.intltool-merge-cache
/Makefile.in.in
/Makevars.template
/POTFILES
/Rules-quot
/boldquot.sed
/en@boldquot.header
/en@quot.header
/insert-header.sin
/pulseaudio.pot
/quot.sed
/remove-potcdate.sin
/*.mo
/*.gmo
/Makefile
/Makefile.in

4
src/.gitignore vendored
View file

@ -4,8 +4,8 @@ TAGS
*.la
.deps
.libs
Makefile
Makefile.in
/Makefile
/Makefile.in
proximity-helper
client.conf
daemon.conf

1
src/daemon/Makefile Symbolic link
View file

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

7
src/modules/Makefile Normal file
View file

@ -0,0 +1,7 @@
all:
$(MAKE) -C ..
clean:
$(MAKE) -C .. clean
.PHONY: all clean

1
src/pulse/Makefile Symbolic link
View file

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

1
src/pulsecore/Makefile Symbolic link
View file

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

1
src/tests/Makefile Symbolic link
View file

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

1
src/utils/Makefile Symbolic link
View file

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