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