• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/flac-to-flac-metadata-test-files/
1#  FLAC - Free Lossless Audio Codec
2#  Copyright (C) 2006,2007  Josh Coalson
3#
4#  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.
12#
13#  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.
17
18EXTRA_DIST = \
19	case00a-expect.meta \
20	case01a-expect.meta \
21	case01b-expect.meta \
22	case01c-expect.meta \
23	case01d-expect.meta \
24	case01e-expect.meta \
25	case02a-expect.meta \
26	case02b-expect.meta \
27	case02c-expect.meta \
28	case03a-expect.meta \
29	case03b-expect.meta \
30	case03c-expect.meta \
31	case04a-expect.meta \
32	case04b-expect.meta \
33	case04c-expect.meta \
34	case04d-expect.meta \
35	case04e-expect.meta \
36	input-SCPAP.flac \
37	input-SCVA.flac \
38	input-SCVAUP.flac \
39	input-SCVPAP.flac \
40	input-SVAUP.flac \
41	input-VA.flac \
42	input0.cue
43
44clean-local:
45	-rm -f out.*
46