include $(GNUSTEP_MAKEFILES)/common.make

SUBPROJECT_NAME = Components
Components_INCLUDE_DIRS = -I../ -I../Headers -I../../ -I/usr/local/include  
Components_OBJCFLAGS =  -W -O3 -fconstant-string-class=NSConstantString -std=gnu99 

Components_OBJC_FILES = \
EnzymixForceField.m \
SCAAS.m \
PureNonBondedCalculator.m \
GRFNonbondedCalculator.m \
ShiftedNonBondedCalculator.m \
CellListHandler.m \
SimpleListHandler.m \
SphericalBox.m \
NewtonianSimulator.m \
ULIndexSetConversions.m \
LangevinSimulator.m \

Components_HEADER_FILES = \
EnzymixForceField.h \
SCAAS.h \
PureNonBondedCalculator.h \
ShiftedNonBondedCalculator.h \
GRFNonbondedCalculator.h \
CellListHandler.h \
SimpleListHandler.h \
SphericalBox.h \
NewtonianSimulator.h \
ULIndexSetConversions.h \

include $(GNUSTEP_MAKEFILES)/subproject.make

