Changeset 2168 for trunk/Cbc/configure
- Timestamp:
- Mar 19, 2015 12:47:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/configure
r2167 r2168 30388 30388 doxytag=${lc_proj}_doxy.tag 30389 30389 doxyfound=no 30390 for chkProj in $coin_subdirs ; do 30391 if test "$chkProj" = "$proj" ; then 30392 # proj will be configured, hence doxydoc present in build tree 30393 doxysrcdir="${srcdir}/${proj}" 30394 # AC_MSG_NOTICE([Considering $doxysrcdir (base)]) 30395 if test -d "$doxysrcdir" ; then 30396 # with a doxydoc directory? 30397 doxydir="$doxysrcdir/doxydoc" 30398 # AC_MSG_NOTICE([Considering $doxydir (base)]) 30399 # AC_MSG_NOTICE([Subdirs: $coin_subdirs)]) 30400 if test -d "$doxydir" ; then 30401 # use tag file; don't process source 30402 eval doxydir="`pwd`/${proj}/doxydoc" 30403 coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=$doxydir/html" 30404 echo "$as_me:$LINENO: result: $doxydir (tag)" >&5 30390 # proj will be configured, hence doxydoc present in build tree 30391 doxysrcdir="${srcdir}/../${proj}" 30392 # AC_MSG_NOTICE([Considering $doxysrcdir (base)]) 30393 if test -d "$doxysrcdir" ; then 30394 # with a doxydoc directory? 30395 doxydir="$doxysrcdir/doxydoc" 30396 # AC_MSG_NOTICE([Considering $doxydir (base)]) 30397 # AC_MSG_NOTICE([Subdirs: $coin_subdirs)]) 30398 if test -d "$doxydir" ; then 30399 # use tag file; don't process source 30400 doxydir="../${proj}/doxydoc" 30401 coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=../../$doxydir/html" 30402 echo "$as_me:$LINENO: result: $doxydir (tag)" >&5 30405 30403 echo "${ECHO_T}$doxydir (tag)" >&6 30406 30407 30408 30409 30404 coin_doxy_excludes="$coin_doxy_excludes */${proj}" 30405 else 30406 # will process the source -- nothing further to be done here 30407 echo "$as_me:$LINENO: result: $doxysrcdir (src)" >&5 30410 30408 echo "${ECHO_T}$doxysrcdir (src)" >&6 30411 fi30412 doxyfound=yes30413 fi30414 30409 fi 30415 done 30410 doxyfound=yes 30411 fi 30416 30412 # Not built, fall back to installed tag file 30417 30413 if test $doxyfound = no ; then
Note: See TracChangeset
for help on using the changeset viewer.