#-- start of dependency ------------------

!if "$(QUICK)" == ""

!if exist ("$(CMTROOT)/$(CMTBIN)/cmt.exe")
!if [$(build_dependencies) ${CONSTITUENT} -all_sources -out:$(bin)${CONSTITUENT}_dependencies.nmake ${LINE}] == 0
!endif
!else
!if [echo no cmt $(CMTROOT)/$(CMTBIN)/cmt.exe] == 0
!endif
!endif

!endif

!include $(bin)${CONSTITUENT}_dependencies.nmake

#-- end of dependency ------------------
