Blame Makefile.am

Packit 8f7830
#  FLAC - Free Lossless Audio Codec
Packit 8f7830
#  Copyright (C) 2001-2009  Josh Coalson
Packit 8f7830
#  Copyright (C) 2011-2016  Xiph.Org Foundation
Packit 8f7830
#
Packit 8f7830
#  This file is part the FLAC project.  FLAC is comprised of several
Packit 8f7830
#  components distributed under different licenses.  The codec libraries
Packit 8f7830
#  are distributed under Xiph.Org's BSD-like license (see the file
Packit 8f7830
#  COPYING.Xiph in this distribution).  All other programs, libraries, and
Packit 8f7830
#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
Packit 8f7830
#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
Packit 8f7830
#  FLAC distribution contains at the top the terms under which it may be
Packit 8f7830
#  distributed.
Packit 8f7830
#
Packit 8f7830
#  Since this particular file is relevant to all components of FLAC,
Packit 8f7830
#  it may be distributed under the Xiph.Org license, which is the least
Packit 8f7830
#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
Packit 8f7830
#  distribution.
Packit 8f7830
Packit 8f7830
#
Packit 8f7830
# automake provides the following useful targets:
Packit 8f7830
#
Packit 8f7830
# all: build all programs and libraries using the current
Packit 8f7830
# configuration (set by configure)
Packit 8f7830
#
Packit 8f7830
# check: build and run all self-tests
Packit 8f7830
#
Packit 8f7830
# clean: remove everything except what's required to build everything
Packit 8f7830
#
Packit 8f7830
# distclean: remove everything except what goes in the distribution
Packit 8f7830
#
Packit 8f7830
Packit 8f7830
ACLOCAL_AMFLAGS = -I m4
Packit 8f7830
Packit 8f7830
SUBDIRS = doc include m4 man src examples test build objs microbench
Packit 8f7830
Packit 8f7830
EXTRA_DIST = \
Packit 8f7830
	COPYING.FDL \
Packit 8f7830
	COPYING.GPL \
Packit 8f7830
	COPYING.LGPL \
Packit 8f7830
	COPYING.Xiph \
Packit 8f7830
	FLAC.sln \
Packit 8f7830
	FLAC-vs2005.sln \
Packit 8f7830
	Makefile.lite \
Packit 8f7830
	Makefile.deps \
Packit 8f7830
	autogen.sh \
Packit 8f7830
	config.rpath \
Packit 8f7830
	depcomp \
Packit 8f7830
	ltmain.sh \
Packit 8f7830
	strip_non_asm_libtool_args.sh
Packit 8f7830
Packit 8f7830
CLEANFILES = *~