Sign in
apache
/
infrastructure-ezmlm-idx
/
refs/heads/avoid-duplicate-headers
/
.
/
make-libcompile.sh
blob: cd07cbd0185c46be4ce60f571363e4006d335142 [
file
]
echo
'source=$1; shift'
echo
'base=`echo "$source" | sed -e s:\\\\.c$::`'
echo exec
"$CC $CCLO"
'-I. -o "$base".lo -c "$source" ${1+"$@"}'