meson: fix multi-line string
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 if BUILD_EXTERNAL
4 SUBDIRS_EXT = ext
5 else
6 SUBDIRS_EXT =
7 endif
8
9 SUBDIRS =                       \
10         pkgconfig               \
11         gst-libs                \
12         gst sys $(SUBDIRS_EXT)  \
13         tools                   \
14         tests                   \
15         docs                    \
16         po                      \
17         common                  \
18         m4
19
20 DIST_SUBDIRS =                  \
21         pkgconfig               \
22         docs                    \
23         gst-libs                \
24         gst sys ext             \
25         tools                   \
26         tests                   \
27         po                      \
28         common                  \
29         m4
30
31 EXTRA_DIST = \
32         depcomp \
33         AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
34         ChangeLog gst-plugins-base.doap autogen.sh \
35         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
36         gst-libs/gst/audio/audio_mkenum.py \
37         gst-libs/gst/app/app_mkenum.py \
38         gst-libs/gst/pbutils/pbutils_mkenum.py \
39         gst-libs/gst/rtp/rtp_mkenum.py \
40         gst-libs/gst/rtsp/rtsp_mkenum.py \
41         gst-libs/gst/tag/tag_mkenum.py \
42         gst-libs/gst/video/video_mkenum.py \
43         gst-libs/gst/gl/gstglconfig.h.meson \
44         meson_options.txt
45
46 DISTCLEANFILES = _stdint.h
47
48 ACLOCAL_AMFLAGS = -I m4 -I common/m4
49
50 include $(top_srcdir)/common/release.mak
51 include $(top_srcdir)/common/po.mak
52
53 check-valgrind:
54         $(MAKE) -C tests/check check-valgrind
55
56 if HAVE_GST_CHECK
57 check-torture:
58         $(MAKE) -C tests/check torture
59 build-checks:
60         $(MAKE) -C tests/check build-checks
61 else
62 check-torture:
63         true
64 build-checks:
65         true
66 endif
67
68 include $(top_srcdir)/common/coverage/lcov.mak
69
70 # cruft: plugins that have been merged or moved or renamed
71
72 CRUFT_FILES = \
73         $(top_builddir)/gst-plugins-base.spec \
74         $(top_builddir)/common/shave \
75         $(top_builddir)/common/shave-libtool \
76         $(top_builddir)/gst-libs/gst/audio/testchannels \
77         $(top_builddir)/gst-libs/gst/app/gstapp-marshal.c \
78         $(top_builddir)/gst-libs/gst/app/gstapp-marshal.h \
79         $(top_builddir)/gst/encoding/.libs/libgstencodebin.so \
80         $(top_builddir)/tests/check/elements/gdppay \
81         $(top_builddir)/tests/check/elements/gdpdepay \
82         $(top_builddir)/tests/check/pipelines/streamheader \
83         $(top_builddir)/tests/examples/audio/testchannels \
84         $(top_builddir)/tests/examples/volume/volume \
85         $(top_builddir)/tools/gst-discoverer
86
87 CRUFT_DIRS = \
88         $(top_srcdir)/docs/design \
89         $(top_srcdir)/docs/plugins/tmpl \
90         $(top_srcdir)/ext/gio \
91         $(top_srcdir)/gst/gdp \
92         $(top_srcdir)/sys/v4l \
93         $(top_srcdir)/win32 \
94         $(top_srcdir)/tests/examples/v4l
95
96 include $(top_srcdir)/common/cruft.mak
97
98 all-local: check-cruft