
BOUT_TOP = ../..
DIRS		= options
SOURCEC		= bout_types.cxx boutexception.cxx derivs.cxx \
		  msg_stack.cxx options.cxx output.cxx \
		  utils.cxx optionsreader.cxx boutcomm.cxx \
		  timer.cxx range.cxx petsclib.cxx expressionparser.cxx \
	          slepclib.cxx type_name.cxx generator_context.cxx \
		  hyprelib.cxx

SOURCEH		= $(SOURCEC:%.cxx=%.hxx) globals.hxx bout_types.hxx multiostream.hxx
TARGET		= lib

include $(BOUT_TOP)/make.config
