include $(GNUSTEP_MAKEFILES)/common.make
#ADDITIONAL_CPPFLAGS+=
ADDITIONAL_CPPFLAGS+=-I../Application
ADDITIONAL_CPPFLAGS+=-I../Application/Inspection
ADDITIONAL_CPPFLAGS+=-I../Application/ChartView/
ADDITIONAL_CPPFLAGS+=-I../Application/UI
LIBRARY_NAME=FSCore
FSCore_OBJC_FILES=\
FSConstant.m \
FSExpression.m \
FSExpressionError.m \
FSExpressionNegator.m \
FSExpressionParenthesis.m \
FSFormula.m \
FSFormulaDefinition.m \
FSFormulaSelection.m \
FSFormulaSpace.m \
FSFunction.m \
FSGlobalHeader.m \
FSHashMap.m \
FSHeader.m \
FSKey.m \
FSKeyGroup.m \
FSKeyRange.m \
FSKeySet.m \
FSLog.m \
FSObject.m \
FSOperator.m \
FSParserFunctions.m \
FSSelection.m \
FSTable+Find.m \
FSTable+Formula.m \
FSTable.m \
FSUnit.m \
FSValue.m \
FSVariable.m \
GSCategories.m \
FoundationExtentions.m
include $(GNUSTEP_MAKEFILES)/library.make

