Home
last modified time | relevance | path

Searched refs:dpadd (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/bmake/mk/
H A Ddpadd.mk110 .-include <local.dpadd.mk>
175 .if !make(dpadd)
304 .if make(*dpadd*)
305 .if !target(dpadd)
306 dpadd: .NOTMAIN
H A DFILES14 dpadd.mk
H A Dprog.mk50 .include <dpadd.mk>
H A Dmk-files.txt233 gather all the headers. dpadd.mk_ did the rest.
244 these are used by dpadd.mk_ and will be explained below.
246 dpadd.mk
H A DChangeLog750 * dpadd.mk: avoid applying :T:R twice to DPLIBS entries
870 * dpadd.mk: always include local.dpadd.mk if it exists
871 remove some things that better belong in local.dpadd.mk
1732 * dpadd.mk: use LDADD_* if defined.
1796 * dpadd.mk (__dpadd_libdirs): order -L's to avoid picking up
1868 * dpadd.mk introduce DPMAGIC_LIBS_*
1943 * dpadd.mk: add SRC_PATHADD
H A Dlib.mk372 .include <dpadd.mk>
/dragonfly/share/mk/
H A Dbsd.dep.mk238 @dpadd=`echo \`ld -Bstatic -f ${LDADD}\`` ; \
239 if [ "$$dpadd" != "${DPADD}" ] ; then \
241 echo "LDADD -> $$dpadd" ; \