c++/sql-dk/.dep.inc
author František Kučera <franta-hg@frantovo.cz>
Mon, 29 Apr 2019 01:27:26 +0200
branchv_0
changeset 247 3380ae5275be
parent 230 8bae71482622
permissions -rw-r--r--
getTableName() is needed for the metadata
franta-hg@230
     1
# This code depends on make tool being used
franta-hg@230
     2
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
franta-hg@230
     3
ifneq (${DEPFILES},)
franta-hg@230
     4
include ${DEPFILES}
franta-hg@230
     5
endif