~ubuntu-branches/ubuntu/saucy/atool/saucy

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-08-17 07:51:06 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817075106-8gd3c7fczf342nif
Tags: 0.38.0-1
* New upstream release:
  - remove all Debian patches (they have been applied upstream)
* Add empty build-arch and build-indep targets in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
dist_bin_SCRIPTS = $(script_files)
17
17
 
18
18
$(script_stamp_files): .%-stamp: % $(srcdir)/configure.ac
19
 
        touch $(notdir $<)
20
 
        sed -r "1~s|[^ ]*|$(PERL_SHEBANG)|;/^\\$$::SYSCONFDIR = /s|'.*'|'$(SYSCONFDIR)'|;/^\\$$::PACKAGE = /s/'.*'/'$(PACKAGE)'/;/^\\$$::VERSION = /s/'.*'/'$(PACKAGE_VERSION)'/;/^\\$$::BUG_EMAIL = /s/'.*'/'$(PACKAGE_BUGREPORT)'/" < $< > $(notdir $<.tmp) \
21
 
          && mv $(notdir $<) .$(notdir $<-old) \
22
 
          && mv $(notdir $<.tmp) $(notdir $<)
23
 
        chmod a+x $(notdir $<)
 
19
        touch `basename "$<"`
 
20
        sed "1s|[^ ]*|$(PERL_SHEBANG)|;/^\\$$::SYSCONFDIR = /s|'.*'|'$(SYSCONFDIR)'|;/^\\$$::PACKAGE = /s/'.*'/'$(PACKAGE)'/;/^\\$$::VERSION = /s/'.*'/'$(PACKAGE_VERSION)'/;/^\\$$::BUG_EMAIL = /s/'.*'/'$(PACKAGE_BUGREPORT)'/" < $< > `basename $<.tmp` \
 
21
          && mv `basename "$<"` .`basename "$<-old"` \
 
22
          && mv `basename "$<.tmp"` `basename "$<"`
 
23
        chmod a+x `basename "$<"`
24
24
        touch $@
25
25
 
26
26
all-local: $(script_stamp_files)