json/tools/NlohmannMacroBuilder/.dep.inc

6 lines
163 B
PHP
Raw Normal View History

# This code depends on make tool being used
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
ifneq (${DEPFILES},)
include ${DEPFILES}
endif