Merge remote-tracking branch 'origin/master' into 0.11
[platform/upstream/gst-editing-services.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 SUBDIRS = ges tests tools common m4 pkgconfig docs
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         cd tests/check && make check-valgrind
26
27 if HAVE_GST_CHECK
28 check-torture:
29         cd tests/check && make torture
30 else
31 check-torture:
32         true
33 endif
34
35 # cruft: plugins that have been merged or moved or renamed
36 CRUFT_FILES = \
37  $(top_builddir)/common/shave \
38  $(top_builddir)/common/shave-libtool
39
40 include $(top_srcdir)/common/cruft.mak
41
42 all-local: check-cruft