[cameracontrol] Add new camera control interface to set user buffer fd
[platform/upstream/gst-plugins-base.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 # include before EXTRA_DIST for win32 assignment
28 include $(top_srcdir)/common/win32.mak
29
30 EXTRA_DIST = \
31         depcomp \
32         AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
33         ChangeLog gst-plugins-base.doap autogen.sh $(win32) \
34         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
35         gst-libs/gst/audio/audio_mkenum.py \
36         gst-libs/gst/app/app_mkenum.py \
37         gst-libs/gst/pbutils/pbutils_mkenum.py \
38         gst-libs/gst/rtp/rtp_mkenum.py \
39         gst-libs/gst/rtsp/rtsp_mkenum.py \
40         gst-libs/gst/tag/tag_mkenum.py \
41         gst-libs/gst/video/video_mkenum.py \
42         meson_options.txt config.h.meson
43
44 DISTCLEANFILES = _stdint.h
45
46 ACLOCAL_AMFLAGS = -I m4 -I common/m4
47
48 include $(top_srcdir)/common/release.mak
49 include $(top_srcdir)/common/po.mak
50
51 check-valgrind:
52         $(MAKE) -C tests/check check-valgrind
53
54 if HAVE_GST_CHECK
55 check-torture:
56         $(MAKE) -C tests/check torture
57 build-checks:
58         $(MAKE) -C tests/check build-checks
59 else
60 check-torture:
61         true
62 build-checks:
63         true
64 endif
65
66 include $(top_srcdir)/common/coverage/lcov.mak
67
68 check: check-exports
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)/win32/common/config.h-new \
75         $(top_builddir)/common/shave \
76         $(top_builddir)/common/shave-libtool \
77         $(top_builddir)/gst-libs/gst/audio/testchannels \
78         $(top_builddir)/gst-libs/gst/app/gstapp-marshal.c \
79         $(top_builddir)/gst-libs/gst/app/gstapp-marshal.h \
80         $(top_builddir)/gst/encoding/.libs/libgstencodebin.so \
81         $(top_builddir)/tests/check/elements/gdppay \
82         $(top_builddir)/tests/check/elements/gdpdepay \
83         $(top_builddir)/tests/check/pipelines/streamheader \
84         $(top_builddir)/tests/examples/audio/testchannels \
85         $(top_builddir)/tests/examples/volume/volume
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)/tests/examples/v4l
94
95 include $(top_srcdir)/common/cruft.mak
96
97 all-local: check-cruft