]> git.saurik.com Git - apple/icu.git/blame - icuSources/config/make2sh.sed
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / config / make2sh.sed
CommitLineData
f3c0d7a5
A
1# Copyright (C) 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html
4388f060 3# Copyright (C) 1999-2011, International Business Machines Corporation and others. All Rights Reserved.
729e4ab9 4s%^\([a-zA-Z0-9\._-]*\)[ ]*+=%\1=$(\1) %
b75a7d8f 5s%^[A-Z]*_SO_TARG*%## &%
73c04bcf 6s%^SHARED_OBJECT.*%## &%
f3c0d7a5 7s@^_%.*@## &@
374ca955 8s%^LD_SONAME.*%## &%
b75a7d8f
A
9s%$(\([^\)]*\))%${\1}%g
10s%^ %#M# %
11s@^[a-zA-Z%$.][^=]*$@#M#&@
12s@^\([a-zA-Z][-.a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1="\2"@
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=\3@
729e4ab9 15s@\${\([a-zA-Z][-a-zA-Z_0-9-]*\)\.\([a-zA-Z_0-9-]*\)}@${\1_\2}@g
b75a7d8f
A
16s@^\(prefix\)=\(.*\)@default_\1=\2\
17if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
18s@^\(ENABLE_RPATH\)=\(.*\)@default_\1=\2\
19if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
20s%^#SH#[ ]*%%
4388f060 21s%'\$\$'%\\\$\\\$%g