try try try
[platform/upstream/gstreamer.git] / Makefile.am
1 PACKAGE = @PACKAGE@
2 VERSION = @VERSION@
3
4 if BUILD_DOCS
5 SUBDIRS_DOCS = docs
6 else
7 SUBDIRS_DOCS =
8 endif
9
10 if BUILD_TESTS
11 SUBDIRS_TESTS = tests testsuite
12 else
13 SUBDIRS_TESTS =
14 endif
15
16 if BUILD_EXAMPLES
17 SUBDIRS_EXAMPLES = examples
18 else
19 SUBDIRS_EXAMPLES =
20 endif
21
22 SUBDIRS = include libs gst tools \
23         $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
24
25 # These are all the possible subdirs
26 DIST_SUBDIRS = include libs libs tools tests testsuite examples docs
27
28
29 pkgconfigdir = $(libdir)/pkgconfig
30 pkgconfig_DATA = gstreamer.pc
31
32 EXTRA_DIST = gstreamer.spec.in \
33              gstreamer.pc.in gstreamer-uninstalled.pc.in \
34              configure.ac autogen.sh depcomp \
35              LICENSE REQUIREMENTS ABOUT-NLS RELEASE \
36              idiottest.mak
37
38 dist-hook:
39         cp gstreamer.spec $(distdir)
40
41 rpm: dist
42         rpm -ta $(distdir).tar.gz
43
44 include $(top_srcdir)/idiottest.mak
45