Searched refs:LIBRARY_NAMES (Results 1 - 1 of 1) sorted by relevance

/httpd/build/
H A Dinstdso.sh86 LIBRARY_NAMES=`sed -n "/^library_names/{s/library_names='\([^']*\)'/\1/;p;}" $TARGETDIR/$DSOARCHIVE_BASENAME`
87 LIBRARY_NAMES=`echo $LIBRARY_NAMES | sed -e "s/ *$DLNAME//g"`
97 if test -n "$LIBRARY_NAMES"
99 for f in $LIBRARY_NAMES

Completed in 3559 milliseconds