gstreamer/Makefile.am

44 lines
821 B
Makefile
Raw Normal View History

2008-10-09 12:29:12 +00:00
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = \
2009-01-08 12:18:55 +00:00
gst \
2009-01-08 13:57:55 +00:00
bindings \
2008-10-09 12:29:12 +00:00
m4 \
2009-01-08 12:18:55 +00:00
common \
2009-01-08 13:42:10 +00:00
pkgconfig \
2010-12-07 17:52:15 +00:00
docs \
2009-01-08 12:18:55 +00:00
examples
2008-10-09 12:29:12 +00:00
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = \
ChangeLog autogen.sh depcomp \
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
gst-rtsp.spec docs/design/gst-rtp-server-design
ACLOCAL_AMFLAGS = -I common/m4 -I m4
DISTCLEANFILES = _stdint.h gst-rtsp.spec
include $(top_srcdir)/common/release.mak
include $(top_srcdir)/common/po.mak
check-valgrind:
cd tests/check && make check-valgrind
if HAVE_CHECK
check-torture:
cd tests/check && make torture
else
check-torture:
true
endif
2010-12-07 17:56:03 +00:00
# cruft: plugins that have been merged or moved or renamed
CRUFT_FILES = \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool
include $(top_srcdir)/common/cruft.mak
all-local: check-cruft