1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-12-04 14:46:31 -05:00
ezstream/src/Makefile.am

45 lines
871 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
noinst_LTLIBRARIES = libezstream.la
2015-04-16 08:27:39 -04:00
noinst_HEADERS = \
2015-04-15 17:17:20 -04:00
attributes.h \
2015-04-16 08:27:39 -04:00
cfg.h \
cfg_decoder.h \
cfg_encoder.h \
cfg_private.h \
cfg_xmlfile.h \
cmdline.h \
2015-04-16 08:27:39 -04:00
ezstream.h \
2015-04-16 13:22:58 -04:00
log.h \
2015-04-16 08:27:39 -04:00
metadata.h \
playlist.h \
util.h \
xalloc.h
libezstream_la_SOURCES = \
2015-04-16 08:27:39 -04:00
cfg.c \
cfg_decoder.c \
cfg_encoder.c \
cfg_xmlfile.c \
cmdline.c \
2015-04-16 13:22:58 -04:00
log.c \
metadata.c \
playlist.c \
util.c \
xalloc.c
libezstream_la_DEPENDENCIES =
libezstream_la_LIBADD = @LIBOBJS@ @EZ_LIBS@ \
$(libezstream_la_DEPENDENCIES)
bin_SCRIPTS = ezstream-file.sh
bin_PROGRAMS = ezstream
ezstream_SOURCES = ezstream.c
ezstream_DEPENDENCIES = libezstream.la
ezstream_LDADD = $(ezstream_DEPENDENCIES)
2015-02-27 09:17:24 -05:00
AM_CPPFLAGS = @EZ_CPPFLAGS@ -I$(top_srcdir)/compat
AM_CFLAGS = @EZ_CFLAGS@
AM_LDFLAGS = @EZ_LDFLAGS@ -avoid-version
CLEANFILES = core *.core *~ .*~