]>
Commit | Line | Data |
---|---|---|
73c04bcf | 1 | # Copyright (C) 1999-2006, International Business Machines Corporation and others. All Rights Reserved. |
b75a7d8f A |
2 | s%^\([a-zA-Z\._-]*\)[ ]*+=%\1=$(\1) % |
3 | s%^[A-Z]*_SO_TARG*%## &% | |
73c04bcf | 4 | s%^SHARED_OBJECT.*%## &% |
374ca955 | 5 | s%^LD_SONAME.*%## &% |
b75a7d8f A |
6 | s%$(\([^\)]*\))%${\1}%g |
7 | s%^ %#M# % | |
8 | s@^[a-zA-Z%$.][^=]*$@#M#&@ | |
9 | s@^\([a-zA-Z][-.a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1="\2"@ | |
10 | s@^\([a-zA-Z][-a-zA-Z_0-9-]*\)\.\([a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1_\2=\3@ | |
11 | s@^\([a-zA-Z][-a-zA-Z_0-9-]*\)\-\([a-zA-Z_0-9-]*\)[ ]*=[ ]*\(.*\)@\1_\2=\3@ | |
12 | s@^\(prefix\)=\(.*\)@default_\1=\2\ | |
13 | if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@ | |
14 | s@^\(ENABLE_RPATH\)=\(.*\)@default_\1=\2\ | |
15 | if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@ | |
16 | s%^#SH#[ ]*%% |