blob: 9ae4f1560061b836a30b2bee61af9bf8b6e0e8dc [file] [log] [blame]
Josh Coalson44937a72007-09-12 02:42:05 +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 Coalson44937a72007-09-12 02:42:05 +00004#
5# 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 Coalson44937a72007-09-12 02:42:05 +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.
13#
14# 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.
18
19if FLaC__WITH_CPPLIBS
20CPPLIBS_DIRS = cpp
21endif
22
23SUBDIRS = c $(CPPLIBS_DIRS)
24
25EXTRA_DIST = \
Erik de Castro Lopo6d0e2222019-09-29 11:57:21 +100026 CMakeLists.txt \
Josh Coalson44937a72007-09-12 02:42:05 +000027 Makefile.lite \
28 README