# filename of this makefile
MAKEFILE         = Makefile

include mk_macros_cl2.ips

# name of the executable program to be installed in dir : $(DEST_EXE_DIR)
EXECUTABLE       = mbedit

# List of the source files depending on the specified project
include MK_SRC_$(PROJECT)

#############################################################################

# the filename for the deps file, that will be new created by "make depend":
MAKE_DEPEND_FILE = ./MD_$(PROJECT).$(EXECUTABLE)

##### DON'T CHANGE THE NEXT LINES, "make depend" depends on this ############
include $(MAKE_DEPEND_FILE)
include $(MAKE_TOOL_DIR)/mk_rules_cl.mf
