2005-09-04 11:50:47 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
2005-08-30 17:32:12 +00:00
|
|
|
if USE_GCONFTOOL
|
|
|
|
GCONF_DIR = gconf
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
GCONF_DIR =
|
2005-08-30 17:32:12 +00:00
|
|
|
endif
|
2002-12-05 00:25:13 +00:00
|
|
|
|
2005-09-01 20:23:22 +00:00
|
|
|
ALWAYS_SUBDIRS = \
|
|
|
|
gst sys ext \
|
2005-11-30 18:40:19 +00:00
|
|
|
tests \
|
2005-10-12 03:03:27 +00:00
|
|
|
docs \
|
2005-09-01 20:23:22 +00:00
|
|
|
po \
|
2006-04-03 09:02:29 +00:00
|
|
|
common \
|
|
|
|
m4 \
|
|
|
|
pkgconfig
|
2005-09-01 20:23:22 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
SUBDIRS = \
|
2005-09-01 20:23:22 +00:00
|
|
|
$(ALWAYS_SUBDIRS) \
|
|
|
|
$(GCONF_DIR)
|
2003-04-07 21:34:28 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DIST_SUBDIRS = \
|
2005-09-01 20:23:22 +00:00
|
|
|
$(ALWAYS_SUBDIRS) \
|
|
|
|
gconf
|
2004-12-24 13:09:48 +00:00
|
|
|
|
2006-05-03 14:28:57 +00:00
|
|
|
|
2007-12-18 09:07:17 +00:00
|
|
|
# include before EXTRA_DIST for win32 assignment
|
|
|
|
include $(top_srcdir)/common/win32.mak
|
2006-05-03 14:28:57 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
EXTRA_DIST = \
|
2005-08-30 17:32:12 +00:00
|
|
|
gst-plugins-good.spec depcomp \
|
|
|
|
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
2006-12-15 10:54:28 +00:00
|
|
|
ChangeLog gst-plugins-good.doap autogen.sh \
|
2006-05-03 14:28:57 +00:00
|
|
|
$(win32)
|
2002-08-09 20:56:56 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DISTCLEANFILES = _stdint.h
|
2004-02-03 02:40:15 +00:00
|
|
|
|
2005-08-30 19:41:12 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gst-libs/gst/gettext.h \
|
|
|
|
gst-libs/gst/gst-i18n-plugin.h
|
|
|
|
|
2005-11-27 14:33:31 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
|
2005-09-01 20:23:22 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|
2005-12-05 15:08:46 +00:00
|
|
|
include $(top_srcdir)/common/po.mak
|
2005-09-19 16:43:56 +00:00
|
|
|
|
|
|
|
check-valgrind:
|
2005-11-30 18:24:08 +00:00
|
|
|
cd tests/check && make check-valgrind
|
2005-11-23 21:25:56 +00:00
|
|
|
|
2008-01-09 13:50:09 +00:00
|
|
|
if HAVE_GST_CHECK
|
2005-11-23 21:25:56 +00:00
|
|
|
check-torture:
|
2005-11-30 18:24:08 +00:00
|
|
|
cd tests/check && make torture
|
2008-01-09 13:50:09 +00:00
|
|
|
else
|
|
|
|
check-torture:
|
|
|
|
true
|
|
|
|
endif
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/coverage/lcov.mak
|
|
|
|
|