2015-05-06 17:45:52 -04:00
|
|
|
AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
|
|
|
|
|
|
|
|
TESTS = \
|
2015-05-21 18:40:21 -04:00
|
|
|
check_cfg \
|
2015-05-24 05:29:42 -04:00
|
|
|
check_cfg_xmlfile \
|
2015-05-24 14:57:27 -04:00
|
|
|
check_cmdline \
|
2015-05-24 07:20:26 -04:00
|
|
|
check_log \
|
2015-05-26 08:31:43 -04:00
|
|
|
check_playlist \
|
2015-06-15 02:04:57 -04:00
|
|
|
check_stream \
|
2015-05-24 07:20:26 -04:00
|
|
|
check_xalloc
|
2015-05-06 17:45:52 -04:00
|
|
|
check_PROGRAMS = $(TESTS)
|
|
|
|
|
|
|
|
check_cfg_SOURCES = \
|
|
|
|
check_cfg.c
|
|
|
|
check_cfg_DEPENDENCIES = $(top_builddir)/src/libezstream.la
|
|
|
|
check_cfg_LDADD = $(check_cfg_DEPENDENCIES) @CHECK_LIBS@
|
|
|
|
|
2015-05-21 18:40:21 -04:00
|
|
|
check_cfg_xmlfile_SOURCES = \
|
|
|
|
check_cfg_xmlfile.c
|
|
|
|
check_cfg_xmlfile_DEPENDENCIES = $(top_builddir)/src/libezstream.la
|
|
|
|
check_cfg_xmlfile_LDADD = $(check_cfg_xmlfile_DEPENDENCIES) @CHECK_LIBS@
|
|
|
|
|
2015-05-24 14:57:27 -04:00
|
|
|
check_cmdline_SOURCES = \
|
|
|
|
check_cmdline.c
|
|
|
|
check_cmdline_DEPENDENCIES = $(top_builddir)/src/libezstream.la
|
|
|
|
check_cmdline_LDADD = $(check_cmdline_DEPENDENCIES) @CHECK_LIBS@
|
|
|
|
|
2015-05-24 05:29:42 -04:00
|
|
|
check_log_SOURCES = \
|
|
|
|
check_log.c
|
|
|
|
check_log_DEPENDENCIES = $(top_builddir)/src/libezstream.la
|
2015-05-24 07:20:26 -04:00
|
|
|
check_log_LDADD = $(check_log_DEPENDENCIES) @CHECK_LIBS@
|
|
|
|
|
2015-05-26 08:31:43 -04:00
|
|
|
check_playlist_SOURCES = \
|
|
|
|
check_playlist.c
|
|
|
|
check_playlist_DEPENDENCIES = $(top_builddir)/src/libezstream.la
|
|
|
|
check_playlist_LDADD = $(check_playlist_DEPENDENCIES) @CHECK_LIBS@
|
|
|
|
|
2015-06-15 02:04:57 -04:00
|
|
|
check_stream_SOURCES = \
|
|
|
|
check_stream.c
|
|
|
|
check_stream_DEPENDENCIES = $(top_builddir)/src/libezstream.la
|
|
|
|
check_stream_LDADD = $(check_stream_DEPENDENCIES) @CHECK_LIBS@
|
|
|
|
|
2015-05-24 07:20:26 -04:00
|
|
|
check_xalloc_SOURCES = \
|
|
|
|
check_xalloc.c
|
|
|
|
check_xalloc_DEPENDENCIES = $(top_builddir)/src/libezstream.la
|
|
|
|
check_xalloc_LDADD = $(check_xalloc_DEPENDENCIES) @CHECK_LIBS@
|
2015-05-24 05:29:42 -04:00
|
|
|
|
2015-05-06 17:45:52 -04:00
|
|
|
AM_CPPFLAGS = @EZ_CPPFLAGS@ \
|
|
|
|
-I$(top_srcdir)/compat \
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
-I$(top_builddir)/src
|
2015-05-21 18:40:21 -04:00
|
|
|
AM_CFLAGS = @EZ_CFLAGS@ @CHECK_CFLAGS@ \
|
|
|
|
-DSRCDIR="\"$(srcdir)\"" \
|
|
|
|
-DEXAMPLESDIR="\"$(top_srcdir)/examples\""
|
2015-05-06 17:45:52 -04:00
|
|
|
AM_LDFLAGS = @EZ_LDFLAGS@
|
|
|
|
|
2015-05-14 18:47:47 -04:00
|
|
|
EXTRA_DIST = \
|
2015-05-28 08:10:42 -04:00
|
|
|
bad-executable.sh \
|
2015-05-14 18:47:47 -04:00
|
|
|
config-bad.xml \
|
|
|
|
config-bad2.xml \
|
|
|
|
config-bad3.xml \
|
2015-05-26 08:15:11 -04:00
|
|
|
config-bad4.xml \
|
2015-05-30 15:52:42 -04:00
|
|
|
play-bad.sh \
|
|
|
|
play-bad2.sh \
|
|
|
|
play-bad3.sh \
|
|
|
|
playlist-bad.txt \
|
2015-06-01 09:25:59 -04:00
|
|
|
playlist-bad2.txt \
|
2015-05-26 08:15:11 -04:00
|
|
|
playlist.txt
|
2015-05-14 18:47:47 -04:00
|
|
|
|
2015-05-12 06:06:49 -04:00
|
|
|
CLEANFILES = *~ *.core core *.gcno *.gcda
|