4 # if libglade and gnome1 are present, build the player and editor
5 # if libglade and gnome2, only the player
10 SUBDIRS_LGG = gstplay editor
25 SUBDIRS_TESTS = test tests testsuite
31 SUBDIRS_EXAMPLES = examples
36 SUBDIRS = include gst libs plugins tools $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \
37 $(SUBDIRS_LGG) $(SUBDIRS_DOCS)
39 # These are all the possible subdirs
40 DIST_SUBDIRS = include gst libs plugins tools test tests testsuite examples gstplay editor docs debian
43 pkgconfigdir = $(libdir)/pkgconfig
44 pkgconfig_DATA = gstreamer.pc
46 EXTRA_DIST = gstreamer.spec.in \
47 gstreamer.pc.in gstreamer-uninstalled.pc.in \
48 configure.ac autogen.sh depcomp \
49 LICENSE REQUIREMENTS ABOUT-NLS \
53 cp gstreamer.spec $(distdir)
56 rpm -ta $(distdir).tar.gz
59 dpkg-buildpacakge -rfakeroot -us -uc
64 include $(top_srcdir)/idiottest.mak