source: branches/publications/ORCHIDEE_IPSLCM5A2.1.r5307/ORCHIDEE/src_global/AA_make.ldef @ 7683

Last change on this file since 7683 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: 723 bytes
Line 
1#-
2#- $Id$
3#-
4#---------------------------------------------------------------------
5#- Creation des elements relatifs a ORGLOB
6#---------------------------------------------------------------------
7SHELL = /bin/sh
8#---------------------------------------------------------------------
9LIBDIR = ../../../lib
10BINDIR = ../../../bin
11MODDIR = $(LIBDIR)
12#---------------------------------------------------------------------
13ORCHIDEE_LIB = $(LIBDIR)/liborchidee.a
14MODEL_LIB = $(LIBDIR)/liborglob.a
15SXMODEL_LIB = $(MODEL_LIB)
16#-Q- sxnec  SXMODEL_LIB = $(LIBDIR)/libsxorglob.a
17#-Q- sx6nec SXMODEL_LIB = $(LIBDIR)/libsxorglob.a
18#-Q- eshpux SXMODEL_LIB = $(LIBDIR)/libsxorglob.a
19#-Q- sx8brodie SXMODEL_LIB = $(LIBDIR)/libsxorglob.a
Note: See TracBrowser for help on using the repository browser.