source: tags/ORCHIDEE_1_9_5/ORCHIDEE/AA_make @ 5623

Last change on this file since 5623 was 8, checked in by orchidee, 14 years ago

import first tag equivalent to CVS orchidee_1_9_5 + OOL_1_9_5

File size: 797 bytes
Line 
1#- $Id: AA_make,v 1.4 2007/09/20 13:32:32 ssipsl Exp $
2all : libparameters libparallel 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.