]> code.delx.au - pulseaudio/blobdiff - Makefile.am
Merge remote branch 'origin/master-tx'
[pulseaudio] / Makefile.am
index abc3d7760011535c0fb442df4618121589606f35..2713c0a270704656a79743c87dbcf021398bf62d 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-#
 # This file is part of PulseAudio.
 #
 # PulseAudio is free software; you can redistribute it and/or modify
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 
-EXTRA_DIST = bootstrap.sh LICENSE GPL LGPL doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in README todo
-SUBDIRS=libltdl src doxygen
+ACLOCAL_AMFLAGS = -I m4
+
+EXTRA_DIST = \
+       bootstrap.sh \
+       git-version-gen \
+       LICENSE \
+       GPL \
+       LGPL \
+       doxygen/Makefile.am \
+       doxygen/Makefile.in \
+       doxygen/doxygen.conf.in \
+       README \
+       todo \
+       vala/libpulse.vapi
+
+SUBDIRS = src doxygen man po
 
 MAINTAINERCLEANFILES =
 noinst_DATA =
 
+vapidir = $(datadir)/vala/vapi
+vapi_DATA = vala/libpulse.vapi
+
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libpulse.pc libpulse-simple.pc
 
@@ -48,4 +63,26 @@ doxygen:
 eolspace:
        find \( -name '*.c' -o -name '*.h' -o -name 'Makefile.am' \) -exec perl -i -pe 's/\s+\n$$/\1\n/;' \{\} \;
 
+untabify:
+       find \( -name '*.c' -o -name '*.h' \) -exec perl -i -pe 's/\t/        /g;' \{\} \;
+
+fedora-snapshot: dist
+       cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).tar.gz
+
+dist-hook:
+       if test -d .git ; then \
+               test -z $$SKIP_GIT && git pull ; \
+               chmod u+w ${distdir}/ChangeLog || true ; \
+               ( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
+       fi
+       echo $(VERSION) > $(distdir)/.tarball-version
+
 .PHONY: homepage distcleancheck doxygen
+
+# see git-version-gen
+BUILT_SOURCES = $(top_srcdir)/.version
+$(top_srcdir)/.version:
+       echo $(VERSION) > $@-t && mv $@-t $@
+
+DISTCLEANFILES = \
+        po/.intltool-merge-cache