New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
AA_make in trunk/CONFIG/ORCA2_LIM – NEMO

source: trunk/CONFIG/ORCA2_LIM/AA_make @ 206

Last change on this file since 206 was 206, checked in by opalod, 19 years ago

RB : update144 : update Makefile tools for AIX and SX6NEC

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 270 bytes
Line 
1all: ioipsl orca
2
3ioipsl:
4      (cd ../IOIPSL/src; gmake;)
5
6
7orca:
8#-Q- sxnec  (cd ../OPA/WORK;  gmake ;)
9#-Q- sx6nec (cd ../OPA/WORK;  gmake ;)
10#-Q- aix (cd ../OPA/WORK;  gmake ;)
11#-Q- fjvpp  (cd ../OPA/WORK; gmake  L_C='-Wl,-P';)
12
13
14clean:
15      (cd ../OPA/WORK;  gmake clean ;)
Note: See TracBrowser for help on using the repository browser.