Changeset 2431
- Timestamp:
- Sep 3, 2011 3:07:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r2423 r2431 3527 3527 # construct dependencies variables from LIBS variables 3528 3528 # we add an extra space in LIBS so we can substitute out everything starting with " -" 3529 # remove everything of the form -framework xxx as used on Mac and mkl xxxas used on Windows3529 # remove everything of the form -framework xxx as used on Mac and mkl* and libiomp5* as used on Windows 3530 3530 # then remove everything of the form -xxx 3531 3531 # also remove everything of the form `xxx`yyy (may have been added for cygwin/cl) 3532 m4_toupper($1)_DEPENDENCIES=`echo " $m4_toupper($1)_LIBS" | [sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g']`3532 m4_toupper($1)_DEPENDENCIES=`echo " $m4_toupper($1)_LIBS" | [sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g']` 3533 3533 coin_foreach_w([myvar], [$3], [ 3534 m4_toupper(myvar)_DEPENDENCIES=`echo " $m4_toupper(myvar)_LIBS " | [sed -e 's/ mkl[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g']`3534 m4_toupper(myvar)_DEPENDENCIES=`echo " $m4_toupper(myvar)_LIBS " | [sed -e 's/ mkl[^ ]*//g' -e 's/ libiomp5[^ ]*//g' -e 's/ -framework *[^ ]*//g' -e 's/ -[^ ]*//g' -e 's/\`[^\`]*\`[^ ]* //g']` 3535 3535 ]) 3536 3536 fi
Note: See TracChangeset
for help on using the changeset viewer.