Automatic update of common submodule
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 COMMON_SUBDIRS = ext docs common tests
4 SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS) pkgconfig
5 DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
6
7 # include before EXTRA_DIST for win32 assignment
8 include $(top_srcdir)/common/win32.mak
9
10 EXTRA_DIST = \
11         gst-libav.spec depcomp autogen.sh \
12         AUTHORS COPYING NEWS README ChangeLog gst-libav.doap \
13         $(win32)
14
15 ACLOCAL_AMFLAGS = -I m4 -I common/m4
16
17 include $(top_srcdir)/common/release.mak
18
19 check-valgrind:
20         @true
21
22 check-torture:
23         @true
24
25 if HAVE_GST_CHECK
26 build-checks:
27         cd tests/check && make build-checks
28 else
29 build-checks:
30         true
31 endif
32
33 CRUFT_FILES = \
34         $(top_builddir)/common/shave \
35         $(top_builddir)/common/shave-libtool \
36         $(top_builddir)/common/m4/libtool.m4 \
37         $(top_builddir)/common/m4/ltoptions.m4 \
38         $(top_builddir)/common/m4/ltsugar.m4 \
39         $(top_builddir)/common/m4/ltversion.m4 \
40         $(top_builddir)/common/m4/lt~obsolete.m4
41
42 include $(top_srcdir)/common/cruft.mak
43
44 all-local: check-cruft