OBJS=carlislePriorityHeaterPerTimeRangeStudy.o 


#include common Makefile for default targets
include ../../Makefile.project
include $(MOBIUSROOT)/Cpp/BaseClasses/Makefile.common

all: normal
opt: $(ROOTDIR)/lib/$(PLATFORM)/libcarlislePriorityHeaterPerTimeRangeStudy.a
normal debug trace: $(ROOTDIR)/lib/$(PLATFORM)/libcarlislePriorityHeaterPerTimeRangeStudy_debug.a

$(ROOTDIR)/lib/$(PLATFORM)/libcarlislePriorityHeaterPerTimeRangeStudy.a: FORCE
	$(MAKE) lib TARGET=libcarlislePriorityHeaterPerTimeRangeStudy.a OBJS="$(OBJS)" USERINCLUDE="$(USERINCLUDE)" TYPE="" ROOTLIBDIR="."

$(ROOTDIR)/lib/$(PLATFORM)/libcarlislePriorityHeaterPerTimeRangeStudy_debug.a: FORCE
	$(MAKE) lib TARGET=libcarlislePriorityHeaterPerTimeRangeStudy_debug.a OBJS="$(OBJS)" USERINCLUDE="$(USERINCLUDE)" TYPE="_debug" ROOTLIBDIR="."

clean_sub_dirs:

