blob: 451921daa336c9da26c6bb5c1782d75ddf4e8c8f [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
3# Copyright (C) 2011-2013 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 Lopo55788ea2012-12-28 11:06:38 +110034SUBDIRS = doc include m4 man src examples test build objs
Josh Coalson9f429ba2001-01-19 22:39:39 +000035
uid38180b4bc14b2002-09-09 20:53:08 +000036EXTRA_DIST = \
Josh Coalson0342d382002-06-10 18:27:05 +000037 COPYING.FDL \
38 COPYING.GPL \
39 COPYING.LGPL \
Josh Coalson334defd2004-07-31 22:56:34 +000040 COPYING.Xiph \
Josh Coalsoneec4fa72007-07-11 04:15:26 +000041 FLAC.sln \
Josh Coalsoncd443f62002-07-09 06:27:07 +000042 Makefile.lite \
Josh Coalson0342d382002-06-10 18:27:05 +000043 autogen.sh \
Josh Coalsone29fb7c2002-10-23 22:07:52 +000044 config.rpath \
Josh Coalsonb2cc54a2002-06-28 19:26:15 +000045 depcomp \
Josh Coalsondad786b2002-09-11 19:16:20 +000046 ltmain.sh \
Josh Coalsonc2570652004-07-29 06:43:23 +000047 strip_non_asm_libtool_args.sh
Erik de Castro Lopoe7fb2152012-02-01 22:00:08 +110048
Erik de Castro Lopoefffc252012-02-07 18:41:28 +110049fullcheck:
50 (cd test && make fullcheck)
Erik de Castro Lopo49491912012-02-04 16:12:05 +110051
52CLEANFILES = *~