2005-11-06 21:55:01 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
2005-09-05 15:10:18 +00:00
|
|
|
SUBDIRS = \
|
2009-02-23 21:18:33 +00:00
|
|
|
gst-libs gst sys ext pkgconfig \
|
2010-04-14 23:32:34 +00:00
|
|
|
m4 common docs tests po tools
|
2005-11-06 22:16:27 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
2009-02-23 21:18:33 +00:00
|
|
|
gst gst-libs sys ext pkgconfig \
|
2010-04-14 23:32:34 +00:00
|
|
|
m4 common docs tests po tools
|
2004-12-24 13:09:48 +00:00
|
|
|
|
2007-12-18 09:26:42 +00:00
|
|
|
# include before EXTRA_DIST for win32 assignment
|
|
|
|
include $(top_srcdir)/common/win32.mak
|
2007-02-11 15:26:49 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
EXTRA_DIST = \
|
2005-09-05 15:10:18 +00:00
|
|
|
gst-plugins-bad.spec depcomp \
|
|
|
|
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
2007-02-11 15:26:49 +00:00
|
|
|
ChangeLog gst-plugins-bad.doap autogen.sh \
|
|
|
|
$(win32)
|
2002-08-09 20:56:56 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DISTCLEANFILES = _stdint.h
|
2005-09-06 14:05:50 +00:00
|
|
|
|
2005-11-27 14:35:27 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
|
2005-09-06 14:05:50 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|
2006-02-20 19:12:10 +00:00
|
|
|
include $(top_srcdir)/common/po.mak
|
2005-09-19 16:44:37 +00:00
|
|
|
|
|
|
|
check-valgrind:
|
2008-01-09 13:53:21 +00:00
|
|
|
cd tests/check && make check-valgrind
|
2005-11-23 21:27:20 +00:00
|
|
|
|
2008-01-09 13:53:21 +00:00
|
|
|
if HAVE_GST_CHECK
|
2005-11-23 21:27:20 +00:00
|
|
|
check-torture:
|
2008-01-09 13:53:21 +00:00
|
|
|
cd tests/check && make torture
|
|
|
|
else
|
|
|
|
check-torture:
|
|
|
|
true
|
|
|
|
endif
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/coverage/lcov.mak
|
|
|
|
|
2010-11-09 21:10:43 +00:00
|
|
|
check: check-exports
|
2010-01-13 00:38:47 +00:00
|
|
|
|
|
|
|
# cruft: plugins that have been merged or moved or renamed
|
|
|
|
|
|
|
|
CRUFT_FILES = \
|
2010-05-14 00:55:41 +00:00
|
|
|
$(top_builddir)/common/shave \
|
|
|
|
$(top_builddir)/common/shave-libtool \
|
2010-10-05 10:42:42 +00:00
|
|
|
$(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
|
|
|
|
$(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
|
2011-01-02 15:11:52 +00:00
|
|
|
$(top_builddir)/ext/jack/.libs/*.{so,dll,DLL,dylib} \
|
2010-01-13 00:38:47 +00:00
|
|
|
$(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
|
|
|
|
$(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
|
2011-04-08 18:32:31 +00:00
|
|
|
$(top_builddir)/gst/audioparsers/.libs/*.{so,dll,DLL,dylib} \
|
2010-02-12 10:21:23 +00:00
|
|
|
$(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
|
2010-05-11 13:02:33 +00:00
|
|
|
$(top_builddir)/gst/imagefreeze/.libs/*.{so,dll,DLL,dylib} \
|
2011-11-29 18:18:36 +00:00
|
|
|
$(top_builddir)/gst/mpeg4videoparse/.libs/*.{so,dll,DLL,dylib} \
|
2011-04-12 20:47:14 +00:00
|
|
|
$(top_builddir)/gst/qtmux/.libs/*.{so,dll,DLL,dylib} \
|
2012-12-16 17:44:57 +00:00
|
|
|
$(top_builddir)/gst/rtpmux/.libs/*.{so,dll,DLL,dylib} \
|
2012-11-01 20:50:56 +00:00
|
|
|
$(top_builddir)/gst/rtpvp8/.libs/*.{so,dll,DLL,dylib} \
|
2012-12-14 14:51:19 +00:00
|
|
|
$(top_builddir)/gst/scaletempo/.libs/*.{so,dll,DLL,dylib} \
|
2010-12-31 01:38:02 +00:00
|
|
|
$(top_builddir)/gst/selector/.libs/*.{so,dll,DLL,dylib} \
|
2010-12-30 01:14:29 +00:00
|
|
|
$(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \
|
|
|
|
$(top_builddir)/gst/valve/.libs/*.{so,dll,DLL,dylib} \
|
2011-02-18 15:24:54 +00:00
|
|
|
$(top_builddir)/gst/videoparsers/.libs/libgsth263parse* \
|
2011-04-08 23:37:25 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/baseparse/.libs/libgstbaseparse* \
|
2010-05-11 14:33:54 +00:00
|
|
|
$(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \
|
2011-04-08 18:32:31 +00:00
|
|
|
$(top_builddir)/tests/check/elements/{aac,ac3,amr,flac,mpegaudio,dca}parse \
|
2010-12-19 10:17:47 +00:00
|
|
|
$(top_builddir)/tests/check/elements/autocolorspace \
|
2010-05-11 13:02:33 +00:00
|
|
|
$(top_builddir)/tests/check/elements/capssetter \
|
2010-05-11 14:33:54 +00:00
|
|
|
$(top_builddir)/tests/check/elements/imagefreeze \
|
2011-04-12 20:47:14 +00:00
|
|
|
$(top_builddir)/tests/check/elements/qtmux \
|
2012-12-16 17:44:57 +00:00
|
|
|
$(top_builddir)/tests/check/elements/rtpmux \
|
2010-12-31 01:38:02 +00:00
|
|
|
$(top_builddir)/tests/check/elements/selector \
|
2010-12-30 01:14:29 +00:00
|
|
|
$(top_builddir)/tests/check/elements/valve \
|
2010-09-15 15:38:03 +00:00
|
|
|
$(top_builddir)/tests/check/pipelines/metadata \
|
2011-01-02 15:11:52 +00:00
|
|
|
$(top_builddir)/tests/examples/jack/jack_client \
|
2012-12-14 14:51:19 +00:00
|
|
|
$(top_builddir)/tests/examples/scaletempo/scaletempo-demo \
|
2010-12-31 01:38:02 +00:00
|
|
|
$(top_builddir)/tests/examples/switch/switcher \
|
|
|
|
$(top_builddir)/tests/icles/output-selector-test \
|
2011-02-16 14:29:29 +00:00
|
|
|
$(top_builddir)/tests/icles/test-oss4 \
|
|
|
|
$(top_builddir)/tests/icles/equalizer-test
|
2010-01-13 00:38:47 +00:00
|
|
|
|
|
|
|
CRUFT_DIRS = \
|
|
|
|
$(top_srcdir)/gst/aacparse \
|
|
|
|
$(top_srcdir)/gst/amrparse \
|
2013-04-15 13:13:40 +00:00
|
|
|
$(top_srcdir)/gst/camerabin \
|
2010-02-12 10:21:23 +00:00
|
|
|
$(top_srcdir)/gst/flacparse \
|
2013-03-19 09:47:25 +00:00
|
|
|
$(top_srcdir)/gst/hls \
|
2010-05-11 13:02:33 +00:00
|
|
|
$(top_srcdir)/gst/imagefreeze \
|
2011-06-07 13:14:36 +00:00
|
|
|
$(top_srcdir)/gst/invtelecine \
|
2011-11-29 18:18:36 +00:00
|
|
|
$(top_srcdir)/gst/mpeg4videoparse \
|
2011-04-12 20:47:14 +00:00
|
|
|
$(top_srcdir)/gst/qtmux \
|
2012-12-16 17:44:57 +00:00
|
|
|
$(top_srcdir)/gst/rtpmux \
|
2012-11-01 20:50:56 +00:00
|
|
|
$(top_srcdir)/gst/rtpvp8 \
|
2012-12-14 14:51:19 +00:00
|
|
|
$(top_srcdir)/gst/scaletempo \
|
2010-12-31 01:38:02 +00:00
|
|
|
$(top_srcdir)/gst/selector \
|
2010-02-13 11:00:03 +00:00
|
|
|
$(top_srcdir)/gst/shapewipe \
|
2010-12-30 01:14:29 +00:00
|
|
|
$(top_srcdir)/gst/valve \
|
2011-04-08 23:37:25 +00:00
|
|
|
$(top_srcdir)/gst-libs/gst/baseparse \
|
2013-04-11 11:34:13 +00:00
|
|
|
$(top_srcdir)/gst-libs/gst/video \
|
2012-12-14 14:51:19 +00:00
|
|
|
$(top_srcdir)/tests/examples/scaletempo \
|
2010-11-22 15:05:23 +00:00
|
|
|
$(top_srcdir)/tests/examples/shapewipe \
|
2010-12-31 01:38:02 +00:00
|
|
|
$(top_srcdir)/tests/examples/switch \
|
2011-01-02 15:11:52 +00:00
|
|
|
$(top_srcdir)/tests/examples/jack \
|
2010-10-05 10:42:42 +00:00
|
|
|
$(top_srcdir)/ext/alsaspdif \
|
2011-05-14 10:18:19 +00:00
|
|
|
$(top_srcdir)/ext/amrwbenc \
|
2013-02-11 22:50:15 +00:00
|
|
|
$(top_srcdir)/ext/cog \
|
2010-09-15 15:38:03 +00:00
|
|
|
$(top_srcdir)/ext/ivorbis \
|
2011-01-02 15:11:52 +00:00
|
|
|
$(top_srcdir)/ext/jack \
|
2011-03-11 10:26:01 +00:00
|
|
|
$(top_srcdir)/ext/metadata \
|
2013-02-11 23:29:59 +00:00
|
|
|
$(top_srcdir)/ext/swfdec \
|
2011-03-11 10:26:01 +00:00
|
|
|
$(top_srcdir)/ext/tarkin \
|
2012-09-16 13:48:02 +00:00
|
|
|
$(top_srcdir)/ext/theora \
|
|
|
|
$(top_srcdir)/ext/vp8
|
2010-01-13 00:38:47 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/cruft.mak
|
|
|
|
|
|
|
|
all-local: check-cruft
|