ges-timeline: Properly calculate absolute diff of two unsigned integers
[platform/upstream/gstreamer.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         gst-editing-services.spec depcomp \
18         AUTHORS COPYING NEWS README RELEASE \
19         ChangeLog autogen.sh gst-editing-services.doap \
20         $(win32)
21
22 DISTCLEANFILES = _stdint.h
23
24 ACLOCAL_AMFLAGS = -I m4 -I common/m4
25
26 include $(top_srcdir)/common/release.mak
27 include $(top_srcdir)/common/po.mak
28
29 include $(top_srcdir)/common/coverage/lcov.mak
30
31 check-valgrind:
32         $(MAKE) -C tests/check check-valgrind
33
34 # Test actual high-level functionnality.
35 check-integration:
36         $(MAKE) -C tests/check check-integration
37
38 if ENABLE_BASH_COMPLETION
39 bashcompletiondir = $(BASH_COMPLETION_DIR)
40 dist_bashcompletion_DATA = data/completions/ges-launch-1.0
41 endif
42
43 if HAVE_GST_CHECK
44 check-torture:
45         $(MAKE) -C tests/check torture
46 build-checks:
47         $(MAKE) -C tests/check build-checks
48 else
49 check-torture:
50         true
51 build-checks:
52         true
53 endif
54
55 # cruft: plugins that have been merged or moved or renamed
56 CRUFT_FILES = \
57  $(top_builddir)/common/shave \
58  $(top_builddir)/common/shave-libtool
59
60 include $(top_srcdir)/common/cruft.mak
61
62 all-local: check-cruft