mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
28c8bfbbda
We don't want generated/copied files in common.
36 lines
877 B
Makefile
36 lines
877 B
Makefile
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
COMMON_SUBDIRS = ext docs common tests
|
|
SUBDIRS = $(FFMPEG_SUBDIRS) $(COMMON_SUBDIRS)
|
|
DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs
|
|
|
|
# include before EXTRA_DIST for win32 assignment
|
|
include $(top_srcdir)/common/win32.mak
|
|
|
|
EXTRA_DIST = \
|
|
gst-ffmpeg.spec depcomp ffmpegrev autogen.sh \
|
|
AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap \
|
|
$(win32)
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
check-valgrind:
|
|
@true
|
|
|
|
check-torture:
|
|
@true
|
|
|
|
CRUFT_FILES = \
|
|
$(top_builddir)/common/shave \
|
|
$(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
|
|
|
|
include $(top_srcdir)/common/cruft.mak
|
|
|
|
all-local: check-cruft
|