annotate src/flac-1.2.1/Makefile.am @ 1:05aa0afa9217
Bring in flac, ogg, vorbis
author |
Chris Cannam |
date |
Tue, 19 Mar 2013 17:37:49 +0000 |
parents |
|
children |
|
rev |
line source |
Chris@1
|
1 # FLAC - Free Lossless Audio Codec
|
Chris@1
|
2 # Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson
|
Chris@1
|
3 #
|
Chris@1
|
4 # This file is part the FLAC project. FLAC is comprised of several
|
Chris@1
|
5 # components distributed under difference licenses. The codec libraries
|
Chris@1
|
6 # are distributed under Xiph.Org's BSD-like license (see the file
|
Chris@1
|
7 # COPYING.Xiph in this distribution). All other programs, libraries, and
|
Chris@1
|
8 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
|
Chris@1
|
9 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
|
Chris@1
|
10 # FLAC distribution contains at the top the terms under which it may be
|
Chris@1
|
11 # distributed.
|
Chris@1
|
12 #
|
Chris@1
|
13 # Since this particular file is relevant to all components of FLAC,
|
Chris@1
|
14 # it may be distributed under the Xiph.Org license, which is the least
|
Chris@1
|
15 # restrictive of those mentioned above. See the file COPYING.Xiph in this
|
Chris@1
|
16 # distribution.
|
Chris@1
|
17
|
Chris@1
|
18 #
|
Chris@1
|
19 # automake provides the following useful targets:
|
Chris@1
|
20 #
|
Chris@1
|
21 # all: build all programs and libraries using the current
|
Chris@1
|
22 # configuration (set by configure)
|
Chris@1
|
23 #
|
Chris@1
|
24 # check: build and run all self-tests
|
Chris@1
|
25 #
|
Chris@1
|
26 # clean: remove everything except what's required to build everything
|
Chris@1
|
27 #
|
Chris@1
|
28 # distclean: remove everything except what goes in the distribution
|
Chris@1
|
29 #
|
Chris@1
|
30
|
Chris@1
|
31 AUTOMAKE_OPTIONS = foreign 1.7
|
Chris@1
|
32
|
Chris@1
|
33 SUBDIRS = doc include m4 man src examples test build obj
|
Chris@1
|
34
|
Chris@1
|
35 DISTCLEANFILES = libtool-disable-static
|
Chris@1
|
36
|
Chris@1
|
37 EXTRA_DIST = \
|
Chris@1
|
38 COPYING.FDL \
|
Chris@1
|
39 COPYING.GPL \
|
Chris@1
|
40 COPYING.LGPL \
|
Chris@1
|
41 COPYING.Xiph \
|
Chris@1
|
42 FLAC.dsw \
|
Chris@1
|
43 FLAC.sln \
|
Chris@1
|
44 Makefile.lite \
|
Chris@1
|
45 all.dsp \
|
Chris@1
|
46 all_dynamic.dsp \
|
Chris@1
|
47 all_static.dsp \
|
Chris@1
|
48 autogen.sh \
|
Chris@1
|
49 config.rpath \
|
Chris@1
|
50 depcomp \
|
Chris@1
|
51 ltmain.sh \
|
Chris@1
|
52 strip_non_asm_libtool_args.sh
|