[polypaudio-commits] r490 - in /trunk/src: daemon/Makefile modules/Makefile polyp/Makefile polypcore/Makefile tests/Makefile utils/Makefile
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Thu Feb 16 14:11:36 PST 2006
Author: lennart
Date: Thu Feb 16 23:11:35 2006
New Revision: 490
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=490&root=polypaudio&view=rev
Log:
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.
Added:
trunk/src/daemon/Makefile (with props)
trunk/src/modules/Makefile (with props)
trunk/src/polyp/Makefile
trunk/src/polypcore/Makefile (with props)
trunk/src/tests/Makefile (with props)
trunk/src/utils/Makefile (with props)
Added: trunk/src/daemon/Makefile
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/Makefile?rev=490&root=polypaudio&view=auto
==============================================================================
--- trunk/src/daemon/Makefile (added)
+++ trunk/src/daemon/Makefile Thu Feb 16 23:11:35 2006
@@ -1,0 +1,1 @@
+link ../polyp/Makefile
Propchange: trunk/src/daemon/Makefile
------------------------------------------------------------------------------
svn:special = *
Added: trunk/src/modules/Makefile
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/modules/Makefile?rev=490&root=polypaudio&view=auto
==============================================================================
--- trunk/src/modules/Makefile (added)
+++ trunk/src/modules/Makefile Thu Feb 16 23:11:35 2006
@@ -1,0 +1,1 @@
+link ../polyp/Makefile
Propchange: trunk/src/modules/Makefile
------------------------------------------------------------------------------
svn:special = *
Added: trunk/src/polyp/Makefile
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/Makefile?rev=490&root=polypaudio&view=auto
==============================================================================
--- trunk/src/polyp/Makefile (added)
+++ trunk/src/polyp/Makefile Thu Feb 16 23:11:35 2006
@@ -1,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
Added: trunk/src/polypcore/Makefile
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/Makefile?rev=490&root=polypaudio&view=auto
==============================================================================
--- trunk/src/polypcore/Makefile (added)
+++ trunk/src/polypcore/Makefile Thu Feb 16 23:11:35 2006
@@ -1,0 +1,1 @@
+link ../polyp/Makefile
Propchange: trunk/src/polypcore/Makefile
------------------------------------------------------------------------------
svn:special = *
Added: trunk/src/tests/Makefile
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/tests/Makefile?rev=490&root=polypaudio&view=auto
==============================================================================
--- trunk/src/tests/Makefile (added)
+++ trunk/src/tests/Makefile Thu Feb 16 23:11:35 2006
@@ -1,0 +1,1 @@
+link ../polyp/Makefile
Propchange: trunk/src/tests/Makefile
------------------------------------------------------------------------------
svn:special = *
Added: trunk/src/utils/Makefile
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/Makefile?rev=490&root=polypaudio&view=auto
==============================================================================
--- trunk/src/utils/Makefile (added)
+++ trunk/src/utils/Makefile Thu Feb 16 23:11:35 2006
@@ -1,0 +1,1 @@
+link ../polyp/Makefile
Propchange: trunk/src/utils/Makefile
------------------------------------------------------------------------------
svn:special = *
More information about the pulseaudio-commits
mailing list