subparse: Add drop-out-of-segment property
[platform/upstream/gst-plugins-base.git] / Makefile.am
index 3e22b05..d81f733 100644 (file)
@@ -6,17 +6,11 @@ else
 SUBDIRS_EXT =
 endif
 
-if HAVE_TV_PRODUCT
-SUBDIRS_TOOLS =
-else
-SUBDIRS_TOOLS = tools
-endif
-
 SUBDIRS =                      \
        pkgconfig               \
        gst-libs                \
        gst sys $(SUBDIRS_EXT)  \
-       tests $(SUBDIRS_TOOLS) \
+       tests                   \
        po                      \
        common                  \
        m4
@@ -25,18 +19,18 @@ DIST_SUBDIRS =                      \
        pkgconfig               \
        gst-libs                \
        gst sys ext             \
-       tests $(SUBDIRS_TOOLS) \
+       tests \
        po                      \
        common                  \
        m4
 
-# include before EXTRA_DIST for win32 assignment
-include $(top_srcdir)/common/win32.mak
-
 EXTRA_DIST = \
-       gst-plugins-base.spec depcomp \
-       AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
-       ChangeLog gst-plugins-base.doap autogen.sh $(win32)
+       depcomp \
+       AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
+       ChangeLog gst-plugins-base.doap autogen.sh \
+       $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
+       gst-libs/gst/gl/gstglconfig.h.meson \
+       meson_options.txt
 
 DISTCLEANFILES = _stdint.h
 
@@ -60,41 +54,31 @@ build-checks:
        true
 endif
 
-WIN32_COPY = \
-       $(top_builddir)/gst-libs/gst/*/*-enumtypes.[ch] \
-       $(top_builddir)/_stdint.h
-
-win32-update:
-       for f in $(WIN32_COPY); do cp -v $$f win32/common; done; \
-       for f in win32/common/*-enumtypes.c; do \
-         echo "Indenting $$f"; \
-         gst-indent $$f; gst-indent $$f; \
-       done
-       cp -v $(top_builddir)/win32/common/config.h-new \
-           $(top_srcdir)/win32/common/config.h
-
 include $(top_srcdir)/common/coverage/lcov.mak
 
-check: check-exports
-
 # cruft: plugins that have been merged or moved or renamed
 
 CRUFT_FILES = \
+       $(top_builddir)/gst-plugins-base.spec \
        $(top_builddir)/common/shave \
        $(top_builddir)/common/shave-libtool \
        $(top_builddir)/gst-libs/gst/audio/testchannels \
+       $(top_builddir)/gst-libs/gst/app/gstapp-marshal.c \
+       $(top_builddir)/gst-libs/gst/app/gstapp-marshal.h \
+       $(top_builddir)/gst/encoding/.libs/libgstencodebin.so \
        $(top_builddir)/tests/check/elements/gdppay \
        $(top_builddir)/tests/check/elements/gdpdepay \
        $(top_builddir)/tests/check/pipelines/streamheader \
        $(top_builddir)/tests/examples/audio/testchannels \
-       $(top_builddir)/tests/examples/volume/volume \
-       $(top_builddir)/tools/gst-discoverer
+       $(top_builddir)/tests/examples/volume/volume
 
 CRUFT_DIRS = \
+       $(top_srcdir)/docs/design \
        $(top_srcdir)/docs/plugins/tmpl \
        $(top_srcdir)/ext/gio \
        $(top_srcdir)/gst/gdp \
        $(top_srcdir)/sys/v4l \
+       $(top_srcdir)/win32 \
        $(top_srcdir)/tests/examples/v4l
 
 include $(top_srcdir)/common/cruft.mak