source: tags/ORCHIDEE_1_9_5_1/ORCHIDEE/AA_make @ 55

Last change on this file since 55 was 41, checked in by mmaipsl, 13 years ago

MM, MasaK : Group all definitions of R_Earth in the whole ORCHIDEE code : use a global

definition in constantes.f90

MM, NVui, DS: inverse compilation order of src_parallel and src_parameters

directories.
Now src_parallel will compile first.

  • Property svn:keywords set to Id
File size: 750 bytes
Line 
1#- $Id$
2all : libparallel libparameters liborglob libstomate libsechiba
3
4libparameters :
5        (cd src_parameters ; $(M_K) -f Makefile)
6
7libparallel :
8        (cd ../../modeles/ORCHIDEE/src_parallel ; $(M_K) -f Makefile)
9
10liborglob :
11        (cd src_global ; $(M_K) -f Makefile)
12
13libstomate :
14        (cd src_stomate ; $(M_K) -f Makefile)
15
16libsechiba :
17        (cd src_sechiba ; $(M_K) -f Makefile)
18
19config :
20        (cd src_parameters; $(M_K) -f Makefile config)
21        (cd src_sechiba; $(M_K) -f Makefile config)
22        (cd src_stomate; $(M_K) -f Makefile config)
23
24clean :
25        (cd src_parameters; $(M_K) -f Makefile clean)
26        (cd src_parallel; $(M_K) -f Makefile clean)
27        (cd src_global; $(M_K) -f Makefile clean)
28        (cd src_sechiba; $(M_K) -f Makefile clean)
29        (cd src_stomate; $(M_K) -f Makefile clean)
30
31
Note: See TracBrowser for help on using the repository browser.