#- $Id$ all : libparallel libparameters liborglob libstomate libsechiba libparameters : (cd src_parameters ; $(M_K) -f Makefile) libparallel : (cd ../../modeles/ORCHIDEE/src_parallel ; $(M_K) -f Makefile) liborglob : (cd src_global ; $(M_K) -f Makefile) libstomate : (cd src_stomate ; $(M_K) -f Makefile) libsechiba : (cd src_sechiba ; $(M_K) -f Makefile) config : (cd src_parameters; $(M_K) -f Makefile config) (cd src_sechiba; $(M_K) -f Makefile config) (cd src_stomate; $(M_K) -f Makefile config) clean : (cd src_parameters; $(M_K) -f Makefile clean) (cd src_parallel; $(M_K) -f Makefile clean) (cd src_global; $(M_K) -f Makefile clean) (cd src_sechiba; $(M_K) -f Makefile clean) (cd src_stomate; $(M_K) -f Makefile clean)