]> git.saurik.com Git - apple/icu.git/blame - icuSources/config/make2sh.sed
ICU-551.24.tar.gz
[apple/icu.git] / icuSources / config / make2sh.sed
CommitLineData
4388f060 1# Copyright (C) 1999-2011, International Business Machines Corporation and others. All Rights Reserved.
729e4ab9 2s%^\([a-zA-Z0-9\._-]*\)[ ]*+=%\1=$(\1) %
b75a7d8f 3s%^[A-Z]*_SO_TARG*%## &%
73c04bcf 4s%^SHARED_OBJECT.*%## &%
374ca955 5s%^LD_SONAME.*%## &%
b75a7d8f
A
6s%$(\([^\)]*\))%${\1}%g
7s%^ %#M# %
8s@^[a-zA-Z%$.][^=]*$@#M#&@
9s@^\([a-zA-Z][-.a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1="\2"@
10s@^\([a-zA-Z][-a-zA-Z_0-9-]*\)\.\([a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1_\2=\3@
11s@^\([a-zA-Z][-a-zA-Z_0-9-]*\)\-\([a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1_\2=\3@
729e4ab9 12s@\${\([a-zA-Z][-a-zA-Z_0-9-]*\)\.\([a-zA-Z_0-9-]*\)}@${\1_\2}@g
b75a7d8f
A
13s@^\(prefix\)=\(.*\)@default_\1=\2\
14if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
15s@^\(ENABLE_RPATH\)=\(.*\)@default_\1=\2\
16if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
17s%^#SH#[ ]*%%
4388f060 18s%'\$\$'%\\\$\\\$%g