blob: 7e68e959e5b98392c128811d6f6e0aadad1aeadc [file] [log] [blame]
Josh Coalson6b05bc52001-06-08 00:13:21 +00001# FLAC - Free Lossless Audio Codec
Josh Coalson95643902004-01-17 04:14:43 +00002# Copyright (C) 2001,2002,2003,2004 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
uid38180b4bc14b2002-09-09 20:53:08 +000031SUBDIRS = doc include man src test build flac.pbproj obj
Josh Coalson9f429ba2001-01-19 22:39:39 +000032
33DISTCLEANFILES = libtool-disable-static
34
uid38180b4bc14b2002-09-09 20:53:08 +000035EXTRA_DIST = \
Josh Coalson0342d382002-06-10 18:27:05 +000036 COPYING.FDL \
37 COPYING.GPL \
38 COPYING.LGPL \
Josh Coalsondb404d32002-10-16 22:04:23 +000039 FLAC.dsw \
Josh Coalsoncd443f62002-07-09 06:27:07 +000040 Makefile.lite \
Josh Coalsonbfc8e312002-11-21 09:00:25 +000041 all.dsp \
42 all_dynamic.dsp \
43 all_static.dsp \
Josh Coalson0342d382002-06-10 18:27:05 +000044 autogen.sh \
Josh Coalsone29fb7c2002-10-23 22:07:52 +000045 config.rpath \
Josh Coalsonb2cc54a2002-06-28 19:26:15 +000046 depcomp \
Josh Coalsondad786b2002-09-11 19:16:20 +000047 ltmain.sh \
Josh Coalsonc2570652004-07-29 06:43:23 +000048 strip_non_asm_libtool_args.sh
Josh Coalson0342d382002-06-10 18:27:05 +000049
Josh Coalson9f429ba2001-01-19 22:39:39 +000050AUTOMAKE_OPTIONS = foreign