c++/domain-socket-bridge/.dep.inc
author František Kučera <franta-hg@frantovo.cz>
Sat, 19 Apr 2025 12:14:50 +0200
changeset 60 376c886727ec
parent 28 1fec66105b8e
permissions -rw-r--r--
SQLite: demo modul: příklad přesunut sem: https://hg.frantovo.cz/blog/sqlite-demo-modul/
     1 # This code depends on make tool being used
     2 DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
     3 ifneq (${DEPFILES},)
     4 include ${DEPFILES}
     5 endif