# load all basic KIM make configuration
ifeq ($(wildcard ../Makefile.KIM_Config),)
  $(error ../Makefile.KIM_Config does not exist.  Something is wrong with your KIM API package setup)
endif
include ../Makefile.KIM_Config

# set model driver specific details
MODEL_DRIVER_NAME   := Three_Body_Stillinger_Weber_MX2__MD_242389978788_000
MODEL_NAME          := Three_Body_Stillinger_Weber_MoS__MO_201919462778_000
SPECIES_001_NAME    := Mo
SPECIES_002_NAME    := S
PARAM_FILE_001_NAME := Three_Body_Stillinger_Weber_MoS2.params

# load remaining KIM make configuration
include $(KIM_DIR)/$(builddir)/Makefile.ParameterizedModel