2013-09-14 03:49:42 +08:00
|
|
|
noinst_LTLIBRARIES =
|
2013-09-16 03:23:10 +08:00
|
|
|
noinst_HEADERS =
|
2013-09-28 22:37:32 +08:00
|
|
|
check_PROGRAMS =
|
2014-09-27 16:45:07 +08:00
|
|
|
EXTRA_DIST =
|
2013-09-16 04:20:24 +08:00
|
|
|
|
2008-04-29 04:04:33 +08:00
|
|
|
EXTRA_SUBDIRS = \
|
2010-01-10 18:34:38 +08:00
|
|
|
stream_out \
|
2014-08-29 15:09:33 +08:00
|
|
|
hw/mmal
|
2008-05-11 01:16:58 +08:00
|
|
|
|
2015-02-12 00:21:23 +08:00
|
|
|
SUBDIRS = .
|
|
|
|
DIST_SUBDIRS = . $(EXTRA_SUBDIRS)
|
2008-04-29 04:04:33 +08:00
|
|
|
if ENABLE_SOUT
|
2015-02-12 00:28:45 +08:00
|
|
|
SUBDIRS += stream_out
|
2008-04-29 04:04:33 +08:00
|
|
|
endif
|
2014-08-29 15:09:33 +08:00
|
|
|
if HAVE_MMAL
|
|
|
|
SUBDIRS += hw/mmal
|
|
|
|
endif
|
2008-04-29 04:04:33 +08:00
|
|
|
|
2013-09-28 22:37:32 +08:00
|
|
|
TESTS =
|
|
|
|
|
2013-08-01 23:02:52 +08:00
|
|
|
dist_noinst_SCRIPTS = genmf list.sh module.rc.in
|
2013-09-22 02:01:42 +08:00
|
|
|
dist_noinst_DATA = MODULES_LIST
|
2014-10-02 00:52:32 +08:00
|
|
|
EXTRA_LTLIBRARIES =
|
2013-08-01 23:02:52 +08:00
|
|
|
|
2013-09-16 00:54:25 +08:00
|
|
|
include common.am
|
|
|
|
include access/Makefile.am
|
2013-09-28 22:37:32 +08:00
|
|
|
include access/rtp/Makefile.am
|
2013-09-28 20:55:22 +08:00
|
|
|
include arm_neon/Makefile.am
|
2015-02-10 03:08:41 +08:00
|
|
|
include audio_filter/Makefile.am
|
2013-09-28 20:58:11 +08:00
|
|
|
include audio_mixer/Makefile.am
|
2013-09-22 21:15:14 +08:00
|
|
|
include audio_output/Makefile.am
|
2013-09-16 03:23:10 +08:00
|
|
|
include codec/Makefile.am
|
2015-02-11 00:15:33 +08:00
|
|
|
include control/Makefile.am
|
2013-09-16 04:20:24 +08:00
|
|
|
include demux/Makefile.am
|
2015-02-12 00:10:34 +08:00
|
|
|
include gui/Makefile.am
|
2013-09-28 21:15:58 +08:00
|
|
|
include hw/vdpau/Makefile.am
|
2015-02-08 17:54:10 +08:00
|
|
|
include logger/Makefile.am
|
2013-09-28 21:03:13 +08:00
|
|
|
include lua/Makefile.am
|
2013-09-16 04:55:34 +08:00
|
|
|
include meta_engine/Makefile.am
|
2014-10-06 23:39:33 +08:00
|
|
|
include misc/Makefile.am
|
2013-09-28 21:04:54 +08:00
|
|
|
include notify/Makefile.am
|
2015-02-10 02:18:54 +08:00
|
|
|
include packetizer/Makefile.am
|
2013-09-22 21:38:22 +08:00
|
|
|
include services_discovery/Makefile.am
|
2013-09-28 21:06:40 +08:00
|
|
|
include stream_filter/Makefile.am
|
2015-02-10 02:40:46 +08:00
|
|
|
include text_renderer/Makefile.am
|
2013-09-28 21:13:48 +08:00
|
|
|
include video_chroma/Makefile.am
|
2015-02-11 00:46:50 +08:00
|
|
|
include video_filter/Makefile.am
|
2013-09-28 21:14:44 +08:00
|
|
|
include video_splitter/Makefile.am
|
2014-10-02 01:27:52 +08:00
|
|
|
include video_output/Makefile.am
|
2015-02-12 00:21:23 +08:00
|
|
|
include visualization/Makefile.am
|
2015-02-11 05:47:58 +08:00
|
|
|
if ENABLE_SOUT
|
2015-02-12 00:28:45 +08:00
|
|
|
include access_output/Makefile.am
|
2015-02-11 05:47:58 +08:00
|
|
|
include mux/Makefile.am
|
|
|
|
endif
|
2013-09-16 04:20:24 +08:00
|
|
|
|
|
|
|
BUILT_SOURCES += dummy.cpp
|
|
|
|
|
|
|
|
dummy.cpp:
|
|
|
|
touch dummy.cpp
|
2013-09-16 00:54:25 +08:00
|
|
|
|
2013-08-01 23:02:52 +08:00
|
|
|
if HAVE_WIN32
|
2013-09-16 23:53:55 +08:00
|
|
|
BUILT_SOURCES += module.rc.lo
|
|
|
|
CLEANFILES += module.rc
|
|
|
|
#noinst_DATA = module.rc.lo
|
|
|
|
|
|
|
|
module.rc: module.rc.in $(top_builddir)/config.status
|
2013-08-01 23:02:52 +08:00
|
|
|
$(AM_V_GEN) cd "$(top_builddir)" && $(SHELL) ./config.status --file="modules/$@"
|
2013-09-16 23:53:55 +08:00
|
|
|
|
|
|
|
module.rc.lo: module.rc
|
|
|
|
$(AM_V_GEN) $(LIBTOOL) --tag=RC --mode=compile $(WINDRES) \
|
|
|
|
--include-dir $(top_srcdir)/share \
|
|
|
|
--include-dir $(top_srcdir)/extras/package/win32 \
|
|
|
|
-i $< -o $@
|
|
|
|
echo HELLO
|
2013-08-01 23:02:52 +08:00
|
|
|
endif
|
2014-09-27 16:45:07 +08:00
|
|
|
|
|
|
|
# Wayland
|
|
|
|
SUFFIXES += -client-protocol.h -protocol.c .xml
|
|
|
|
|
|
|
|
.xml-client-protocol.h:
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < "$^" > "$@.tmp"
|
|
|
|
$(AM_V_at)mv -f -- "$@.tmp" "$@"
|
|
|
|
|
|
|
|
.xml-protocol.c:
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) code < "$^" > "$@.tmp"
|
|
|
|
$(AM_V_at)mv -f -- "$@.tmp" "$@"
|