2006-02-01 19:22:04 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
2009-01-27 18:35:19 +00:00
|
|
|
COMMON_SUBDIRS = ext docs common tests
|
2013-02-28 19:34:02 +00:00
|
|
|
SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS) pkgconfig
|
|
|
|
DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
|
2006-05-09 16:15:39 +00:00
|
|
|
|
2006-02-01 19:22:04 +00:00
|
|
|
EXTRA_DIST = \
|
2012-04-12 17:56:12 +00:00
|
|
|
gst-libav.spec depcomp autogen.sh \
|
2016-02-21 10:40:02 +00:00
|
|
|
AUTHORS COPYING NEWS README ChangeLog gst-libav.doap
|
2010-05-25 13:01:34 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
2005-11-27 17:00:08 +00:00
|
|
|
|
2004-03-17 10:45:50 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|
2005-10-26 14:11:30 +00:00
|
|
|
|
2015-06-02 11:32:42 +00:00
|
|
|
if HAVE_GST_CHECK
|
2005-10-26 14:11:30 +00:00
|
|
|
check-valgrind:
|
2015-06-02 11:32:42 +00:00
|
|
|
$(MAKE) -C tests/check check-valgrind
|
2005-11-23 21:27:52 +00:00
|
|
|
|
|
|
|
check-torture:
|
2015-06-02 11:32:42 +00:00
|
|
|
$(MAKE) -C tests/check torture
|
2010-05-25 12:26:45 +00:00
|
|
|
|
2014-08-01 08:41:28 +00:00
|
|
|
build-checks:
|
2015-06-02 11:32:42 +00:00
|
|
|
$(MAKE) -C tests/check build-checks
|
2014-08-01 08:41:28 +00:00
|
|
|
else
|
2015-06-02 11:32:42 +00:00
|
|
|
check-valgrind:
|
|
|
|
echo "'check' library not installed, skipping"
|
|
|
|
|
|
|
|
check-torture:
|
|
|
|
echo "'check' library not installed, skipping"
|
|
|
|
|
2014-08-01 08:41:28 +00:00
|
|
|
build-checks:
|
2015-06-02 11:32:42 +00:00
|
|
|
echo "'check' library not installed, skipping"
|
2014-08-01 08:41:28 +00:00
|
|
|
endif
|
|
|
|
|
2010-05-25 12:26:45 +00:00
|
|
|
CRUFT_FILES = \
|
|
|
|
$(top_builddir)/common/shave \
|
2010-05-25 13:01:34 +00:00
|
|
|
$(top_builddir)/common/shave-libtool \
|
|
|
|
$(top_builddir)/common/m4/libtool.m4 \
|
|
|
|
$(top_builddir)/common/m4/ltoptions.m4 \
|
|
|
|
$(top_builddir)/common/m4/ltsugar.m4 \
|
|
|
|
$(top_builddir)/common/m4/ltversion.m4 \
|
|
|
|
$(top_builddir)/common/m4/lt~obsolete.m4
|
2010-05-25 12:26:45 +00:00
|
|
|
|
2015-06-09 13:41:46 +00:00
|
|
|
CRUFT_DIRS = \
|
|
|
|
$(top_srcdir)/docs/plugins/tmpl
|
|
|
|
|
2010-05-25 12:26:45 +00:00
|
|
|
include $(top_srcdir)/common/cruft.mak
|
|
|
|
|
|
|
|
all-local: check-cruft
|