X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=29f81a4e8c8cbbc0c7300e0de1598bcf0088ebe1;hb=608e246f5215a96756616b5f23e82d588e2f29b9;hp=438922fec1fa2ed18fb18778124052921f14d380;hpb=36b5527bf2f42faf131c2a37d614a83220ca8d16;p=platform%2Fupstream%2Fflac.git diff --git a/Makefile.am b/Makefile.am index 438922f..29f81a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson # # This file is part the FLAC project. FLAC is comprised of several # components distributed under difference licenses. The codec libraries @@ -28,26 +28,24 @@ # distclean: remove everything except what goes in the distribution # -AUTOMAKE_OPTIONS = 1.7 +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = doc include man src test build flac.pbproj 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 -AUTOMAKE_OPTIONS = foreign +fullcheck: + (cd test && make fullcheck) + +CLEANFILES = *~