Don't dist config.meson.h as it no longer exist
[platform/upstream/gst-editing-services.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-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 # include before EXTRA_DIST for win32 assignment
14 include $(top_srcdir)/common/win32.mak
15
16 EXTRA_DIST = \
17         depcomp \
18         AUTHORS COPYING NEWS README RELEASE \
19         ChangeLog autogen.sh gst-editing-services.doap \
20         $(win32) \
21         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
22         meson_options.txt
23
24 DISTCLEANFILES = _stdint.h
25
26 ACLOCAL_AMFLAGS = -I m4 -I common/m4
27
28 include $(top_srcdir)/common/release.mak
29 include $(top_srcdir)/common/po.mak
30
31 include $(top_srcdir)/common/coverage/lcov.mak
32
33 check-valgrind:
34         $(MAKE) -C tests/check check-valgrind
35
36 # Test actual high-level functionnality.
37 check-integration:
38         $(MAKE) -C tests/check check-integration
39
40 if ENABLE_BASH_COMPLETION
41 bashcompletiondir = $(BASH_COMPLETION_DIR)
42 dist_bashcompletion_DATA = data/completions/ges-launch-1.0
43 endif
44
45 if HAVE_GST_CHECK
46 check-torture:
47         $(MAKE) -C tests/check torture
48 build-checks:
49         $(MAKE) -C tests/check build-checks
50 else
51 check-torture:
52         true
53 build-checks:
54         true
55 endif
56
57 # cruft: plugins that have been merged or moved or renamed
58 CRUFT_FILES = \
59         $(top_builddir)/gst-editing-services.spec \
60         $(top_builddir)/common/shave \
61         $(top_builddir)/common/shave-libtool
62
63 include $(top_srcdir)/common/cruft.mak
64
65 all-local: check-cruft