Last change
on this file since 7200 was
1311,
checked in by josefine.ghattas, 11 years ago
|
Add creation of library liborchidee.a containing all .o files. For now on, only this library needs to be linked to LMDZ or other atmospheric model. The original libraries (libsechiba.a, libstomate.a, libparameter.a, etc) are kept for retrocompatibility.
|
-
Property svn:keywords set to
Id
|
File size:
747 bytes
|
Line | |
---|
1 | #- |
---|
2 | #- $Id$ |
---|
3 | #- |
---|
4 | #--------------------------------------------------------------------- |
---|
5 | #- Creation des elements relatifs a PARALLEL |
---|
6 | #--------------------------------------------------------------------- |
---|
7 | SHELL = /bin/sh |
---|
8 | #--------------------------------------------------------------------- |
---|
9 | LIBDIR = ../../../lib |
---|
10 | BINDIR = ../../../bin |
---|
11 | MODDIR = $(LIBDIR) |
---|
12 | ORDIR = .. |
---|
13 | #--------------------------------------------------------------------- |
---|
14 | ORCHIDEE_LIB = $(LIBDIR)/liborchidee.a |
---|
15 | MODEL_LIB = $(LIBDIR)/libparallel.a |
---|
16 | SXMODEL_LIB = $(MODEL_LIB) |
---|
17 | #-Q- sxnec SXMODEL_LIB = $(LIBDIR)/libsxparallel.a |
---|
18 | #-Q- sx6nec SXMODEL_LIB = $(LIBDIR)/libsxparallel.a |
---|
19 | #-Q- eshpux SXMODEL_LIB = $(LIBDIR)/libsxparallel.a |
---|
20 | #-Q- sx8brodie SXMODEL_LIB = $(LIBDIR)/libsxparallel.a |
---|
Note: See
TracBrowser
for help on using the repository browser.