summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-06-09 00:57:47 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-13 14:15:43 +0100
commit289d8e53e2194221c46b06c12675a4d515ea5cf4 (patch)
tree588c24c0445ec6bfa557bcdeb5779227b2dc3a1b /tools
parent2409f4f3609d2dce3f65d1a8c4be5e470b7cf9d3 (diff)
downloadgstreamer-plugins-base-289d8e53e2194221c46b06c12675a4d515ea5cf4.tar.gz
Remove autotools build system
Diffstat (limited to 'tools')
-rw-r--r--tools/.gitignore3
-rw-r--r--tools/Makefile.am30
2 files changed, 0 insertions, 33 deletions
diff --git a/tools/.gitignore b/tools/.gitignore
deleted file mode 100644
index 2a374d3f9..000000000
--- a/tools/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-gst-device-monitor-?.0
-gst-discoverer-?.0
-gst-play-?.0
diff --git a/tools/Makefile.am b/tools/Makefile.am
deleted file mode 100644
index d6da6e2ef..000000000
--- a/tools/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-man_MANS = \
- gst-device-monitor-@GST_API_VERSION@.1 \
- gst-discoverer-@GST_API_VERSION@.1 \
- gst-play-@GST_API_VERSION@.1
-
-bin_PROGRAMS = \
- gst-device-monitor-@GST_API_VERSION@ \
- gst-discoverer-@GST_API_VERSION@ \
- gst-play-@GST_API_VERSION@
-
-gst_device_monitor_@GST_API_VERSION@_SOURCES = gst-device-monitor.c
-
-gst_discoverer_@GST_API_VERSION@_SOURCES = gst-discoverer.c
-
-gst_play_@GST_API_VERSION@_SOURCES = gst-play.c gst-play-kb.c gst-play-kb.h
-
-noinst_HEADERS = gst-play-kb.h
-
-CLEANFILES = $(bin_SCRIPTS) $(bin_PROGRAMS)
-
-EXTRA_DIST = $(man_MANS)
-
-
-LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
- $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la \
- $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \
- $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
- $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
-
-AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)