# This Source Code Form is subject to the terms of the Mozilla Public License, # v. 2.0. If a copy of the MPL was not distributed with this file, You can # obtain one at http://mozilla.org/MPL/2.0/. # load all basic KIM make configuration include ../Makefile.KIM_Config # set model specific details MODEL_NAME := Pair_Johnson_Fe__MO_857282754307_000 MODEL_INIT_FUNCTION_NAME := model_init MODEL_INIT_FUNCTION_LANG := Fortran LOCALOBJ = Pair_Johnson_Fe.o LOCALCLEAN = # APPEND to compiler option flag lists #FFLAGS += #CCFLAGS += #CXXFLAGS += #LDFLAGS += # load remaining KIM make configuration include $(KIM_DIR)/MAKE_SYSTEM/Makefile.Model