blob: 7729c36f3b281f26a68973c9fd07c6e8c59a2e90 [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 Coalson9f429ba2001-01-19 22:39:39 +000019#
20# automake provides the following useful targets:
21#
22# all: build all programs and libraries using the current
23# configuration (set by configure)
24#
25# check: build and run all self-tests
26#
27# clean: remove everything except what's required to build everything
28#
29# distclean: remove everything except what goes in the distribution
30#
Josh Coalson9f429ba2001-01-19 22:39:39 +000031
Erik de Castro Lopoe38026a2012-02-13 19:55:46 +110032ACLOCAL_AMFLAGS = -I m4
33
Erik de Castro Lopoe0f7e0e2019-11-17 16:15:51 +110034SUBDIRS = doc include m4 man src test build microbench oss-fuzz
David Seifertcc08beb2017-01-13 18:42:29 +010035
36if EXAMPLES
37SUBDIRS += examples
38endif
Josh Coalson9f429ba2001-01-19 22:39:39 +000039
uid38180b4bc14b2002-09-09 20:53:08 +000040EXTRA_DIST = \
Erik de Castro Lopo6d0e2222019-09-29 11:57:21 +100041 CMakeLists.txt \
42 config.cmake.h.in \
43 flac-config.cmake.in \
evpobre0b62a62020-05-02 10:54:28 +050044 cmake/FindOgg.cmake \
Erik de Castro Lopo6d0e2222019-09-29 11:57:21 +100045 cmake/UseSystemExtensions.cmake \
evpobrce6dd6b2020-05-08 14:20:35 +050046 cmake/CheckCPUArch.cmake \
47 cmake/CheckCPUArch.c.in \
Josh Coalson0342d382002-06-10 18:27:05 +000048 COPYING.FDL \
49 COPYING.GPL \
50 COPYING.LGPL \
Josh Coalson334defd2004-07-31 22:56:34 +000051 COPYING.Xiph \
Josh Coalsoneec4fa72007-07-11 04:15:26 +000052 FLAC.sln \
Erik de Castro Lopobef73812014-11-25 06:02:30 +110053 FLAC-vs2005.sln \
Josh Coalsoncd443f62002-07-09 06:27:07 +000054 Makefile.lite \
Erik de Castro Lopodb3b3042016-12-11 20:20:47 +110055 Makefile.deps \
Josh Coalson0342d382002-06-10 18:27:05 +000056 autogen.sh \
Josh Coalsone29fb7c2002-10-23 22:07:52 +000057 config.rpath \
Josh Coalsonb2cc54a2002-06-28 19:26:15 +000058 depcomp \
Josh Coalsondad786b2002-09-11 19:16:20 +000059 ltmain.sh \
Josh Coalsonc2570652004-07-29 06:43:23 +000060 strip_non_asm_libtool_args.sh
Erik de Castro Lopoe7fb2152012-02-01 22:00:08 +110061
Erik de Castro Lopo49491912012-02-04 16:12:05 +110062CLEANFILES = *~