blob: 8e97259438ecfbf76b7ceef64f28ba2973aa2241 [file] [log] [blame]
Josh Coalson5e5fc012002-07-16 16:09:53 +00001# flac - Command-line FLAC encoder/decoder
Erik de Castro Lopob1982fb2013-05-25 17:11:19 +10002# Copyright (C) 2002-2009 Josh Coalson
Erik de Castro Lopo6a5fe432016-12-05 06:35:39 +11003# Copyright (C) 2011-2016 Xiph.Org Foundation
Josh Coalson5e5fc012002-07-16 16:09:53 +00004#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License
7# as published by the Free Software Foundation; either version 2
8# of the License, or (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
Miroslav Lichvar6a1f59b2012-12-04 17:36:05 +010015# You should have received a copy of the GNU General Public License along
16# with this program; if not, write to the Free Software Foundation, Inc.,
17# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Josh Coalson5e5fc012002-07-16 16:09:53 +000018
Josh Coalson5e5fc012002-07-16 16:09:53 +000019SUBDIRS = . html
20
Josh Coalson52afda92003-01-10 04:38:44 +000021if FLaC__HAS_DOXYGEN
Olivier Blinf6997882012-12-28 19:58:46 +010022all-local: Doxyfile
Josh Coalson5e5fc012002-07-16 16:09:53 +000023FLAC.tag: Doxyfile
24 doxygen Doxyfile
25 rm -rf html/api
26 mv doxytmp/html html/api
27 rm -rf doxytmp
Josh Coalson52afda92003-01-10 04:38:44 +000028else
29FLAC.tag:
Josh Coalson50452ab2004-07-30 00:47:04 +000030 touch $@
Josh Coalson52afda92003-01-10 04:38:44 +000031 mkdir -p html/api
32endif
Josh Coalson5e5fc012002-07-16 16:09:53 +000033
Josh Coalson1f99eac2002-08-23 06:45:23 +000034doc_DATA = \
Josh Coalson5e5fc012002-07-16 16:09:53 +000035 FLAC.tag
36
Erik de Castro Lopodb3b3042016-12-11 20:20:47 +110037EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html \
Erik de Castro Lopo6d0e2222019-09-29 11:57:21 +100038 isoflac.txt $(doc_DATA) CMakeLists.txt
Josh Coalsonb39417b2002-09-24 06:41:29 +000039
Ralph Giles4632f942013-01-18 14:04:27 -080040distclean-local:
Josh Coalsonb39417b2002-09-24 06:41:29 +000041 rm -rf FLAC.tag html/api doxytmp