2006-02-01 19:22:04 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
2009-01-27 18:35:19 +00:00
|
|
|
COMMON_SUBDIRS = ext docs common tests
|
|
|
|
SUBDIRS = $(FFMPEG_SUBDIRS) $(COMMON_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs
|
2006-05-09 16:15:39 +00:00
|
|
|
|
2007-12-18 09:31:39 +00:00
|
|
|
# include before EXTRA_DIST for win32 assignment
|
|
|
|
include $(top_srcdir)/common/win32.mak
|
2007-01-07 13:56:29 +00:00
|
|
|
|
2006-02-01 19:22:04 +00:00
|
|
|
EXTRA_DIST = \
|
2011-04-19 17:25:54 +00:00
|
|
|
gst-ffmpeg.spec depcomp autogen.sh \
|
2007-01-07 13:56:29 +00:00
|
|
|
AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap \
|
|
|
|
$(win32)
|
2004-02-26 18:21:44 +00:00
|
|
|
|
2010-05-25 13:01:34 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
2005-11-27 17:00:08 +00:00
|
|
|
|
2004-03-17 10:45:50 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|
2005-10-26 14:11:30 +00:00
|
|
|
|
|
|
|
check-valgrind:
|
|
|
|
@true
|
2005-11-23 21:27:52 +00:00
|
|
|
|
|
|
|
check-torture:
|
|
|
|
@true
|
2010-05-25 12:26:45 +00:00
|
|
|
|
|
|
|
CRUFT_FILES = \
|
|
|
|
$(top_builddir)/common/shave \
|
2010-05-25 13:01:34 +00:00
|
|
|
$(top_builddir)/common/shave-libtool \
|
|
|
|
$(top_builddir)/common/m4/libtool.m4 \
|
|
|
|
$(top_builddir)/common/m4/ltoptions.m4 \
|
|
|
|
$(top_builddir)/common/m4/ltsugar.m4 \
|
|
|
|
$(top_builddir)/common/m4/ltversion.m4 \
|
|
|
|
$(top_builddir)/common/m4/lt~obsolete.m4
|
2010-05-25 12:26:45 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/cruft.mak
|
|
|
|
|
|
|
|
all-local: check-cruft
|