# $Id$ 

ALL: build_here

LOCDIR   = src/Superstructure

include $(ESMF_DIR)/makefile

ifeq ($(ESMF_MAPPER_BUILD),ON)
DIRS     =  State Component Mapper InternalState AttachMethods InfoAPI NamedAlias StateReconcile AttributeAPI TraceAPI WebServices IOAPI PreESMFMod ESMFMod AppDriver
else
DIRS     =  State Component InternalState AttachMethods InfoAPI NamedAlias StateReconcile AttributeAPI TraceAPI WebServices IOAPI PreESMFMod ESMFMod AppDriver
endif

CLEANDIRS   =
CLEANFILES  =
CLOBBERDIRS =










