2015-04-15 17:57:43 +00:00
|
|
|
SUBDIRS = common gi plugin testsuite
|
2013-08-24 03:08:27 +00:00
|
|
|
|
|
|
|
# Examples and testsuite need to be ported to 1.0
|
|
|
|
#examples testsuite
|
2007-07-27 11:47:16 +00:00
|
|
|
|
2010-05-28 09:32:28 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
2007-02-16 02:39:56 +00:00
|
|
|
|
2004-06-21 10:18:08 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|
2005-07-01 10:47:25 +00:00
|
|
|
|
2013-08-24 03:08:27 +00:00
|
|
|
# Examples and testsuite need to be ported to 1.0
|
|
|
|
# check-valgrind:
|
|
|
|
# cd testsuite/ && make check-valgrind
|
2005-11-23 21:28:24 +00:00
|
|
|
|
|
|
|
check-torture:
|
|
|
|
@true
|
2006-07-03 13:32:08 +00:00
|
|
|
|
2012-07-30 20:24:10 +00:00
|
|
|
#include $(top_srcdir)/common/coverage/lcov.mak
|
2010-05-28 09:32:28 +00:00
|
|
|
|
|
|
|
CRUFT_FILES = \
|
|
|
|
$(top_builddir)/common/shave \
|
|
|
|
$(top_builddir)/common/shave-libtool \
|
|
|
|
$(top_builddir)/common/m4/libtool.m4 \
|
|
|
|
$(top_builddir)/common/m4/ltoptions.m4 \
|
|
|
|
$(top_builddir)/common/m4/ltsugar.m4 \
|
|
|
|
$(top_builddir)/common/m4/ltversion.m4 \
|
|
|
|
$(top_builddir)/common/m4/lt~obsolete.m4
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/cruft.mak
|
|
|
|
|
|
|
|
all-local: check-cruft
|
2018-01-23 17:32:18 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2018-04-03 12:28:16 +00:00
|
|
|
configure.ac autogen.sh depcomp \
|
|
|
|
RELEASE gst-python.doap \
|
2018-01-23 17:32:18 +00:00
|
|
|
meson.build \
|
|
|
|
meson_options.txt \
|
2018-02-18 15:00:48 +00:00
|
|
|
pygst.py.in \
|
|
|
|
examples/plugins/python/sinkelement.py \
|
|
|
|
examples/plugins/python/identity.py \
|
|
|
|
examples/helloworld.py
|