X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=451921daa336c9da26c6bb5c1782d75ddf4e8c8f;hb=refs%2Fheads%2Ftizen_3.0.2015.q1_common;hp=c57189da686a11e67506232cfcb3d3de01d3337f;hpb=e7fb2153b33c73e3bf9f720bce073d4a881fca13;p=platform%2Fupstream%2Fflac.git diff --git a/Makefile.am b/Makefile.am index c57189d..451921d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,9 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson +# Copyright (C) 2001-2009 Josh Coalson +# Copyright (C) 2011-2013 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several -# components distributed under difference licenses. The codec libraries +# components distributed under different licenses. The codec libraries # are distributed under Xiph.Org's BSD-like license (see the file # COPYING.Xiph in this distribution). All other programs, libraries, and # plugins are distributed under the GPL (see COPYING.GPL). The documentation @@ -28,28 +29,24 @@ # distclean: remove everything except what goes in the distribution # -AUTOMAKE_OPTIONS = foreign 1.7 +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = doc include m4 man src examples test build obj - -DISTCLEANFILES = libtool-disable-static +SUBDIRS = doc include m4 man src examples test build objs EXTRA_DIST = \ COPYING.FDL \ COPYING.GPL \ COPYING.LGPL \ COPYING.Xiph \ - FLAC.dsw \ FLAC.sln \ Makefile.lite \ - all.dsp \ - all_dynamic.dsp \ - all_static.dsp \ autogen.sh \ config.rpath \ depcomp \ ltmain.sh \ strip_non_asm_libtool_args.sh -fastcheck: - (cd test && make fastcheck) +fullcheck: + (cd test && make fullcheck) + +CLEANFILES = *~