Lines Matching +full:ainc +full:-
23 # explicit dependencies help short-circuit .SUFFIX searches
37 MKDEP_CMD?= /usr/local/share/bin/mkdeps.sh -N
71 @rm -f .depend
74 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
75 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$f; done
77 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
78 ${CFLAGS:M-[ID]*} ${CPPFLAGS} $$f; done
80 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
81 ${CXXFLAGS:M-[ID]*} ${CPPFLAGS} $$f; done
85 echo ${_MKDEP} -a ${MKDEPFLAGS} \
86 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$files; \
87 ${_MKDEP} -a ${MKDEPFLAGS} \
88 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$files;; \
92 echo ${_MKDEP} -a ${MKDEPFLAGS} \
93 ${CFLAGS:M-[ID]*} ${CPPFLAGS} $$files; \
94 ${_MKDEP} -a ${MKDEPFLAGS} \
95 ${CFLAGS:M-[ID]*} ${CPPFLAGS} $$files;; \
99 echo ${_MKDEP} -a ${MKDEPFLAGS} \
100 ${CXXFLAGS:M-[ID]*} ${CPPFLAGS} $$files; \
101 ${_MKDEP} -a ${MKDEPFLAGS} \
102 ${CXXFLAGS:M-[ID]*} ${CPPFLAGS} $$files;; \
105 .-include <ccm.dep.mk>
121 -cd ${.CURDIR}; ctags -f /dev/stdout ${.ALLSRC:N*.h} | \
132 rm -f .depend ${.CURDIR}/tags