2005-09-04 11:50:47 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
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
|
|
|
|
2011-06-15 13:37:29 +00:00
|
|
|
SUBDIRS = $(ALWAYS_SUBDIRS)
|
2004-12-24 13:09:48 +00:00
|
|
|
|
2011-06-15 13:37:29 +00:00
|
|
|
DIST_SUBDIRS = $(ALWAYS_SUBDIRS)
|
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 \
|
2011-12-12 10:38:20 +00:00
|
|
|
gst-libs/gst/gst-i18n-plugin.h \
|
2011-12-12 02:30:45 +00:00
|
|
|
gst-libs/gst/glib-compat-private.h
|
2005-08-30 19:41:12 +00:00
|
|
|
|
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
|
|
|
|
|
2009-02-26 04:47:15 +00:00
|
|
|
win32-update:
|
|
|
|
cp $(top_builddir)/win32/common/config.h-new \
|
|
|
|
$(top_srcdir)/win32/common/config.h
|
|
|
|
|
2008-01-09 13:50:09 +00:00
|
|
|
include $(top_srcdir)/common/coverage/lcov.mak
|
|
|
|
|
2010-03-26 17:06:57 +00:00
|
|
|
# cruft: plugins that have been merged or moved or renamed
|
|
|
|
|
|
|
|
CRUFT_FILES = \
|
|
|
|
$(top_builddir)/common/shave \
|
2010-04-18 08:17:52 +00:00
|
|
|
$(top_builddir)/common/shave-libtool \
|
2012-10-16 11:56:19 +00:00
|
|
|
$(top_builddir)/gst/median/.libs/*.{so,dll,DLL,dylib} \
|
2011-05-02 11:09:02 +00:00
|
|
|
$(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \
|
|
|
|
$(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \
|
2010-04-18 08:17:52 +00:00
|
|
|
$(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \
|
|
|
|
$(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
|
|
|
|
$(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib}
|
2010-03-26 17:06:57 +00:00
|
|
|
|
2011-05-02 11:09:02 +00:00
|
|
|
CRUFT_DIRS = \
|
2012-10-16 11:56:19 +00:00
|
|
|
$(top_srcdir)/gst/median \
|
2011-05-02 11:09:02 +00:00
|
|
|
$(top_srcdir)/gst/qtdemux \
|
2012-09-17 11:23:36 +00:00
|
|
|
$(top_srcdir)/gst/quicktime \
|
|
|
|
$(top_srcdir)/ext/annodex
|
2011-05-02 11:09:02 +00:00
|
|
|
|
2010-03-26 17:06:57 +00:00
|
|
|
include $(top_srcdir)/common/cruft.mak
|
|
|
|
|
|
|
|
all-local: check-cruft
|