source: CPL/oasis3/trunk/util/compile/frames/include/Cppflags_edit.h @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 429 bytes
Line 
1export CPPFLAGCC=$CPPFLAG
2
3CPPFLAGF90=""
4for flag in $CPPFLAG ; do
5 CPPFLAGF90=$CPPFLAGF90$CPPFLAGSEP$flag
6done
7if [ "$CPPFLAGF90" != "" ]; then
8  CPPFLAGF90=$CPPFLAGF90start$CPPFLAGF90
9fi
10export CPPFLAGF90
11
12if [ "$MAKETARGET" = "all" ] || [ "$MAKETARGET" = "lib" ]; then
13  echo ' '
14  echo "CPP flags used with the cc command: "
15  echo $CPPFLAGCC
16  echo ' '
17  echo "CPP flags used with the f90 command: "
18  echo $CPPFLAGF90
19fi
20
Note: See TracBrowser for help on using the repository browser.