gstreamer/Makefile.am

43 lines
891 B
Makefile
Raw Normal View History

2009-08-04 15:13:11 +00:00
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = ges tests tools common m4 pkgconfig docs bindings
2009-08-04 15:13:11 +00:00
DIST_SUBDIRS = $(SUBDIRS)
2009-08-04 15:13:11 +00:00
# include before EXTRA_DIST for win32 assignment
2009-08-07 15:09:59 +00:00
#include $(top_srcdir)/common/win32.mak
2009-08-04 15:13:11 +00:00
EXTRA_DIST = \
2009-08-04 15:16:31 +00:00
gst-editing-services.spec depcomp \
AUTHORS COPYING NEWS README RELEASE \
2011-01-20 21:04:06 +00:00
ChangeLog autogen.sh
2009-08-04 15:13:11 +00:00
DISTCLEANFILES = _stdint.h
ACLOCAL_AMFLAGS = -I m4 -I common/m4
include $(top_srcdir)/common/release.mak
include $(top_srcdir)/common/po.mak
include $(top_srcdir)/common/coverage/lcov.mak
2009-08-04 15:13:11 +00:00
check-valgrind:
cd tests/check && make check-valgrind
if HAVE_GST_CHECK
check-torture:
cd tests/check && make torture
else
check-torture:
true
endif
# cruft: plugins that have been merged or moved or renamed
CRUFT_FILES = \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool
2009-08-04 15:13:11 +00:00
include $(top_srcdir)/common/cruft.mak
all-local: check-cruft