add a bunch of simple Makefile in the subdirs, just to make compilation with emacs easier

they are not intended to be distributed or anything.


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@490 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-02-16 22:11:35 +00:00
parent c75972f54a
commit 4ad2926eba
6 changed files with 18 additions and 0 deletions

1
src/daemon/Makefile Symbolic link
View file

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

1
src/modules/Makefile Symbolic link
View file

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

13
src/polyp/Makefile Normal file
View file

@ -0,0 +1,13 @@
# This is a dirty trick just to ease compilation with emacs
#
# This file is not intended to be distributed or anything
#
# So: don't touch it, even better ignore it!
all:
$(MAKE) -C ..
clean:
$(MAKE) -C .. clean
.PHONY: all clean

1
src/polypcore/Makefile Symbolic link
View file

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

1
src/tests/Makefile Symbolic link
View file

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

1
src/utils/Makefile Symbolic link
View file

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