don't build static lib
[gst-pulse.git] / Makefile.am
blob1d56a3e27daa606d98d13e233c63aaff4e5c8d5e
1 # $Id$
3 # This file is part of gst-pulse.
5 # gst-pulse is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
10 # gst-pulse is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
15 # You should have received a copy of the GNU Lesser General Public License
16 # along with gst-pulse; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18 # USA.
20 EXTRA_DIST = bootstrap.sh README LICENSE
21 SUBDIRS=src doc
23 MAINTAINERCLEANFILES=README
24 noinst_DATA = README
26 README:
27         rm -f README
28         $(MAKE) -C doc README
29         cd $(srcdir) && ln -s doc/README README
31 homepage: all dist
32         test -d $$HOME/homepage/private
33         mkdir -p $$HOME/homepage/private/projects/gst-pulse
34         cp gst-pulse-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/gst-pulse
35         cp doc/README.html doc/style.css $$HOME/homepage/private/projects/gst-pulse
36         ln -sf README.html $$HOME/homepage/private/projects/gst-pulse/index.html
38 fedora-snapshot: dist
39         cp $(distdir).tar.gz $$HOME/cvs.fedora/gstreamer-plugins-pulse/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
41 .PHONY: homepage