Remove generated .spec file
[platform/upstream/gst-plugins-good.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 ALWAYS_SUBDIRS =                \
4         gst sys ext             \
5         tests                   \
6         docs                    \
7         po                      \
8         common                  \
9         m4                      \
10         pkgconfig
11
12 SUBDIRS = $(ALWAYS_SUBDIRS)
13
14 DIST_SUBDIRS = $(ALWAYS_SUBDIRS)
15
16 EXTRA_DIST = \
17         depcomp \
18         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
19         ChangeLog gst-plugins-good.doap autogen.sh
20
21 DISTCLEANFILES = _stdint.h
22
23 noinst_HEADERS = \
24         gst-libs/gst/gettext.h \
25         gst-libs/gst/gst-i18n-plugin.h \
26         gst-libs/gst/glib-compat-private.h
27
28 ACLOCAL_AMFLAGS = -I m4 -I common/m4
29
30 include $(top_srcdir)/common/release.mak
31 include $(top_srcdir)/common/po.mak
32
33 check-valgrind:
34         $(MAKE) -C tests/check check-valgrind
35
36 if HAVE_GST_CHECK
37 check-torture:
38         $(MAKE) -C tests/check torture
39 build-checks:
40         $(MAKE) -C tests/check build-checks
41 else
42 check-torture:
43         true
44 build-checks:
45         true
46 endif
47
48 include $(top_srcdir)/common/coverage/lcov.mak
49
50 # cruft: plugins that have been merged or moved or renamed
51
52 CRUFT_FILES = \
53         $(top_builddir)/gst-plugins-good.spec \
54         $(top_builddir)/win32/common/config.h-new \
55         $(top_builddir)/common/shave \
56         $(top_builddir)/common/shave-libtool \
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
64 CRUFT_DIRS = \
65         $(top_srcdir)/docs/plugins/tmpl \
66         $(top_srcdir)/gst/median \
67         $(top_srcdir)/gst/qtdemux \
68         $(top_srcdir)/gst/quicktime \
69         $(top_srcdir)/ext/annodex
70
71 include $(top_srcdir)/common/cruft.mak
72
73 all-local: check-cruft