source: CPL/oasis3/trunk/util/compile/frames/include/Print_par_libs.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: 670 bytes
Line 
1######################## Set and print input parameters: libs  #################
2#
3
4export srclibs=${list_of_libraries}
5echo " "
6if [ "$MAKETARGET" = "all" ]; then
7  echo "Libraries which will be updated :" 
8  echo $srclibs
9elif [ "$MAKETARGET" = "clean" ]; then
10  echo "Libraries which will be cleaned :" 
11  echo $srclibs
12elif [ "$MAKETARGET" = "tar" ]; then
13  echo "A tar-file of libraries will be created with:"
14  echo $srclibs
15fi
16
17################################################################################
18#
19# Libraries for all models
20#
21
22TARFILE_DIRS=""
23for srclib in $srclibs; do
24 TARFILE_DIRS=${TARFILE_DIRS}" src/lib/${srclib}"
25done
26export TARFILE_DIRS
27
28
Note: See TracBrowser for help on using the repository browser.