11 SUBDIRS_TESTS = tests testsuite
17 SUBDIRS_EXAMPLES = examples
22 SUBDIRS = include gst libs tools \
23 $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
25 # These are all the possible subdirs
26 DIST_SUBDIRS = include libs gst tools tests testsuite examples docs
28 all-local: gstreamer-@GST_MAJORMINOR@.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
30 gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc gstreamer.pc.in
31 cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc
32 gstreamer-@GST_MAJORMINOR@-uninstalled.pc: gstreamer-uninstalled.pc gstreamer-uninstalled.pc.in
33 cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
35 pkgconfigdir = $(libdir)/pkgconfig
36 pkgconfig_DATA = gstreamer-@GST_MAJORMINOR@.pc
38 EXTRA_DIST = gstreamer.spec.in \
40 gstreamer-uninstalled.pc.in \
41 configure.ac autogen.sh depcomp \
42 REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING DEVEL \
46 cp gstreamer.spec $(distdir)
47 rm -rf `find $(distdir)/common -name CVS`
50 rpm -ta $(distdir).tar.gz
52 include $(top_srcdir)/idiottest.mak