avvidenc: Fix compiler errors in the previous commit
[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         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" )
11
12 ACLOCAL_AMFLAGS = -I m4 -I common/m4
13
14 include $(top_srcdir)/common/release.mak
15
16 if HAVE_GST_CHECK
17 check-valgrind:
18         $(MAKE) -C tests/check check-valgrind
19
20 check-torture:
21         $(MAKE) -C tests/check torture
22
23 build-checks:
24         $(MAKE) -C tests/check build-checks
25 else
26 check-valgrind:
27         echo "'check' library not installed, skipping"
28
29 check-torture:
30         echo "'check' library not installed, skipping"
31
32 build-checks:
33         echo "'check' library not installed, skipping"
34 endif
35
36 CRUFT_FILES = \
37         $(top_builddir)/gst-libav.spec \
38         $(top_builddir)/common/shave \
39         $(top_builddir)/common/shave-libtool \
40         $(top_builddir)/common/m4/libtool.m4 \
41         $(top_builddir)/common/m4/ltoptions.m4 \
42         $(top_builddir)/common/m4/ltsugar.m4 \
43         $(top_builddir)/common/m4/ltversion.m4 \
44         $(top_builddir)/common/m4/lt~obsolete.m4
45
46 CRUFT_DIRS = \
47         $(top_srcdir)/docs/plugins/tmpl
48
49 include $(top_srcdir)/common/cruft.mak
50
51 all-local: check-cruft