Deleted Added
full compact
auto.dep.mk (296637) auto.dep.mk (300313)
1#
2# RCSid:
1#
2# RCSid:
3# $Id: auto.dep.mk,v 1.4 2016/02/18 21:16:39 sjg Exp $
3# $Id: auto.dep.mk,v 1.5 2016/04/05 15:58:37 sjg Exp $
4#
5# @(#) Copyright (c) 2010, Simon J. Gerraty
6#
7# This file is provided in the hope that it will
8# be of use. There is absolutely NO WARRANTY.
9# Permission to copy, redistribute or otherwise
10# use this file is hereby granted provided that
11# the above copyright notice and this notice are

--- 49 unchanged lines hidden (view full) ---

61 -@for f in ${.ALLSRC:M*o:T:O:u:%=%.d}; do \
62 echo ".-include \"$$f\""; \
63 done > $@
64.else
65# we have .dinclude
66.if empty(_SKIP_BUILD)
67_all_objs = ${OBJS} ${POBJS} ${SOBJS}
68.for d in ${_all_objs:M*o:T:O:u:%=%.d}
4#
5# @(#) Copyright (c) 2010, Simon J. Gerraty
6#
7# This file is provided in the hope that it will
8# be of use. There is absolutely NO WARRANTY.
9# Permission to copy, redistribute or otherwise
10# use this file is hereby granted provided that
11# the above copyright notice and this notice are

--- 49 unchanged lines hidden (view full) ---

61 -@for f in ${.ALLSRC:M*o:T:O:u:%=%.d}; do \
62 echo ".-include \"$$f\""; \
63 done > $@
64.else
65# we have .dinclude
66.if empty(_SKIP_BUILD)
67_all_objs = ${OBJS} ${POBJS} ${SOBJS}
68.for d in ${_all_objs:M*o:T:O:u:%=%.d}
69.dinclude "$d"
69.dinclude <$d>
70.endfor
71.endif
72
73.endif
74.endif
70.endfor
71.endif
72
73.endif
74.endif