c++/parameter-lister/.dep.inc
author Vojtěch Král <vojtech@kral.hk>
Sat, 01 Oct 2016 16:19:20 +0200
changeset 29 2d2eaba76d70
parent 27 f08e42c1efc0
permissions -rw-r--r--
implementation in the Rust language
discussion and source: https://www.abclinuxu.cz/blog/xkucf03/2016/9/parametry-prikazu-roury-java-a-jine-jazyky#12
Committed by: František Kučera <franta-hg@frantovo.cz>
franta-hg@0
     1
# This code depends on make tool being used
franta-hg@27
     2
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
franta-hg@0
     3
ifneq (${DEPFILES},)
franta-hg@0
     4
include ${DEPFILES}
franta-hg@0
     5
endif