#
# Makefile for an EMI UML model interpreter compilation.
# 
# *** DO NOT EDIT *** Generated by EMI tools
# @see Makefile.config
#

null :=#
esc_space = $(subst $(null) $(null),\ ,$1)
sup_dbsls = $(subst //,/,$1)

ifeq (,${EMI_HOME})
$(error Environment variable EMI_HOME must be set (real path).)
else 
export INTERPRETER_HOME := $(call sup_dbsls,${EMI_HOME}/emi-uml-c/)
export INTERPRETER_PATH := $(call esc_space,$(INTERPRETER_HOME))
MODEL_PATH := $(call esc_space,$(realpath .))
include $(INTERPRETER_PATH)/makefile-inc/Makefile.interpreter
endif
