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