blob: fe9ca8443cb94b9d33dd9596ac5d13bda163946c [file] [log] [blame]
Josh Coalson6b05bc52001-06-08 00:13:21 +00001# FLAC - Free Lossless Audio Codec
Josh Coalsone74bd952007-02-02 06:58:19 +00002# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson
Josh Coalson6b05bc52001-06-08 00:13:21 +00003#
Josh Coalsone8a76012003-02-07 00:14:32 +00004# This file is part the FLAC project. FLAC is comprised of several
5# components distributed under difference licenses. The codec libraries
6# are distributed under Xiph.Org's BSD-like license (see the file
7# COPYING.Xiph in this distribution). All other programs, libraries, and
8# plugins are distributed under the GPL (see COPYING.GPL). The documentation
9# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
10# FLAC distribution contains at the top the terms under which it may be
11# distributed.
Josh Coalson6b05bc52001-06-08 00:13:21 +000012#
Josh Coalsone8a76012003-02-07 00:14:32 +000013# Since this particular file is relevant to all components of FLAC,
14# it may be distributed under the Xiph.Org license, which is the least
15# restrictive of those mentioned above. See the file COPYING.Xiph in this
16# distribution.
Josh Coalson6b05bc52001-06-08 00:13:21 +000017
Josh Coalson9f429ba2001-01-19 22:39:39 +000018#
19# automake provides the following useful targets:
20#
21# all: build all programs and libraries using the current
22# configuration (set by configure)
23#
24# check: build and run all self-tests
25#
26# clean: remove everything except what's required to build everything
27#
28# distclean: remove everything except what goes in the distribution
29#
Josh Coalson9f429ba2001-01-19 22:39:39 +000030
Josh Coalson72757922006-11-21 01:41:17 +000031AUTOMAKE_OPTIONS = foreign 1.7
Josh Coalson36b55272006-11-18 18:37:14 +000032
Josh Coalsonc25ba4e2007-07-07 04:16:49 +000033SUBDIRS = doc include m4 man src test build obj
Josh Coalson9f429ba2001-01-19 22:39:39 +000034
35DISTCLEANFILES = libtool-disable-static
36
uid38180b4bc14b2002-09-09 20:53:08 +000037EXTRA_DIST = \
Josh Coalson0342d382002-06-10 18:27:05 +000038 COPYING.FDL \
39 COPYING.GPL \
40 COPYING.LGPL \
Josh Coalson334defd2004-07-31 22:56:34 +000041 COPYING.Xiph \
Josh Coalsondb404d32002-10-16 22:04:23 +000042 FLAC.dsw \
Josh Coalsoneec4fa72007-07-11 04:15:26 +000043 FLAC.sln \
Josh Coalsoncd443f62002-07-09 06:27:07 +000044 Makefile.lite \
Josh Coalsonbfc8e312002-11-21 09:00:25 +000045 all.dsp \
46 all_dynamic.dsp \
47 all_static.dsp \
Josh Coalson0342d382002-06-10 18:27:05 +000048 autogen.sh \
Josh Coalsone29fb7c2002-10-23 22:07:52 +000049 config.rpath \
Josh Coalsonb2cc54a2002-06-28 19:26:15 +000050 depcomp \
Josh Coalsondad786b2002-09-11 19:16:20 +000051 ltmain.sh \
Josh Coalsonc2570652004-07-29 06:43:23 +000052 strip_non_asm_libtool_args.sh