2009-08-04 15:13:11 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
2012-09-13 23:05:45 +00:00
|
|
|
SUBDIRS = ges tests tools common m4 pkgconfig docs bindings
|
2009-08-04 15:13:11 +00:00
|
|
|
|
2009-09-10 14:22:00 +00:00
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
2009-08-04 15:13:11 +00:00
|
|
|
|
|
|
|
# include before EXTRA_DIST for win32 assignment
|
2009-08-07 15:09:59 +00:00
|
|
|
#include $(top_srcdir)/common/win32.mak
|
2009-08-04 15:13:11 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2009-08-04 15:16:31 +00:00
|
|
|
gst-editing-services.spec depcomp \
|
|
|
|
AUTHORS COPYING NEWS README RELEASE \
|
2011-01-20 21:04:06 +00:00
|
|
|
ChangeLog autogen.sh
|
2009-08-04 15:13:11 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = _stdint.h
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
include $(top_srcdir)/common/po.mak
|
|
|
|
|
2011-03-25 09:01:45 +00:00
|
|
|
include $(top_srcdir)/common/coverage/lcov.mak
|
|
|
|
|
2009-08-04 15:13:11 +00:00
|
|
|
check-valgrind:
|
2014-10-26 20:23:26 +00:00
|
|
|
$(MAKE) -C tests/check check-valgrind
|
2009-08-04 15:13:11 +00:00
|
|
|
|
2013-04-25 22:03:21 +00:00
|
|
|
# Test actual high-level functionnality.
|
|
|
|
check-integration:
|
2014-10-26 20:23:26 +00:00
|
|
|
$(MAKE) -C tests/check check-integration
|
2013-04-25 22:03:21 +00:00
|
|
|
|
2009-08-04 15:13:11 +00:00
|
|
|
if HAVE_GST_CHECK
|
|
|
|
check-torture:
|
2014-10-26 20:23:26 +00:00
|
|
|
$(MAKE) -C tests/check torture
|
2014-08-01 08:44:57 +00:00
|
|
|
build-checks:
|
2014-10-26 20:23:26 +00:00
|
|
|
$(MAKE) -C tests/check build-checks
|
2009-08-04 15:13:11 +00:00
|
|
|
else
|
|
|
|
check-torture:
|
|
|
|
true
|
2014-08-01 08:44:57 +00:00
|
|
|
build-checks:
|
|
|
|
true
|
2009-08-04 15:13:11 +00:00
|
|
|
endif
|
|
|
|
|
2010-03-12 16:08:00 +00:00
|
|
|
# cruft: plugins that have been merged or moved or renamed
|
|
|
|
CRUFT_FILES = \
|
|
|
|
$(top_builddir)/common/shave \
|
|
|
|
$(top_builddir)/common/shave-libtool
|
2009-08-04 15:13:11 +00:00
|
|
|
|
2010-03-12 16:08:00 +00:00
|
|
|
include $(top_srcdir)/common/cruft.mak
|
|
|
|
|
2011-03-25 09:01:45 +00:00
|
|
|
all-local: check-cruft
|