c++/domain-socket-bridge/.dep.inc
author František Kučera <franta-hg@frantovo.cz>
Fri, 15 May 2020 20:32:37 +0200
changeset 59 d6614ad97bed
parent 28 1fec66105b8e
permissions -rw-r--r--
LV2: modul zesilovače, dle oficiálního příkladu, ale bez závislosti na Pythonu – stačí gcc a make
     1 # This code depends on make tool being used
     2 DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
     3 ifneq (${DEPFILES},)
     4 include ${DEPFILES}
     5 endif