[2.26] branch sound-juicer
[jhbuild.git] / Makefile.am
blob97e898c4d0e6a75419b65e3177a410c30d3d43ce
1 SUBDIRS = po
3 if DOC_INSTALLATION_ENABLED
4 SUBDIRS += doc
5 endif
8 PATCHES = $(wildcard $(top_srcdir)/patches/*.patch)
9 SOURCES = $(shell find $(top_srcdir)/jhbuild/ -name '*.py' -or -name '*.glade') jhbuild/defaults.jhbuildrc
10 MODULE_SETS = $(wildcard $(top_srcdir)/modulesets/*.modules) modulesets/moduleset.dtd
12 INTLTOOL =                      \
13         intltool-extract.in     \
14         intltool-merge.in       \
15         intltool-update.in
17 EXTRA_DIST = gnome-doc-utils.make $(PATCHES) $(SOURCES) $(MODULE_SETS) \
18         scripts/hg-update.py Makefile.plain install-check.c \
19         po/Makefile.plain $(INTLTOOL)
21 DISTCLEANFILES =                \
22         intltool-extract        \
23         intltool-merge          \
24         intltool-update
26 # those won't be executed by make distcheck, it is necessary as they build
27 # in source tree and do install to ~/bin/
28 all-local:
29         if [ z"$(srcdir)" = z"." ]; then \
30                 $(MAKE) -f Makefile.plain; \
31         fi
33 install-exec-local:
34         if [ z"$(srcdir)" = z"." ]; then \
35                 $(MAKE) -f Makefile.plain install \
36                         bindir="$(bindir)" \
37                         datarootdir="$(datarootdir)"; \
38         fi