~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to glib/bin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
all-local: $(bin_SCRIPTS)
6
6
 
7
 
guile-gnome: guile-gnome.in
8
 
        sed -e "s|@guilegnomedir\@|$(guilegnomedir)|g" \
 
7
# tried to get autoconf to do this, but failed.
 
8
guile-gnome-@API_VERSION@: guile-gnome.in Makefile
 
9
        if test -f $@; then chmod +w $@; fi
 
10
        sed -e "s|@API_VERSION\@|@API_VERSION@|g" \
 
11
            -e "s|@running-uninstalled\@|#t|g" \
 
12
            -e "s|@guilegnomedir\@|$(guilegnomedir)|g" \
9
13
            -e "s|@guilegnomelibdir\@|$(guilegnomelibdir)|g" \
10
14
            -e "s|@libdir\@|$(libdir)|g" \
11
 
            $(srcdir)/guile-gnome.in > guile-gnome
 
15
            $< > $@
 
16
        chmod +x-w $@
12
17
 
13
 
%-@API_VERSION@: %
14
 
        cp $< $@
15
 
        chmod +x $@
 
18
install-exec-local: Makefile
 
19
        @$(NORMAL_INSTALL)
 
20
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
21
        sed -e "s|@API_VERSION\@|@API_VERSION@|g" \
 
22
            -e "s|@running-uninstalled\@|#f|g" \
 
23
            -e "s|@guilegnomedir\@|$(guilegnomedir)|g" \
 
24
            -e "s|@guilegnomelibdir\@|$(guilegnomelibdir)|g" \
 
25
            -e "s|@libdir\@|$(libdir)|g" \
 
26
            $(srcdir)/guile-gnome.in > $(DESTDIR)$(bindir)/guile-gnome-@API_VERSION@
 
27
        chmod 755 $(DESTDIR)$(bindir)/guile-gnome-@API_VERSION@
16
28
 
17
29
EXTRA_DIST = guile-gnome.in
18
 
CLEANFILES = $(bin_SCRIPTS) guile-gnome
 
30
CLEANFILES = $(bin_SCRIPTS)