X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=29f81a4e8c8cbbc0c7300e0de1598bcf0088ebe1;hb=d7a56a28dd7059f1c33560072360295fb4f49964;hp=d38fa567000da2e260d1975b7de6ea9627432d1e;hpb=e8a7601a4b79ba208b5b72c3c928f0b0792b3c82;p=platform%2Fupstream%2Fflac.git diff --git a/Makefile.am b/Makefile.am index d38fa56..29f81a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003 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,23 +28,24 @@ # distclean: remove everything except what goes in the distribution # -SUBDIRS = doc include man src test build flac.pbproj obj +ACLOCAL_AMFLAGS = -I m4 -DISTCLEANFILES = libtool-disable-static +SUBDIRS = doc include m4 man src examples test build objs EXTRA_DIST = \ COPYING.FDL \ COPYING.GPL \ COPYING.LGPL \ - FLAC.dsw \ + COPYING.Xiph \ + FLAC.sln \ Makefile.lite \ - all.dsp \ - all_dynamic.dsp \ - all_static.dsp \ autogen.sh \ config.rpath \ depcomp \ ltmain.sh \ - strip_fPIC.sh + strip_non_asm_libtool_args.sh -AUTOMAKE_OPTIONS = foreign +fullcheck: + (cd test && make fullcheck) + +CLEANFILES = *~