2004-06-11 00:33:43 +00:00
|
|
|
# $Id$
|
|
|
|
|
#
|
2006-06-19 21:53:48 +00:00
|
|
|
# This file is part of PulseAudio.
|
2004-06-11 00:33:43 +00:00
|
|
|
#
|
2006-06-19 21:53:48 +00:00
|
|
|
# PulseAudio is free software; you can redistribute it and/or modify
|
2004-11-14 14:58:54 +00:00
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
2004-06-11 00:33:43 +00:00
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
#
|
2006-06-19 21:53:48 +00:00
|
|
|
# PulseAudio is distributed in the hope that it will be useful, but
|
2004-06-11 00:33:43 +00:00
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
# General Public License for more details.
|
|
|
|
|
#
|
2004-11-14 14:58:54 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
2006-06-19 21:53:48 +00:00
|
|
|
# along with PulseAudio; if not, write to the Free Software
|
2004-07-16 20:02:44 +00:00
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
|
# USA.
|
2004-06-11 00:33:43 +00:00
|
|
|
|
2006-07-08 13:25:35 +00:00
|
|
|
EXTRA_DIST = bootstrap.sh LICENSE GPL LGPL doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in README todo
|
|
|
|
|
SUBDIRS=libltdl src doxygen
|
2004-07-17 14:06:13 +00:00
|
|
|
|
2006-01-10 17:51:06 +00:00
|
|
|
MAINTAINERCLEANFILES =
|
|
|
|
|
noinst_DATA =
|
2004-06-11 00:33:43 +00:00
|
|
|
|
2004-07-16 20:58:18 +00:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2006-06-19 21:53:48 +00:00
|
|
|
pkgconfig_DATA = libpulse.pc libpulse-simple.pc
|
|
|
|
|
|
2006-07-13 17:44:18 +00:00
|
|
|
if HAVE_AVAHI
|
2006-06-19 21:53:48 +00:00
|
|
|
pkgconfig_DATA += \
|
|
|
|
|
libpulse-browse.pc
|
|
|
|
|
endif
|
2004-09-13 23:28:30 +00:00
|
|
|
|
|
|
|
|
if HAVE_GLIB20
|
|
|
|
|
pkgconfig_DATA += \
|
2006-06-19 23:00:21 +00:00
|
|
|
libpulse-mainloop-glib.pc
|
2004-09-13 23:28:30 +00:00
|
|
|
endif
|
|
|
|
|
|
2004-08-20 11:04:25 +00:00
|
|
|
homepage: all dist doxygen
|
2004-07-17 14:06:13 +00:00
|
|
|
test -d $$HOME/homepage/private
|
2006-06-19 21:53:48 +00:00
|
|
|
mkdir -p $$HOME/homepage/private/projects/pulseaudio $$HOME/homepage/private/projects/pulseaudio/doxygen
|
|
|
|
|
cp pulseaudio-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/pulseaudio
|
|
|
|
|
cp -a doxygen/html/* $$HOME/homepage/private/projects/pulseaudio/doxygen
|
2004-07-17 14:06:13 +00:00
|
|
|
|
2004-08-14 20:25:32 +00:00
|
|
|
doxygen:
|
2005-01-08 01:19:34 +00:00
|
|
|
$(MAKE) -C doxygen doxygen
|
2004-08-14 20:25:32 +00:00
|
|
|
|
|
|
|
|
.PHONY: homepage distcleancheck doxygen
|