Moved 'shapewipe' from -bad to -good
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 SUBDIRS = \
4         gst-libs gst sys ext pkgconfig \
5         m4 common docs tests po
6
7 DIST_SUBDIRS = \
8         gst gst-libs sys ext pkgconfig \
9         m4 common docs tests po
10
11 # include before EXTRA_DIST for win32 assignment
12 include $(top_srcdir)/common/win32.mak
13
14 EXTRA_DIST = \
15         gst-plugins-bad.spec depcomp \
16         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
17         ChangeLog gst-plugins-bad.doap autogen.sh \
18         $(win32)
19
20 DISTCLEANFILES = _stdint.h
21
22 ACLOCAL_AMFLAGS = -I m4 -I common/m4
23
24 include $(top_srcdir)/common/release.mak
25 include $(top_srcdir)/common/po.mak
26
27 check-valgrind:
28         cd tests/check && make check-valgrind
29
30 if HAVE_GST_CHECK
31 check-torture:
32         cd tests/check && make torture
33 else
34 check-torture:
35         true
36 endif
37
38 include $(top_srcdir)/common/coverage/lcov.mak
39
40
41 # cruft: plugins that have been merged or moved or renamed
42
43 CRUFT_FILES = \
44         $(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
45         $(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
46         $(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
47         $(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib}
48
49 CRUFT_DIRS = \
50         $(top_srcdir)/gst/aacparse \
51         $(top_srcdir)/gst/amrparse \
52         $(top_srcdir)/gst/flacparse \
53         $(top_srcdir)/gst/shapewipe
54
55 include $(top_srcdir)/common/cruft.mak
56
57 all-local: check-cruft