#
# Makefile for an EMI UML atom compilation.
# 
# *** DO NOT EDIT *** Generated by EMI tools
# 
# This Makefile aims at being automaticaly used by emi.analysis.server.atom.AtomManager to compile atoms.
#
# @author Matthias Brun (matthias.brun@eseo.fr)
#

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

ifeq (,$(EMI_HOME))
$(error EMI_HOME must be set.)
else 
INTERPRETER_HOME := $(EMI_HOME)/emi-uml-c/
INTERPRETER_PATH := $(call esc_space,$(INTERPRETER_HOME))
include $(INTERPRETER_PATH)/makefile-inc/Makefile.atom
endif
