summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-01-05 13:07:00 +0000
committerPierre Ossman <ossman@cendio.se>2006-01-05 13:07:00 +0000
commit1f11ee3c8b392a68685875478637ce875de85da2 (patch)
treeef65dd4b41d90a3af2ee457f35a6d8d9aa8175de /Makefile.am
parent22f66948c9f6b9c1e179ad1b4a60357094948441 (diff)
Big cleanup of the build structure.
* configure.ac is divided into distinct sections for programs, headers, optional components, etc. * polyp/Makefile.am is organised into several sections instead of a big mess. * Conditionals are only for adding things to the primaries, not around their build rules. * polypcore has been brought up to date in preparation for the Windows port. It is not possible to use the current tricks there. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@362 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 7935321d..a6a012af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@
# USA.
EXTRA_DIST = bootstrap.sh README LICENSE doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in libtool.m4 ltdl.m4
-SUBDIRS=polyp doc libltdl
+SUBDIRS=libltdl polyp doc
MAINTAINERCLEANFILES=README
noinst_DATA = README
@@ -49,8 +49,8 @@ homepage: all dist doxygen
cp -a doxygen/html/* $$HOME/homepage/private/projects/polypaudio/doxygen
cp $$HOME/homepage/private/projects/polypaudio/README.html $$HOME/homepage/private/projects/polypaudio/index.html
-distcleancheck:
- @:
+#distcleancheck:
+# @:
doxygen:
$(MAKE) -C doxygen doxygen