cameracontrol: Add new interface for extra preview bitrate
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--disable-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         tests                   \
14         po                      \
15         common                  \
16         m4
17
18 DIST_SUBDIRS =                  \
19         pkgconfig               \
20         gst-libs                \
21         gst sys ext             \
22         tests \
23         po                      \
24         common                  \
25         m4
26
27 EXTRA_DIST = \
28         depcomp \
29         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
30         ChangeLog gst-plugins-base.doap autogen.sh \
31         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
32         gst-libs/gst/gl/gstglconfig.h.meson \
33         meson_options.txt
34
35 DISTCLEANFILES = _stdint.h
36
37 ACLOCAL_AMFLAGS = -I m4 -I common/m4
38
39 include $(top_srcdir)/common/release.mak
40 include $(top_srcdir)/common/po.mak
41
42 check-valgrind:
43         $(MAKE) -C tests/check check-valgrind
44
45 if HAVE_GST_CHECK
46 check-torture:
47         $(MAKE) -C tests/check torture
48 build-checks:
49         $(MAKE) -C tests/check build-checks
50 else
51 check-torture:
52         true
53 build-checks:
54         true
55 endif
56
57 include $(top_srcdir)/common/coverage/lcov.mak
58
59 # cruft: plugins that have been merged or moved or renamed
60
61 CRUFT_FILES = \
62         $(top_builddir)/gst-plugins-base.spec \
63         $(top_builddir)/common/shave \
64         $(top_builddir)/common/shave-libtool \
65         $(top_builddir)/gst-libs/gst/audio/testchannels \
66         $(top_builddir)/gst-libs/gst/app/gstapp-marshal.c \
67         $(top_builddir)/gst-libs/gst/app/gstapp-marshal.h \
68         $(top_builddir)/gst/encoding/.libs/libgstencodebin.so \
69         $(top_builddir)/tests/check/elements/gdppay \
70         $(top_builddir)/tests/check/elements/gdpdepay \
71         $(top_builddir)/tests/check/pipelines/streamheader \
72         $(top_builddir)/tests/examples/audio/testchannels \
73         $(top_builddir)/tests/examples/volume/volume
74
75 CRUFT_DIRS = \
76         $(top_srcdir)/docs/design \
77         $(top_srcdir)/docs/plugins/tmpl \
78         $(top_srcdir)/ext/gio \
79         $(top_srcdir)/gst/gdp \
80         $(top_srcdir)/sys/v4l \
81         $(top_srcdir)/win32 \
82         $(top_srcdir)/tests/examples/v4l
83
84 include $(top_srcdir)/common/cruft.mak
85
86 all-local: check-cruft