You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
931 B
30 lines
931 B
spudir = $(pluginsdir)/spu
|
|
|
|
noinst_HEADERS += spu/common.h
|
|
|
|
# sub filters
|
|
libsubsdelay_plugin_la_SOURCES = spu/subsdelay.c
|
|
spu_LTLIBRARIES = libsubsdelay_plugin.la
|
|
|
|
# sub sources
|
|
libaudiobargraph_v_plugin_la_SOURCES = spu/audiobargraph_v.c
|
|
libaudiobargraph_v_plugin_la_LIBADD = $(LIBM)
|
|
liblogo_plugin_la_SOURCES = spu/logo.c
|
|
libmarq_plugin_la_SOURCES = spu/marq.c
|
|
libmosaic_plugin_la_SOURCES = spu/mosaic.c spu/mosaic.h
|
|
libmosaic_plugin_la_LIBADD = $(LIBM)
|
|
librss_plugin_la_SOURCES = spu/rss.c
|
|
|
|
spu_LTLIBRARIES += \
|
|
libaudiobargraph_v_plugin.la \
|
|
liblogo_plugin.la \
|
|
libmarq_plugin.la \
|
|
libmosaic_plugin.la \
|
|
librss_plugin.la
|
|
|
|
libdynamicoverlay_plugin_la_SOURCES = \
|
|
spu/dynamicoverlay/dynamicoverlay_buffer.c \
|
|
spu/dynamicoverlay/dynamicoverlay_queue.c \
|
|
spu/dynamicoverlay/dynamicoverlay_commands.c \
|
|
spu/dynamicoverlay/dynamicoverlay.c spu/dynamicoverlay/dynamicoverlay.h
|
|
spu_LTLIBRARIES += libdynamicoverlay_plugin.la
|
|
|