# recursive makefile for Biome-BGC v 4.1.2: # 1) BIOME-BGC core science library # 2) pointbgc executable for single-point, single-biome BIOME-BGC simulations # # invoke by issuing command "make" from this directory # remember to change the ROOTDIR variable in the makefiles # in the bgclib_v4.1.2 and pointbgc_v4.1.2 directories # # 9 April 2002 # # Peter Thornton all : bgclib_obj pointbgc_obj bgclib_obj : cd bgclib_v4.1.2 ; make all pointbgc_obj : cd pointbgc_v4.1.2 ; make all