Merge branch 'tizen_gst_upgrade' into tizen
[platform/upstream/gst-plugins-good.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--disable-gtk-doc
2
3 ALWAYS_SUBDIRS =                \
4         gst sys ext             \
5         tests                   \
6         po                      \
7         common                  \
8         m4                      \
9         pkgconfig
10
11 SUBDIRS = $(ALWAYS_SUBDIRS)
12
13 DIST_SUBDIRS = $(ALWAYS_SUBDIRS)
14
15 EXTRA_DIST = \
16         depcomp \
17         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
18         ChangeLog gst-plugins-good.doap autogen.sh \
19         $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
20         meson_options.txt config.h.meson
21
22 DISTCLEANFILES = _stdint.h
23
24 noinst_HEADERS = \
25         gst-libs/gst/gettext.h \
26         gst-libs/gst/gst-i18n-plugin.h \
27         gst-libs/gst/glib-compat-private.h
28
29 ACLOCAL_AMFLAGS = -I m4 -I common/m4
30
31 include $(top_srcdir)/common/release.mak
32 include $(top_srcdir)/common/po.mak
33
34 check-valgrind:
35         cd tests/check && make check-valgrind
36
37 if HAVE_GST_CHECK
38 check-torture:
39         cd tests/check && make torture
40 else
41 check-torture:
42         true
43 endif
44
45 include $(top_srcdir)/common/coverage/lcov.mak
46
47 # cruft: plugins that have been merged or moved or renamed
48
49 CRUFT_FILES = \
50         $(top_builddir)/gst-plugins-good.spec \
51         $(top_builddir)/win32/common/config.h-new \
52         $(top_builddir)/common/shave \
53         $(top_builddir)/common/shave-libtool \
54         $(top_builddir)/docs/plugins/xml/plugin-shout2send.xml \
55         $(top_builddir)/ext/pulse/.libs/libgstpulse.so \
56         $(top_builddir)/ext/soup/.libs/libgstsouphttpsrc.so \
57         $(top_builddir)/gst/median/.libs/*.{so,dll,DLL,dylib} \
58         $(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \
59         $(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \
60         $(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \
61         $(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
62         $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} \
63         $(top_builddir)/sys/oss4/.libs/libgstoss4audio.so
64
65 CRUFT_DIRS = \
66         $(top_srcdir)/docs/plugins/tmpl \
67         $(top_srcdir)/gst/median \
68         $(top_srcdir)/gst/qtdemux \
69         $(top_srcdir)/gst/quicktime \
70         $(top_srcdir)/ext/annodex \
71         $(top_srcdir)/tests/examples/pulse
72
73 include $(top_srcdir)/common/cruft.mak
74
75 all-local: check-cruft