autogen.sh: replace this by a simple call to autoreconf
[platform/upstream/flac.git] / Makefile.am
index d38fa56..45a0260 100644 (file)
@@ -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,7 +28,9 @@
 # distclean: remove everything except what goes in the distribution
 #
 
-SUBDIRS = doc include man src test build flac.pbproj obj
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = doc include m4 man src examples test build obj
 
 DISTCLEANFILES = libtool-disable-static
 
@@ -36,7 +38,9 @@ EXTRA_DIST = \
        COPYING.FDL \
        COPYING.GPL \
        COPYING.LGPL \
+       COPYING.Xiph \
        FLAC.dsw \
+       FLAC.sln \
        Makefile.lite \
        all.dsp \
        all_dynamic.dsp \
@@ -45,6 +49,9 @@ EXTRA_DIST = \
        config.rpath \
        depcomp \
        ltmain.sh \
-       strip_fPIC.sh
+       strip_non_asm_libtool_args.sh
+
+fullcheck:
+       (cd test && make fullcheck)
 
-AUTOMAKE_OPTIONS = foreign
+CLEANFILES = *~