2013-07-09 19:08:30 +00:00
|
|
|
public_headers = \
|
|
|
|
qa.h
|
|
|
|
|
|
|
|
c_sources = \
|
|
|
|
gst-qa-runner.c \
|
2013-07-10 17:03:49 +00:00
|
|
|
gst-qa-monitor.c \
|
2013-07-09 20:38:47 +00:00
|
|
|
gst-qa-element-monitor.c \
|
2013-07-09 22:20:55 +00:00
|
|
|
gst-qa-bin-monitor.c \
|
2013-07-09 20:38:47 +00:00
|
|
|
gst-qa-pad-monitor.c \
|
2013-07-12 04:23:48 +00:00
|
|
|
gst-qa-monitor-factory.c \
|
2013-07-12 05:10:06 +00:00
|
|
|
gst-qa-report.c \
|
2013-07-12 04:23:48 +00:00
|
|
|
gst-qa-monitor-preload.c
|
2013-07-09 19:08:30 +00:00
|
|
|
|
|
|
|
noinst_HEADERS =
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = \
|
|
|
|
libgstqa-@GST_API_VERSION@.la
|
|
|
|
|
|
|
|
libgstqa_@GST_API_VERSION@_la_SOURCES = \
|
|
|
|
$(c_sources)
|
|
|
|
|
|
|
|
libgstqa_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libgstqa_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
|
|
|
libgstqa_@GST_API_VERSION@_la_LIBADD = \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS)
|
|
|
|
|
|
|
|
libgstqa_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/qa
|
|
|
|
libgstqa_@GST_API_VERSION@include_HEADERS = $(public_headers)
|
|
|
|
|
|
|
|
bin_PROGRAMS = gst-qa-@GST_API_VERSION@
|
|
|
|
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS)
|
|
|
|
LDADD = $(top_builddir)/gst/qa/libgstqa-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS)
|
|
|
|
|
|
|
|
gst_qa_@GST_API_VERSION@_SOURCES = gst-qa.c
|
|
|
|
|
|
|
|
CLEANFILES =
|