c++/domain-socket-bridge/.dep.inc
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Nov 2016 22:48:29 +0100
changeset 43 b54d76467040
parent 28 1fec66105b8e
permissions -rw-r--r--
libevent: řetězec/buffer musí být pro použití jako string ukončen \0
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