avcfg: add skip support to overrides system
[platform/upstream/gst-libav.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 EXTRA_DIST = \
8         depcomp autogen.sh \
9         AUTHORS COPYING NEWS README ChangeLog gst-libav.doap \
10         meson_options.txt \
11         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" )
12
13 ACLOCAL_AMFLAGS = -I m4 -I common/m4
14
15 include $(top_srcdir)/common/release.mak
16
17 if HAVE_GST_CHECK
18 check-valgrind:
19         $(MAKE) -C tests/check check-valgrind
20
21 check-torture:
22         $(MAKE) -C tests/check torture
23
24 build-checks:
25         $(MAKE) -C tests/check build-checks
26 else
27 check-valgrind:
28         echo "'check' library not installed, skipping"
29
30 check-torture:
31         echo "'check' library not installed, skipping"
32
33 build-checks:
34         echo "'check' library not installed, skipping"
35 endif
36
37 CRUFT_FILES = \
38         $(top_builddir)/gst-libav.spec \
39         $(top_builddir)/common/shave \
40         $(top_builddir)/common/shave-libtool \
41         $(top_builddir)/common/m4/libtool.m4 \
42         $(top_builddir)/common/m4/ltoptions.m4 \
43         $(top_builddir)/common/m4/ltsugar.m4 \
44         $(top_builddir)/common/m4/ltversion.m4 \
45         $(top_builddir)/common/m4/lt~obsolete.m4
46
47 CRUFT_DIRS = \
48         $(top_srcdir)/docs/plugins/tmpl
49
50 include $(top_srcdir)/common/cruft.mak
51
52 all-local: check-cruft