disabled gtk doc
[platform/upstream/gst-editing-services.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--disable-gtk-doc --with-bash-completion-dir=no
2
3 if BUILD_EXAMPLES
4 EXAMPLES_SUBDIRS= examples
5 else
6 EXAMPLES_SUBDIRS=
7 endif
8
9 SUBDIRS = ges tests tools common m4 pkgconfig docs bindings plugins $(EXAMPLES_SUBDIRS)
10
11 DIST_SUBDIRS = $(SUBDIRS)
12
13 EXTRA_DIST = \
14         depcomp \
15         AUTHORS COPYING NEWS README RELEASE \
16         ChangeLog autogen.sh gst-editing-services.doap \
17         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
18         meson_options.txt
19
20 DISTCLEANFILES = _stdint.h
21
22 ACLOCAL_AMFLAGS = -I m4 -I common/m4
23
24 include $(top_srcdir)/common/release.mak
25 include $(top_srcdir)/common/po.mak
26
27 include $(top_srcdir)/common/coverage/lcov.mak
28
29 check-valgrind:
30         $(MAKE) -C tests/check check-valgrind
31
32 # Test actual high-level functionnality.
33 check-integration:
34         $(MAKE) -C tests/check check-integration
35
36 if ENABLE_BASH_COMPLETION
37 bashcompletiondir = $(BASH_COMPLETION_DIR)
38 dist_bashcompletion_DATA = data/completions/ges-launch-1.0
39 endif
40
41 if HAVE_GST_CHECK
42 check-torture:
43         $(MAKE) -C tests/check torture
44 build-checks:
45         $(MAKE) -C tests/check build-checks
46 else
47 check-torture:
48         true
49 build-checks:
50         true
51 endif
52
53 # cruft: plugins that have been merged or moved or renamed
54 CRUFT_FILES = \
55         $(top_builddir)/gst-editing-services.spec \
56         $(top_builddir)/common/shave \
57         $(top_builddir)/common/shave-libtool
58
59 include $(top_srcdir)/common/cruft.mak
60
61 all-local: check-cruft