blob: 7afb0e2353bb52c6b5896e300c8751b0e3fcbbf8 [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 Coalsona2e49a92001-05-23 20:58:57 +000018if FLaC__HAS_XMMS
Josh Coalson9f429ba2001-01-19 22:39:39 +000019XMMS_DIRS = plugin_xmms
20endif
21
Josh Coalsonc49380d2002-08-07 17:38:08 +000022if FLaC__HAS_OGG
23OGGFLAC_DIRS = libOggFLAC libOggFLAC++
Josh Coalson1f99eac2002-08-23 06:45:23 +000024OGGFLAC_TEST_DIRS = test_libOggFLAC test_libOggFLAC++
Josh Coalsonc49380d2002-08-07 17:38:08 +000025endif
26
Josh Coalsoncd443f62002-07-09 06:27:07 +000027SUBDIRS = \
28 libFLAC \
29 libFLAC++ \
Josh Coalsonc49380d2002-08-07 17:38:08 +000030 $(OGGFLAC_DIRS) \
Josh Coalsoncd443f62002-07-09 06:27:07 +000031 share \
32 flac \
33 metaflac \
Josh Coalson1f99eac2002-08-23 06:45:23 +000034 monkeys_audio_utilities \
35 plugin_common \
Josh Coalsoncd443f62002-07-09 06:27:07 +000036 $(XMMS_DIRS) \
Josh Coalson1f99eac2002-08-23 06:45:23 +000037 plugin_winamp2 \
Josh Coalsondfdc8182002-11-22 06:25:16 +000038 test_grabbag \
Josh Coalsoncd443f62002-07-09 06:27:07 +000039 test_libFLAC \
40 test_libFLAC++ \
Josh Coalsonc49380d2002-08-07 17:38:08 +000041 $(OGGFLAC_TEST_DIRS) \
Josh Coalson94b54992004-09-21 05:41:23 +000042 test_seeking \
Josh Coalsoncd443f62002-07-09 06:27:07 +000043 test_streams
Josh Coalson244e6dc2002-10-16 23:38:24 +000044
45EXTRA_DIST = \
Josh Coalson630d22e2003-01-25 18:32:56 +000046 Makefile.lite