Blame src/test_grabbag/cuesheet/Makefile.am

Packit Service 065837
#  test_cuesheet - Simple tester for cuesheet routines in grabbag
Packit Service 065837
#  Copyright (C) 2002-2009  Josh Coalson
Packit Service 065837
#  Copyright (C) 2011-2016  Xiph.Org Foundation
Packit Service 065837
#
Packit Service 065837
#  This program is free software; you can redistribute it and/or
Packit Service 065837
#  modify it under the terms of the GNU General Public License
Packit Service 065837
#  as published by the Free Software Foundation; either version 2
Packit Service 065837
#  of the License, or (at your option) any later version.
Packit Service 065837
#
Packit Service 065837
#  This program is distributed in the hope that it will be useful,
Packit Service 065837
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 065837
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 065837
#  GNU General Public License for more details.
Packit Service 065837
#
Packit Service 065837
#  You should have received a copy of the GNU General Public License along
Packit Service 065837
#  with this program; if not, write to the Free Software Foundation, Inc.,
Packit Service 065837
#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Packit Service 065837
Packit Service 065837
EXTRA_DIST = \
Packit Service 065837
	Makefile.lite \
Packit Service 065837
	test_cuesheet.vcproj \
Packit Service 065837
	test_cuesheet.vcxproj \
Packit Service 065837
	test_cuesheet.vcxproj.filters
Packit Service 065837
Packit Service 065837
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
Packit Service 065837
noinst_PROGRAMS = test_cuesheet
Packit Service 065837
test_cuesheet_SOURCES = \
Packit Service 065837
	main.c
Packit Service 065837
test_cuesheet_LDADD = \
Packit Service 065837
	$(top_builddir)/src/share/grabbag/libgrabbag.la \
Packit Service 065837
	$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
Packit Service 065837
	$(top_builddir)/src/libFLAC/libFLAC.la
Packit Service 065837
Packit Service 065837
CLEANFILES = test_cuesheet.exe