#-- 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

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

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