about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T15·41+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T15·41+0100
commit2f9bb5c7e744ddca3fbe5576e520a3e80c106c55 (patch)
tree7a3d5d57a460aa87a8f8b58d46102ca339e97770 /substitute.mk
parentc5ba08133370f98de722c978bda3b446721985de (diff)
parent6dca72006aa9b1cf2f226bb5b538e744fcab976f (diff)
Merge branch 'make'
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk43
1 files changed, 0 insertions, 43 deletions
diff --git a/substitute.mk b/substitute.mk
deleted file mode 100644
index d90bded78a7d..000000000000
--- a/substitute.mk
+++ /dev/null
@@ -1,43 +0,0 @@
-%: %.in Makefile
-	sed \
-	 -e "s^@abs_top_srcdir\@^$(abs_top_srcdir)^g" \
-	 -e "s^@abs_top_builddir\@^$(abs_top_builddir)^g" \
-	 -e "s^@extra1\@^$(extra1)^g" \
-	 -e "s^@prefix\@^$(prefix)^g" \
-	 -e "s^@bindir\@^$(bindir)^g" \
-	 -e "s^@datadir\@^$(datadir)^g" \
-	 -e "s^@sysconfdir\@^$(sysconfdir)^g" \
-	 -e "s^@profiledir\@^$(profiledir)^g" \
-	 -e "s^@localstatedir\@^$(localstatedir)^g" \
-	 -e "s^@datadir\@^$(datadir)^g" \
-	 -e "s^@libdir\@^$(libdir)^g" \
-	 -e "s^@libexecdir\@^$(libexecdir)^g" \
-	 -e "s^@storedir\@^$(storedir)^g" \
-	 -e "s^@system\@^$(system)^g" \
-	 -e "s^@shell\@^$(bash)^g" \
-	 -e "s^@curl\@^$(curl)^g" \
-	 -e "s^@bzip2\@^$(bzip2)^g" \
-	 -e "s^@xz\@^$(xz)^g" \
-	 -e "s^@perl\@^$(perl)^g" \
-	 -e "s^@perlFlags\@^$(perlFlags)^g" \
-	 -e "s^@coreutils\@^$(coreutils)^g" \
-	 -e "s^@sed\@^$(sed)^g" \
-	 -e "s^@tar\@^$(tar)^g" \
-	 -e "s^@tarFlags\@^$(tarFlags)^g" \
-	 -e "s^@gzip\@^$(gzip)^g" \
-	 -e "s^@pv\@^$(pv)^g" \
-	 -e "s^@tr\@^$(tr)^g" \
-	 -e "s^@dot\@^$(dot)^g" \
-	 -e "s^@xmllint\@^$(xmllint)^g" \
-	 -e "s^@xmlflags\@^$(xmlflags)^g" \
-	 -e "s^@xsltproc\@^$(xsltproc)^g" \
-	 -e "s^@sqlite_bin\@^$(sqlite_bin)^g" \
-	 -e "s^@version\@^$(VERSION)^g" \
-	 -e "s^@perlbindings\@^$(perlbindings)^g" \
-	 -e "s^@testPath\@^$(coreutils):$$(dirname $$(type -p expr))^g" \
-	 -e "s^@openssl\@^$(openssl_prog)^g" \
-	 < $< > $@ || rm $@
-	if test -x $<; then chmod +x $@; fi
-
-$(CONFIG_HEADER):
-	true