# 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__MD_335816936951_003
MODEL_NAME          := Three_Body_Stillinger_Weber_Balamane_Hauch_Brittle_Si__MO_381114941873_001
SPECIES_001_NAME    := Si
PARAM_FILE_001_NAME := Three_Body_Stillinger_Weber_Si.params

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