gstreamer/Makefile.am

62 lines
1.3 KiB
Makefile
Raw Normal View History

DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --with-bash-completion-dir=no
2009-08-04 15:13:11 +00:00
if BUILD_EXAMPLES
EXAMPLES_SUBDIRS= examples
else
EXAMPLES_SUBDIRS=
endif
SUBDIRS = ges tests tools common m4 pkgconfig docs bindings plugins $(EXAMPLES_SUBDIRS)
2009-08-04 15:13:11 +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 \
2015-11-14 23:31:21 +00:00
ChangeLog autogen.sh gst-editing-services.doap
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
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
# Test actual high-level functionnality.
check-integration:
2014-10-26 20:23:26 +00:00
$(MAKE) -C tests/check check-integration
if ENABLE_BASH_COMPLETION
bashcompletiondir = $(BASH_COMPLETION_DIR)
dist_bashcompletion_DATA = data/completions/ges-launch-1.0
endif
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
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
build-checks:
true
2009-08-04 15:13:11 +00:00
endif
# 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
include $(top_srcdir)/common/cruft.mak
all-local: check-cruft