# $Id: makefile,v 1.2 2009/08/31 18:11:23 theurich Exp $ ALL: tree_build_system_tests run: tree_run_system_tests LOCDIR = src/system_tests/ESMF_FieldRegridDisjoint SYSTEM_TESTS_BUILD = $(ESMC_TESTDIR)/ESMF_FieldRegridDisjointSTest # Object files other than SysTest%.o that the # system tests executable will depend on. # List objects files in the order that they # are to be compiled/created. SYSTEM_TESTS_OBJ = user_model1.o user_model2.o user_coupler.o SYSTEM_TESTS_RUN = RUN_FieldRegridDisjoint SYSTEM_TESTS_RUN_UNI = ESMF_FieldRegridDisjointSTest.o : $(SYSTEM_TESTS_OBJ) include $(ESMF_DIR)/makefile DIRS = CLEANDIRS = CLEANFILES = $(SYSTEM_TESTS_BUILD) CLOBBERDIRS = RUN_FieldRegridDisjoint: $(MAKE) TNAME=FieldRegridDisjoint NP=6 stest