Last change
on this file since 428 was
257,
checked in by didier.solyga, 14 years ago
|
Externalized version merged with the trunk
|
File size:
792 bytes
|
Rev | Line | |
---|
[257] | 1 | #- $Id: AA_make 41 2011-01-01 19:56:53Z mmaipsl $ |
---|
| 2 | all : libparallel libparameters liborglob libstomate libsechiba |
---|
[64] | 3 | |
---|
| 4 | libparameters : |
---|
| 5 | (cd src_parameters ; $(M_K) -f Makefile) |
---|
| 6 | |
---|
| 7 | libparallel : |
---|
| 8 | (cd ../../modeles/ORCHIDEE/src_parallel ; $(M_K) -f Makefile) |
---|
| 9 | |
---|
| 10 | liborglob : |
---|
| 11 | (cd src_global ; $(M_K) -f Makefile) |
---|
| 12 | |
---|
| 13 | libstomate : |
---|
| 14 | (cd src_stomate ; $(M_K) -f Makefile) |
---|
| 15 | |
---|
| 16 | libsechiba : |
---|
| 17 | (cd src_sechiba ; $(M_K) -f Makefile) |
---|
| 18 | |
---|
| 19 | config : |
---|
| 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 | |
---|
| 24 | clean : |
---|
| 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.