mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
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:
parent
c75972f54a
commit
4ad2926eba
6 changed files with 18 additions and 0 deletions
1
src/daemon/Makefile
Symbolic link
1
src/daemon/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../polyp/Makefile
|
||||
1
src/modules/Makefile
Symbolic link
1
src/modules/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../polyp/Makefile
|
||||
13
src/polyp/Makefile
Normal file
13
src/polyp/Makefile
Normal 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
1
src/polypcore/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../polyp/Makefile
|
||||
1
src/tests/Makefile
Symbolic link
1
src/tests/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../polyp/Makefile
|
||||
1
src/utils/Makefile
Symbolic link
1
src/utils/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../polyp/Makefile
|
||||
Loading…
Add table
Add a link
Reference in a new issue