]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - Makefile.am
Make my automake version shut up about undefined variables
[glsdk/gst-plugins-ugly0-10.git] / Makefile.am
1 if BUILD_DOCS
2 # disabled until it actually works
3 # SUBDIRS_DOCS = docs
4 SUBDIRS_DOCS =
5 else
6 SUBDIRS_DOCS =
7 endif
9 # if USE_GCONFTOOL
10 # GCONF_DIR = gconf
11 # else
12 GCONF_DIR =
13 # endif
15 SUBDIRS =                       \
16         gst sys ext             \
17         $(GCONF_DIR)            \
18         m4 common               
19 # disabled
20 #       $(SUBDIRS_DOCS)
22 DIST_SUBDIRS =                  \
23         gst sys ext             \
24         m4 common
26 # disabled
27 #       docs
29 EXTRA_DIST = \
30         gst-plugins.spec depcomp \
31         AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
32         ChangeLog autogen.sh
34 DISTCLEANFILES = _stdint.h
36 # check that no marshal or enumtypes files are included
37 # this in turn ensures that distcheck fails for missing .list files which is currently
38 # shadowed when the corresponding .c and .h files are included.
39 distcheck-hook:
40         @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
41         test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
42         ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
43           $(ECHO) "*** Make sure the following files are not disted:" && \
44           find $(distdir) -name \*-enumtypes.[ch] && \
45           find $(distdir) -name \*-marshal.[ch] && \
46           false )
48 # include $(top_srcdir)/common/release.mak
49 # include $(top_srcdir)/common/po.mak