~vanvugt/ubuntu/xenial/pulseaudio/grand-a2dp-sru

1 by Daniel van Vugt
Add everything
1
# This file is part of PulseAudio.
2
#
3
# PulseAudio is free software; you can redistribute it and/or modify
4
# it under the terms of the GNU Lesser General Public License as published by
5
# the Free Software Foundation; either version 2 of the License, or
6
# (at your option) any later version.
7
#
8
# PulseAudio is distributed in the hope that it will be useful, but
9
# WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
# General Public License for more details.
12
#
13
# You should have received a copy of the GNU Lesser General Public License
14
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
15
16
doxygen: doxygen.conf
17
	doxygen $<
18
19
clean-local:
20
	-rm -rf html
21
22
.PHONY: all doxygen