Blame Makefile.am

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