core-deps-latest: Pull gtkmm-3 from the gtkmm-3-24 branch
[jhbuild.git] / scripts / Makefile.am
blob383a1f6755404cbeaf3974090f5a06ceb534ee6d
1 EXTRA_DIST = hg-update.py jhbuild.in debian-python2-postinstall-hook.sh
3 bin_SCRIPTS = jhbuild
4 CLEANFILES = jhbuild
6 pkgdata_SCRIPTS = hg-update.py
8 jhbuild: jhbuild.in
9         sed                                             \
10                 -e s!\@srcdir\@!$(abs_top_srcdir)!      \
11                 -e s!\@prefix\@!$(prefix)!              \
12                 -e s!\@datadir\@!$(datadir)!            \
13                 -e s!\@pkgdatadir\@!$(pkgdatadir)!      \
14                 -e s!\@libexecdir\@!$(libexecdir)!      \
15                 -e s!\@libdir\@!$(libdir)!              \
16                 -e s!\@pythondir\@!$(pythondir)!        \
17                 -e s!\@PACKAGE\@!$(PACKAGE)!            \
18                 -e s!\@VERSION\@!$(VERSION)!            \
19                 < $< > $@
20         chmod +x $@
22 jhbuild: Makefile
24 all-local: jhbuild