Lines Matching refs:a
2 /^\./s/^\(\.[a-z]*\)\(\.[a-z]*\)\( *: *\)$/\1\2\3 \1/
10 /\$/s/\${\([a-zA-Z0-9_]*\)}/{\1}/g
11 /\$/s/\$(\([a-zA-Z0-9_]*\))/{\1}/g
18 # If line ends with .. then assume it sets a variable that will
20 # that a slash after the ${name} will turn into the missing colon.
24 # Same if it ends with . (a single dot); turn it into nothing.
44 # The original lines screw up -I$(srcdir)/../des by eliminating a colon.
71 #/\.[chly]/s/\([ ><=]\)\([-a-zA-Z0-9_$:"]*\)\.\([chly]\)/\1"{s}"\2.\3/g
72 #/\.[chly]/s/^\([-a-zA-Z0-9_${}:"]*\)\.\([chly]\)/"{s}"\1.\2/g
76 #/{s}/s/"{s}"{\([a-zA-Z0-9_]*\)dir}/"{\1dir}"/g
77 #/{s}/s/"{s}"{\([a-zA-Z0-9_]*\)DIR}/"{\1DIR}"/g
78 #/{s}/s/"{s}""{\([a-zA-Z0-9_]*\)dir}"/"{\1dir}"/g
79 #/{s}/s/"{s}""{\([a-zA-Z0-9_]*\)DIR}"/"{\1DIR}"/g
85 #/^OBJEXT/!s/\([ =]\)\([-a-zA-Z0-9_${}:"]*\)\.o/\1"{o}"\2.c.o/g
86 #/\.o/s/^\([-a-zA-Z0-9_${}:"]*\)\.o/"{o}"\1.c.o/g
88 /^OBJEXT/!s/\([ =]\)\([-a-zA-Z0-9_${}:"]*\)\.o/\1\2.c.o/g
89 /\.o/s/^\([-a-zA-Z0-9_${}:"]*\)\.o/\1.c.o/g
92 #/{o}/s/^"{o}"\([a-zA-Z0-9_]*\)=/\1=/g
95 # /\.a/s/lib\([a-z]*\)\.a/lib\1.o/g
113 # /-c/s/{CC}\(.*\) -c \(.*\)\([-a-z]*\)\.c/{CC}\1 \2\3.c -o "{o}"\3.c.o/g
115 # /-o/s/\([-a-z]*\)\.c -o "{o}".c.o/\1\.c -o "{o}"\1.c.o/
128 ##/^\./s/^\(\.[a-z]*\.[a-z]* \)/# \1/