Really remove generated .spec file
[platform/upstream/gst-libav.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 COMMON_SUBDIRS = ext docs common tests
4 SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS) pkgconfig
5 DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
6
7 EXTRA_DIST = \
8         depcomp autogen.sh \
9         AUTHORS COPYING NEWS README ChangeLog gst-libav.doap
10 ACLOCAL_AMFLAGS = -I m4 -I common/m4
11
12 include $(top_srcdir)/common/release.mak
13
14 if HAVE_GST_CHECK
15 check-valgrind:
16         $(MAKE) -C tests/check check-valgrind
17
18 check-torture:
19         $(MAKE) -C tests/check torture
20
21 build-checks:
22         $(MAKE) -C tests/check build-checks
23 else
24 check-valgrind:
25         echo "'check' library not installed, skipping"
26
27 check-torture:
28         echo "'check' library not installed, skipping"
29
30 build-checks:
31         echo "'check' library not installed, skipping"
32 endif
33
34 CRUFT_FILES = \
35         $(top_builddir)/gst-libav.spec \
36         $(top_builddir)/common/shave \
37         $(top_builddir)/common/shave-libtool \
38         $(top_builddir)/common/m4/libtool.m4 \
39         $(top_builddir)/common/m4/ltoptions.m4 \
40         $(top_builddir)/common/m4/ltsugar.m4 \
41         $(top_builddir)/common/m4/ltversion.m4 \
42         $(top_builddir)/common/m4/lt~obsolete.m4
43
44 CRUFT_DIRS = \
45         $(top_srcdir)/docs/plugins/tmpl
46
47 include $(top_srcdir)/common/cruft.mak
48
49 all-local: check-cruft