c++/domain-socket-bridge/.dep.inc
author František Kučera <franta-hg@frantovo.cz>
Tue, 12 May 2020 21:30:46 +0200
changeset 58 2f84ed5f3abf
parent 28 1fec66105b8e
permissions -rw-r--r--
SQLite: demo modul: extern "C" není potřeba pro SQL funkce
franta-hg@28
     1
# This code depends on make tool being used
franta-hg@28
     2
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
franta-hg@28
     3
ifneq (${DEPFILES},)
franta-hg@28
     4
include ${DEPFILES}
franta-hg@28
     5
endif