File: Makefile.am

package info (click to toggle)
fakechroot 2.9-1.1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,316 kB
  • ctags: 408
  • sloc: sh: 10,537; ansic: 2,223; perl: 126; makefile: 40
file content (15 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bin_SCRIPTS = fakechroot
EXTRA_DIST = fakechroot.in ldd.fake restoremode.sh savemode.sh
CLEANFILES = fakechroot

do_subst = sed -e 's,[@]prefix[@],$(prefix),g' \
	   -e 's,[@]bindir[@],$(bindir),g' \
	   -e 's,[@]libdir[@],$(libdir),g' \
	   -e 's,[@]pkglibdir[@],$(pkglibdir),g' \
	   -e 's,[@]libpath[@],$(libpath),g' \
	   -e 's,[@]fakechroot_transformed[@],'`echo fakechroot | sed -e '$(transform)'`',g' \
	   -e 's,[@]VERSION[@],$(VERSION),g' 

fakechroot: $(srcdir)/fakechroot.in Makefile
	$(do_subst) < $(srcdir)/fakechroot.in > fakechroot
	chmod +x fakechroot