docs: Port to hotdoc
[platform/upstream/gstreamer.git] / Makefile.am
1 COMMON_SUBDIRS = ext common tests
2 SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS) pkgconfig
3 DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
4
5 EXTRA_DIST = \
6         depcomp autogen.sh \
7         AUTHORS COPYING NEWS README ChangeLog gst-libav.doap \
8         meson_options.txt \
9         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" )
10
11 ACLOCAL_AMFLAGS = -I m4 -I common/m4
12
13 include $(top_srcdir)/common/release.mak
14
15 if HAVE_GST_CHECK
16 check-valgrind:
17         $(MAKE) -C tests/check check-valgrind
18
19 check-torture:
20         $(MAKE) -C tests/check torture
21
22 build-checks:
23         $(MAKE) -C tests/check build-checks
24 else
25 check-valgrind:
26         echo "'check' library not installed, skipping"
27
28 check-torture:
29         echo "'check' library not installed, skipping"
30
31 build-checks:
32         echo "'check' library not installed, skipping"
33 endif
34
35 CRUFT_FILES = \
36         $(top_builddir)/gst-libav.spec \
37         $(top_builddir)/common/shave \
38         $(top_builddir)/common/shave-libtool \
39         $(top_builddir)/common/m4/libtool.m4 \
40         $(top_builddir)/common/m4/ltoptions.m4 \
41         $(top_builddir)/common/m4/ltsugar.m4 \
42         $(top_builddir)/common/m4/ltversion.m4 \
43         $(top_builddir)/common/m4/lt~obsolete.m4
44
45 include $(top_srcdir)/common/cruft.mak
46
47 all-local: check-cruft