mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -05:00
build-sys: readd stub makefiles to subdirectories to make building with emacs easier
This commit is contained in:
parent
bea524cb7a
commit
08d4f8e2c3
11 changed files with 42 additions and 24 deletions
4
src/.gitignore
vendored
4
src/.gitignore
vendored
|
|
@ -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
1
src/daemon/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../modules/Makefile
|
||||
7
src/modules/Makefile
Normal file
7
src/modules/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
all:
|
||||
$(MAKE) -C ..
|
||||
|
||||
clean:
|
||||
$(MAKE) -C .. clean
|
||||
|
||||
.PHONY: all clean
|
||||
1
src/pulse/Makefile
Symbolic link
1
src/pulse/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../modules/Makefile
|
||||
1
src/pulsecore/Makefile
Symbolic link
1
src/pulsecore/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../modules/Makefile
|
||||
1
src/tests/Makefile
Symbolic link
1
src/tests/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../modules/Makefile
|
||||
1
src/utils/Makefile
Symbolic link
1
src/utils/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../modules/Makefile
|
||||
Loading…
Add table
Add a link
Reference in a new issue