source: CPL/oasis3/trunk/util/compile/frames/include/Make_model.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: 442 bytes
Line 
1################################################################################
2#
3# Execute makefile  :   -p : listing of all default rules
4#                       -d : debug
5#                       -k : dont stop when error occurs
6#
7
8if [ -f ${stdout} ] ; then
9   rm -f ${stdout}
10fi
11if [ -f ${stderr} ] ; then
12   rm -f ${stderr}
13fi
14
15make -f Top_Makefile_$$ $MAKETARGET -k
16 
17if [ ! "$MAKETARGET" = "clean" ]; then
18  rm Top_Makefile_$$
19fi
20
Note: See TracBrowser for help on using the repository browser.