4 # if libglade is present, build the player and editor
6 SUBDIRS_LGG = gstplay editor
18 SUBDIRS_TESTS = test tests testsuite
24 SUBDIRS_EXAMPLES = examples
29 SUBDIRS = include gst libs plugins tools $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \
30 $(SUBDIRS_LGG) $(SUBDIRS_DOCS)
32 # These are all the possible subdirs
33 DIST_SUBDIRS = include gst libs plugins tools test tests testsuite examples gstplay editor docs debian
36 bin_SCRIPTS = gstreamer-config
38 m4datadir = $(datadir)/aclocal
39 m4data_DATA = gstreamer.m4
41 pkgconfigdir = $(libdir)/pkgconfig
42 pkgconfig_DATA = gstreamer.pc
44 man_MANS = gstreamer-config.1
46 EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 \
47 gstreamer.pc.in gstreamer-uninstalled.pc.in \
48 configure.base autogen.sh \
49 LICENSE REQUIREMENTS ABOUT-NLS $(man_MANS) \
53 cp gstreamer.spec $(distdir)
56 rpm -ta $(distdir).tar.gz
58 include $(top_srcdir)/idiottest.mak
60 # Rules to generate autoconf scripts if configure.base is updated
61 $(top_srcdir)/configure.in: $(top_srcdir)/configure.base
62 sed <$(top_srcdir)/configure.base >$(top_srcdir)/configure.in '/^SUBSTFOR configure.ac:.*/d;s/^SUBSTFOR configure.in://g'
63 $(top_srcdir)/configure.ac: $(top_srcdir)/configure.base
64 sed <$(top_srcdir)/configure.base >$(top_srcdir)/configure.ac '/^SUBSTFOR configure.in:.*/d;s/^SUBSTFOR configure.ac://g'