# $Id$

ALL: build_here

SOURCEC	  = ESMCI_VM_F.C ESMC_VM.C
SOURCEF	  = ESMF_VM.F90
SOURCEH	  = 

# List all .h files which should be copied to common include dir
STOREH	  = ESMC_VM.h

OBJSC     = $(addsuffix .o, $(basename $(SOURCEC)))
OBJSF     = $(addsuffix .o, $(basename $(SOURCEF)))

LIBBASE	  = libesmf
LOCDIR	  = src/Infrastructure/VM/interface

CLEANDIRS  =
CLEANFILES =
CLOBBERDIRS =

include ${ESMF_DIR}/makefile

DIRS	  = 

