blob: 38aea04a117def8fe48008fef7098bd47f59557f [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
David Seifertcc08beb2017-01-13 18:42:29 +010034SUBDIRS = doc include m4 man src test build objs microbench
35
36if EXAMPLES
37SUBDIRS += examples
38endif
Josh Coalson9f429ba2001-01-19 22:39:39 +000039
uid38180b4bc14b2002-09-09 20:53:08 +000040EXTRA_DIST = \
Josh Coalson0342d382002-06-10 18:27:05 +000041 COPYING.FDL \
42 COPYING.GPL \
43 COPYING.LGPL \
Josh Coalson334defd2004-07-31 22:56:34 +000044 COPYING.Xiph \
Josh Coalsoneec4fa72007-07-11 04:15:26 +000045 FLAC.sln \
Erik de Castro Lopobef73812014-11-25 06:02:30 +110046 FLAC-vs2005.sln \
Josh Coalsoncd443f62002-07-09 06:27:07 +000047 Makefile.lite \
Erik de Castro Lopodb3b3042016-12-11 20:20:47 +110048 Makefile.deps \
Josh Coalson0342d382002-06-10 18:27:05 +000049 autogen.sh \
Josh Coalsone29fb7c2002-10-23 22:07:52 +000050 config.rpath \
Josh Coalsonb2cc54a2002-06-28 19:26:15 +000051 depcomp \
Josh Coalsondad786b2002-09-11 19:16:20 +000052 ltmain.sh \
Josh Coalsonc2570652004-07-29 06:43:23 +000053 strip_non_asm_libtool_args.sh
Erik de Castro Lopoe7fb2152012-02-01 22:00:08 +110054
Erik de Castro Lopo49491912012-02-04 16:12:05 +110055CLEANFILES = *~