gstreamer/Makefile.am

60 lines
1.3 KiB
Makefile
Raw Normal View History

if BUILD_EXAMPLES
EXAMPLES_SUBDIRS= examples
else
EXAMPLES_SUBDIRS=
endif
2018-10-22 06:22:52 +00:00
SUBDIRS = ges tests tools common m4 pkgconfig bindings plugins $(EXAMPLES_SUBDIRS)
2009-08-04 15:13:11 +00:00
DIST_SUBDIRS = $(SUBDIRS)
2009-08-04 15:13:11 +00:00
EXTRA_DIST = \
depcomp \
2009-08-04 15:16:31 +00:00
AUTHORS COPYING NEWS README RELEASE \
ChangeLog autogen.sh gst-editing-services.doap \
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
meson_options.txt
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)/gst-editing-services.spec \
$(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