APP = $(notdir $(CURDIR)) BUILD_DIR = build/ NEURON_MODEL = $(EXTRA_SRC_DIR)/neuron/models/spindle_model.c NEURON_MODEL_H = $(EXTRA_SRC_DIR)/neuron/models/spindle_model.h INPUT_TYPE_H = $(SOURCE_DIR)/neuron/input_types/input_type_current.h THRESHOLD_TYPE_H = $(SOURCE_DIR)/neuron/threshold_types/threshold_type_static.h SYNAPSE_TYPE_H = $(EXTRA_SRC_DIR)/neuron/synapse_types/fusimotor_activation.h SYNAPSE_DYNAMICS = $(SOURCE_DIR)/neuron/plasticity/synapse_dynamics_static_impl.c include ../Makefile.spindle