common: use https protocol for common submodule
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 SUBDIRS = \
4         gst-libs gst ext docs m4 tests common pkgconfig po
5
6 # include before EXTRA_DIST for win32 assignment
7 include $(top_srcdir)/common/win32.mak
8         
9 EXTRA_DIST = \
10         gst-plugins-ugly.spec depcomp \
11         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
12         ChangeLog gst-plugins-ugly.doap autogen.sh \
13         $(win32)
14         
15
16 DISTCLEANFILES = _stdint.h
17
18 ACLOCAL_AMFLAGS = -I m4 -I common/m4
19
20 include $(top_srcdir)/common/release.mak
21 include $(top_srcdir)/common/po.mak
22
23 check-valgrind:
24         $(MAKE) -C tests/check check-valgrind
25
26 if HAVE_GST_CHECK
27 check-torture:
28         $(MAKE) -C tests/check torture
29 build-checks:
30         $(MAKE) -C tests/check build-checks
31 else
32 check-torture:
33         true
34 build-checks:
35         true
36 endif
37
38 win32-update:
39         cp $(top_builddir)/win32/common/config.h-new \
40             $(top_builddir)/win32/common/config.h
41
42 include $(top_srcdir)/common/coverage/lcov.mak
43
44 # cruft: plugins that have been merged or moved or renamed
45
46 CRUFT_FILES = \
47         $(top_builddir)/common/shave \
48         $(top_builddir)/common/shave-libtool
49
50 CRUFT_DIRS = \
51         $(top_srcdir)/docs/plugins/tmpl
52
53 include $(top_srcdir)/common/cruft.mak
54
55 all-local: check-cruft