michael@0: # Copyright (C) 1999-2011, International Business Machines Corporation and others. All Rights Reserved. michael@0: s%^\([a-zA-Z0-9\._-]*\)[ ]*+=%\1=$(\1) % michael@0: s%^[A-Z]*_SO_TARG*%## &% michael@0: s%^SHARED_OBJECT.*%## &% michael@0: s%^LD_SONAME.*%## &% michael@0: s%$(\([^\)]*\))%${\1}%g michael@0: s%^ %#M# % michael@0: s@^[a-zA-Z%$.][^=]*$@#M#&@ michael@0: s@^\([a-zA-Z][-.a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1="\2"@ michael@0: s@^\([a-zA-Z][-a-zA-Z_0-9-]*\)\.\([a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1_\2=\3@ michael@0: s@^\([a-zA-Z][-a-zA-Z_0-9-]*\)\-\([a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1_\2=\3@ michael@0: s@\${\([a-zA-Z][-a-zA-Z_0-9-]*\)\.\([a-zA-Z_0-9-]*\)}@${\1_\2}@g michael@0: s@^\(prefix\)=\(.*\)@default_\1=\2\ michael@0: if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@ michael@0: s@^\(ENABLE_RPATH\)=\(.*\)@default_\1=\2\ michael@0: if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@ michael@0: s%^#SH#[ ]*%% michael@0: s%'\$\$'%\\\$\\\$%g