blob: c5f5df7fedad09daee9971e8e80215515c5628da [file] [log] [blame]
Josh Coalson6b05bc52001-06-08 00:13:21 +00001# test_streams - Simple test pattern generator
Erik de Castro Lopob1982fb2013-05-25 17:11:19 +10002# Copyright (C) 2000-2009 Josh Coalson
Erik de Castro Lopo6a5fe432016-12-05 06:35:39 +11003# Copyright (C) 2011-2016 Xiph.Org Foundation
Josh Coalsoncd66fc02001-06-18 02:34:09 +00004#
Josh Coalson6b05bc52001-06-08 00:13:21 +00005# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License
7# as published by the Free Software Foundation; either version 2
8# of the License, or (at your option) any later version.
Josh Coalsoncd66fc02001-06-18 02:34:09 +00009#
Josh Coalson6b05bc52001-06-08 00:13:21 +000010# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
Josh Coalsoncd66fc02001-06-18 02:34:09 +000014#
Miroslav Lichvar6a1f59b2012-12-04 17:36:05 +010015# You should have received a copy of the GNU General Public License along
16# with this program; if not, write to the Free Software Foundation, Inc.,
17# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Josh Coalson6b05bc52001-06-08 00:13:21 +000018
Josh Coalsoncd443f62002-07-09 06:27:07 +000019EXTRA_DIST = \
20 Makefile.lite \
Erik de Castro Lopo31948292014-07-09 19:02:35 +100021 test_streams.vcproj \
22 test_streams.vcxproj \
23 test_streams.vcxproj.filters
Erik de Castro Lopo168c2582013-03-10 11:01:20 +110024
Cristian Rodríguez9b7cb222012-04-07 19:24:21 -030025AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
Josh Coalson9f429ba2001-01-19 22:39:39 +000026noinst_PROGRAMS = test_streams
27test_streams_SOURCES = \
28 main.c
Erik de Castro Lopo168c2582013-03-10 11:01:20 +110029
Erik de Castro Lopo89a0fe12016-02-02 09:19:58 +110030test_streams_LDADD = $(top_builddir)/src/share/grabbag/libgrabbag.la -lm
Erik de Castro Lopoe14a0872013-03-23 22:24:47 +110031
32CLEANFILES = test_streams.exe