RTS_HOME = C:\Arquivos de programas\Rational\Rose RealTime/C++/TargetRTS
include <$(RTS_HOME)/codegen/rtgen.mk>
MODEL = C:/ITA/Trabalho_Grupo/CE235_PVA_Grupo2_PosGrad.rtmdl
COMPONENT = "Component View::DetectarObstaculoComponent"
RTGEN_FLAGS = -model $(MODEL) -component $(COMPONENT) -spacedeps dq
include <RTSystem/DetectarObstaculoComponent.dep>
TARGETS = $(DetectarObstaculoComponent_SYSTARGET)
RTGENERATE_TARGET = $(TARGETS)

RTgenerate : $(RTGENERATE_TARGET)

.PRECIOUS : $(TARGETS)

$(DetectarObstaculoComponent_SYSTARGET) : $(DetectarObstaculoComponent_SYSDEPS)
	$(RTGEN) $(RTGEN_FLAGS) -system

