• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html
3# Copyright (C) 1999-2011, International Business Machines  Corporation and others.  All Rights Reserved.
4s%^\([a-zA-Z0-9\._-]*\)[ 	]*+=%\1=$(\1) %
5s%^[A-Z]*_SO_TARG*%## &%
6s%^SHARED_OBJECT.*%## &%
7s%^LD_SONAME.*%## &%
8s%$(\([^\)]*\))%${\1}%g
9s%^	%#M#	%
10s@^[a-zA-Z%$.][^=]*$@#M#&@
11s@^\([a-zA-Z][-.a-zA-Z_0-9-]*\)[	 ]*=[ 	]*\(.*\)@\1="\2"@
12s@^\([a-zA-Z][-a-zA-Z_0-9-]*\)\.\([a-zA-Z_0-9-]*\)[	 ]*=[ 	]*\(.*\)@\1_\2=\3@
13s@^\([a-zA-Z][-a-zA-Z_0-9-]*\)\-\([a-zA-Z_0-9-]*\)[	 ]*=[ 	]*\(.*\)@\1_\2=\3@
14s@\${\([a-zA-Z][-a-zA-Z_0-9-]*\)\.\([a-zA-Z_0-9-]*\)}@${\1_\2}@g
15s@^\(prefix\)=\(.*\)@default_\1=\2\
16if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
17s@^\(ENABLE_RPATH\)=\(.*\)@default_\1=\2\
18if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
19s%^#SH#[ ]*%%
20s%'\$\$'%\\\$\\\$%g
21