Searched refs:cf_searchpath (Results 1 – 2 of 2) sorted by relevance
9184 for cf_searchpath in `echo "$withval" | tr $PATH_SEPARATOR ' '`; do9185 if test -d "$cf_searchpath/include" ; then9187 if test -n "$cf_searchpath/include" ; then9188 for cf_add_incdir in $cf_searchpath/include9269 elif test -d "$cf_searchpath/../include" ; then9271 if test -n "$cf_searchpath/../include" ; then9272 for cf_add_incdir in $cf_searchpath/../include9358 if test -d "$cf_searchpath/lib" ; then9360 if test -n "$cf_searchpath/lib" ; then9361 for cf_add_libdir in $cf_searchpath/lib[all …]
903 for cf_searchpath in `echo "$1" | tr $PATH_SEPARATOR ' '`; do904 if test -d "$cf_searchpath/include" ; then905 CF_ADD_INCDIR($cf_searchpath/include)906 elif test -d "$cf_searchpath/../include" ; then907 CF_ADD_INCDIR($cf_searchpath/../include)911 if test -d "$cf_searchpath/lib" ; then912 CF_ADD_LIBDIR($cf_searchpath/lib)913 elif test -d "$cf_searchpath" ; then914 CF_ADD_LIBDIR($cf_searchpath)