Makefile: build dependencies in .*.o.d files
authorBrian Norris <banorris@uci.edu>
Thu, 6 Dec 2012 22:10:28 +0000 (14:10 -0800)
committerBrian Norris <banorris@uci.edu>
Thu, 6 Dec 2012 23:34:11 +0000 (15:34 -0800)
commit65a79092518f7818c93238caa9ebfdab3f36cda8
tree7b7981a485c40077192b554644b68b5ccf8adedb
parentdcf7f575967bec560d500cc4f52e35c21671525c
Makefile: build dependencies in .*.o.d files

My previous attempts at fixing dependency generation actually cause
full recompilation every time a file is changed. Apparently, it'll work
best if each target object has its own dependency file. i.e., target
'model.o' has a corresponding '.model.o.d' which holds its dependency
information.
.gitignore
Makefile