Blame src/test_streams/Makefile.am

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