c++/parameter-lister/.dep.inc
author František Kučera <franta-hg@frantovo.cz>
Sun, 03 May 2015 22:00:12 +0200
changeset 7 2f46492e90bc
parent 0 7399cb02184b
child 27 f08e42c1efc0
permissions -rw-r--r--
OutputModule and TerminalOutputModule skeletons
     1 # This code depends on make tool being used
     2 DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
     3 ifneq (${DEPFILES},)
     4 include ${DEPFILES}
     5 endif