chiark / gitweb /
add copyright and licence notices to example .[ch] files
[subdirmk.git] / subdirmk / cdeps.sd.mk
1
2 &DEPFILES += $(foreach b,$(patsubst %.o,%,$(&OBJECTS)), \
3                 $(dir $b).$(notdir $b).d)
4 -include $(&DEPFILES)
5