source: branches/ORCHIDEE_EXT/ORCHIDEE/AA_make @ 257

Last change on this file since 257 was 257, checked in by didier.solyga, 13 years ago

Externalized version merged with the trunk

File size: 792 bytes
Line 
1#- $Id: AA_make 41 2011-01-01 19:56:53Z mmaipsl $
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.