2005-09-04 11:50:47 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
2005-09-01 20:23:22 +00:00
|
|
|
ALWAYS_SUBDIRS = \
|
|
|
|
gst sys ext \
|
2005-11-30 18:40:19 +00:00
|
|
|
tests \
|
2005-10-12 03:03:27 +00:00
|
|
|
docs \
|
2005-09-01 20:23:22 +00:00
|
|
|
po \
|
2006-04-03 09:02:29 +00:00
|
|
|
common \
|
|
|
|
m4 \
|
|
|
|
pkgconfig
|
2005-09-01 20:23:22 +00:00
|
|
|
|
2011-06-15 13:37:29 +00:00
|
|
|
SUBDIRS = $(ALWAYS_SUBDIRS)
|
2004-12-24 13:09:48 +00:00
|
|
|
|
2011-06-15 13:37:29 +00:00
|
|
|
DIST_SUBDIRS = $(ALWAYS_SUBDIRS)
|
2006-05-03 14:28:57 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
EXTRA_DIST = \
|
2016-12-14 09:54:11 +00:00
|
|
|
depcomp \
|
2005-08-30 17:32:12 +00:00
|
|
|
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
2017-02-14 19:53:30 +00:00
|
|
|
ChangeLog gst-plugins-good.doap autogen.sh \
|
|
|
|
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
2017-05-21 16:45:34 +00:00
|
|
|
meson_options.txt
|
2002-08-09 20:56:56 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DISTCLEANFILES = _stdint.h
|
2004-02-03 02:40:15 +00:00
|
|
|
|
2005-08-30 19:41:12 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gst-libs/gst/gettext.h \
|
2011-12-12 10:38:20 +00:00
|
|
|
gst-libs/gst/gst-i18n-plugin.h \
|
2011-12-12 02:30:45 +00:00
|
|
|
gst-libs/gst/glib-compat-private.h
|
2005-08-30 19:41:12 +00:00
|
|
|
|
2005-11-27 14:33:31 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
|
2005-09-01 20:23:22 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|
2005-12-05 15:08:46 +00:00
|
|
|
include $(top_srcdir)/common/po.mak
|
2005-09-19 16:43:56 +00:00
|
|
|
|
|
|
|
check-valgrind:
|
2014-10-26 14:55:49 +00:00
|
|
|
$(MAKE) -C tests/check check-valgrind
|
2005-11-23 21:25:56 +00:00
|
|
|
|
2008-01-09 13:50:09 +00:00
|
|
|
if HAVE_GST_CHECK
|
2005-11-23 21:25:56 +00:00
|
|
|
check-torture:
|
2014-10-26 14:55:49 +00:00
|
|
|
$(MAKE) -C tests/check torture
|
2014-07-31 16:47:49 +00:00
|
|
|
build-checks:
|
2014-10-26 14:55:49 +00:00
|
|
|
$(MAKE) -C tests/check build-checks
|
2008-01-09 13:50:09 +00:00
|
|
|
else
|
|
|
|
check-torture:
|
|
|
|
true
|
2014-07-31 16:47:49 +00:00
|
|
|
build-checks:
|
|
|
|
true
|
2008-01-09 13:50:09 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/coverage/lcov.mak
|
|
|
|
|
2010-03-26 17:06:57 +00:00
|
|
|
# cruft: plugins that have been merged or moved or renamed
|
|
|
|
|
|
|
|
CRUFT_FILES = \
|
2016-12-14 09:54:11 +00:00
|
|
|
$(top_builddir)/gst-plugins-good.spec \
|
2016-11-20 16:15:07 +00:00
|
|
|
$(top_builddir)/win32/common/config.h-new \
|
2010-03-26 17:06:57 +00:00
|
|
|
$(top_builddir)/common/shave \
|
2010-04-18 08:17:52 +00:00
|
|
|
$(top_builddir)/common/shave-libtool \
|
2017-03-09 03:15:46 +00:00
|
|
|
$(top_builddir)/docs/plugins/xml/plugin-shout2send.xml \
|
2017-03-12 15:42:25 +00:00
|
|
|
$(top_builddir)/ext/pulse/.libs/libgstpulse.so \
|
|
|
|
$(top_builddir)/ext/soup/.libs/libgstsouphttpsrc.so \
|
2012-10-16 11:56:19 +00:00
|
|
|
$(top_builddir)/gst/median/.libs/*.{so,dll,DLL,dylib} \
|
2011-05-02 11:09:02 +00:00
|
|
|
$(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \
|
|
|
|
$(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \
|
2010-04-18 08:17:52 +00:00
|
|
|
$(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \
|
|
|
|
$(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
|
2017-03-12 15:42:25 +00:00
|
|
|
$(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} \
|
|
|
|
$(top_builddir)/sys/oss4/.libs/libgstoss4audio.so
|
2010-03-26 17:06:57 +00:00
|
|
|
|
2011-05-02 11:09:02 +00:00
|
|
|
CRUFT_DIRS = \
|
2015-06-09 12:42:27 +00:00
|
|
|
$(top_srcdir)/docs/plugins/tmpl \
|
2012-10-16 11:56:19 +00:00
|
|
|
$(top_srcdir)/gst/median \
|
2011-05-02 11:09:02 +00:00
|
|
|
$(top_srcdir)/gst/qtdemux \
|
2012-09-17 11:23:36 +00:00
|
|
|
$(top_srcdir)/gst/quicktime \
|
2017-03-14 20:42:25 +00:00
|
|
|
$(top_srcdir)/ext/annodex \
|
|
|
|
$(top_srcdir)/tests/examples/pulse
|
2011-05-02 11:09:02 +00:00
|
|
|
|
2010-03-26 17:06:57 +00:00
|
|
|
include $(top_srcdir)/common/cruft.mak
|
|
|
|
|
|
|
|
all-local: check-cruft
|