File: Makefile.include

package info (click to toggle)
surfraw 2.2.2-3%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,172 kB
  • ctags: 192
  • sloc: sh: 5,857; perl: 821; makefile: 198
file content (13 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile.include,v 1.4 2006-03-15 23:05:09 ianb-guest Exp $

%: %.IN
	-rm -f $@ $@.tmp
	sed -e 's,@bindir\@,${bindir},g; '\
	    -e 's,@mandir\@,${mandir},g; '\
	    -e 's,@VERSION\@,${VERSION},g; '\
	    -e 's,@prefix\@,${prefix},g; '\
	    -e 's,@ELVIDIR\@,${ELVIDIR},g; '\
	    -e 's,@sysconfdir\@,${sysconfdir},g' $< >$@.tmp
	chmod +x $@.tmp
	mv $@.tmp $@