BUILDER=d:/ike/builder/
include $(BUILDER)/makefile.default.vars
include $(BUILDER)/makefile.default.tools
out=D:\upp-3144\out\MINGW.Debug.Debug_full.Gui
include $(BUILDER)/mod_cpp
include $(BUILDER)/mod_upp
TARGET=

.PHONY: deps pre post
all: pre $(TARGET) post 
include $(BUILDER)/makefile.rules
include ./.deps/canvas.d
include ./.deps/main.d
include ./.deps/tool.d
pre: 
	$(UMK) dpu canvas MinGW
post: 
# --end--
