blob: fcc3cfbfa638cb9229e5f38fc90e9af494c1230d [file] [log] [blame]
Josh Coalson6b05bc52001-06-08 00:13:21 +00001# FLAC - Free Lossless Audio Codec
Erik de Castro Lopob1982fb2013-05-25 17:11:19 +10002# Copyright (C) 2001-2009 Josh Coalson
Erik de Castro Lopo6a5fe432016-12-05 06:35:39 +11003# Copyright (C) 2011-2016 Xiph.Org Foundation
Josh Coalson6b05bc52001-06-08 00:13:21 +00004#
Josh Coalsone8a76012003-02-07 00:14:32 +00005# This file is part the FLAC project. FLAC is comprised of several
Ulrich Klauercd4ddab2013-05-26 22:53:43 +02006# components distributed under different licenses. The codec libraries
Josh Coalsone8a76012003-02-07 00:14:32 +00007# are distributed under Xiph.Org's BSD-like license (see the file
8# COPYING.Xiph in this distribution). All other programs, libraries, and
9# plugins are distributed under the GPL (see COPYING.GPL). The documentation
10# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
11# FLAC distribution contains at the top the terms under which it may be
12# distributed.
Josh Coalson6b05bc52001-06-08 00:13:21 +000013#
Josh Coalsone8a76012003-02-07 00:14:32 +000014# Since this particular file is relevant to all components of FLAC,
15# it may be distributed under the Xiph.Org license, which is the least
16# restrictive of those mentioned above. See the file COPYING.Xiph in this
17# distribution.
Josh Coalson6b05bc52001-06-08 00:13:21 +000018
Josh Coalsona2e49a92001-05-23 20:58:57 +000019if FLaC__HAS_XMMS
Josh Coalson2bf0ef82006-05-25 04:31:50 +000020XMMS_DIRS = plugin_common plugin_xmms
Josh Coalson9f429ba2001-01-19 22:39:39 +000021endif
22
Josh Coalson367c1582007-08-29 05:45:19 +000023if FLaC__WITH_CPPLIBS
24CPPLIBS_DIRS = libFLAC++ test_libFLAC++
25endif
26
Josh Coalsoncd443f62002-07-09 06:27:07 +000027SUBDIRS = \
Erik de Castro Lopo2199d082013-04-01 19:57:13 +110028 libFLAC \
Erik de Castro Lopod40a6bc2016-02-05 11:02:44 +110029 share \
Josh Coalsoncd443f62002-07-09 06:27:07 +000030 flac \
31 metaflac \
32 $(XMMS_DIRS) \
Josh Coalsondfdc8182002-11-22 06:25:16 +000033 test_grabbag \
Josh Coalson6b21f662006-09-13 01:42:27 +000034 test_libs_common \
Josh Coalsoncd443f62002-07-09 06:27:07 +000035 test_libFLAC \
Josh Coalson94b54992004-09-21 05:41:23 +000036 test_seeking \
Josh Coalson367c1582007-08-29 05:45:19 +000037 test_streams \
Josh Coalsond04f46a2009-01-03 01:43:59 +000038 utils \
Josh Coalson367c1582007-08-29 05:45:19 +000039 $(CPPLIBS_DIRS)
Josh Coalson244e6dc2002-10-16 23:38:24 +000040
41EXTRA_DIST = \
Erik de Castro Lopo6d0e2222019-09-29 11:57:21 +100042 CMakeLists.txt \
Josh Coalson630d22e2003-01-25 18:32:56 +000043 Makefile.lite