Searched refs:ALLSRC (Results 1 - 25 of 206) sorted by path

123456789

/freebsd-11-stable/bin/cat/tests/
H A DMakefile21 sed -E -e 's,^[[:space:]]{7}\$$$$,\$$,' < ${.ALLSRC} > ${.TARGET}.tmp
/freebsd-11-stable/bin/csh/
H A DMakefile110 cat ${.ALLSRC} > ${.TARGET}
137 grep 'ERR_' ${.ALLSRC} | grep '^#define' >> ${.TARGET}
145 ${CC:N${CCACHE_BIN}} -E ${CFLAGS:C/-DHAVE_ICONV//} ${.ALLSRC} -D_h_tc_const | \
/freebsd-11-stable/bin/rmail/
H A DMakefile34 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/cddl/lib/libdtrace/
H A DMakefile127 sh ${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common/mkerrtags.sh < ${.ALLSRC} > ${.TARGET}
130 sh ${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common/mknames.sh < ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/contrib/bmake/
H A Djob.c3051 Var_Set(ALLSRC, fname, gn, 0);
H A Dmake.c106 * target, including the .ALLSRC variable, making
852 * Add a child's name to the ALLSRC and OODATE variables of the given
856 * If the child is a .JOIN node, its ALLSRC is propagated to the parent.
868 * The ALLSRC variable for the given node is extended.
883 * pgnp The parent to whose ALLSRC variable it should
906 allsrc = Var_Value(ALLSRC, cgn, &p2);
911 Var_Append(ALLSRC, allsrc, pgn);
947 * Set up the ALLSRC and OODATE variables. Sad to say, it must be
954 * variable. As for ALLSRC, the ordering is important and not
961 * The ALLSRC an
[all...]
H A Dmeta.c1578 * All we can sanely do is set it to .ALLSRC.
1581 Var_Set(OODATE, Var_Value(ALLSRC, gn, &cp), gn, 0);
H A Dvar.c380 if (!strcmp(name, ".ALLSRC"))
381 name = ALLSRC;
409 name = ALLSRC;
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk61 -@for f in ${.ALLSRC:M*o:T:O:u:%=%.d}; do \
H A Dcython.mk59 ln -sf ${.ALLSRC:M*pyx} ${.TARGET}
69 cp -p ${.ALLSRC} ${CYTHON_SAVEGENDIR}
79 ${CC} ${CC_SHARED:U-shared} -o ${.TARGET} ${.ALLSRC:M*.So} ${LDADD}
94 ${INSTALL} -m 755 ${.ALLSRC} ${DESTDIR}${MODULE_BINDIR}
H A Ddep.mk65 @files="${.ALLSRC:M*.[sS]}"; \
68 @files="${.ALLSRC:M*.c} ${.ALLSRC:M*.pc:T:.pc=.c}"; \
71 @files="${.ALLSRC:M*.cc} ${.ALLSRC:M*.C} ${.ALLSRC:M*.cxx}"; \
75 @files="${.ALLSRC:M*.[Ss]}"; \
82 @files="${.ALLSRC:M*.c} ${.ALLSRC:M*.pc:T:.pc=.c}"; \
89 @files="${.ALLSRC
[all...]
H A Dfiles.mk56 -m ${FILESMODE} ${.ALLSRC:Nfile_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${file:T}}
69 ${.ALLSRC:Nfile_mkdirs:O:u} ${DESTDIR}${${group}DIR}
H A Dinc.mk61 ${INSTALL} ${INC_COPY} ${${group}_INSTALL_OWN.${header:T}} -m ${INCMODE} ${.ALLSRC:Ninc_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${header:T}}
74 ${.ALLSRC:Ninc_mkdirs:O:u} ${DESTDIR}${${group}DIR}
H A Dldorder.mk41 @echo depends: ${.ALLSRC:M.ldorder-lib*} > /dev/null
48 @${.ALLSRC:O:u:@f@${REFERENCE_FILE} < $f;@}
123 @(cat /dev/null ${.ALLSRC:M*ldorder*}; \
H A Dmeta.stage.mk148 STAGE_INCS ?= ${.ALLSRC:N.dirdep:Nstage_*}
163 STAGE_LIBS ?= ${.ALLSRC:N.dirdep:Nstage_*}
198 STAGE_FILES.$s ?= ${.ALLSRC:N.dirdep:Nstage_*}
205 STAGE_FILES ?= ${.ALLSRC:N.dirdep:Nstage_*}
269 STAGE_AS.$s ?= ${.ALLSRC:N.dirdep:Nstage_*}
284 STAGE_AS_AND_SYMLINK.$s ?= ${.ALLSRC:N.dirdep:Nstage_*}
H A Dscripts.mk62 -m ${SCRIPTSMODE} ${.ALLSRC:Nscript_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${script:T}}
75 ${.ALLSRC:Nscript_mkdirs:O:u} ${DESTDIR}${${group}DIR}
H A Dsubdir.mk78 -cd ${.CURDIR}; etags `echo ${.ALLSRC:N*.h} | sed 's;${.CURDIR}/;;'`
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.mk56 ${.ALLSRC:@v@ printf "%s=:%s:\n" ${v:Q} ${${v}:Q}; @}
/freebsd-11-stable/etc/mail/
H A DMakefile177 ${SENDMAIL} -bi -OAliasFile=${.ALLSRC}
/freebsd-11-stable/gnu/lib/csu/
H A DMakefile56 -c -o ${.TARGET} ${.ALLSRC:N*.h}
60 -c -o ${.TARGET} ${.ALLSRC:N*.h}
64 -c -o ${.TARGET} ${.ALLSRC:N*.h}
68 -c -o ${.TARGET} ${.ALLSRC:N*.h}
72 -c -o ${.TARGET} ${.ALLSRC:N*.h}
/freebsd-11-stable/gnu/lib/libgcov/
H A DMakefile54 ${CC_T} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
58 ${CC_S} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
63 ${CC_P} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
/freebsd-11-stable/gnu/lib/libreadline/readline/
H A DMakefile24 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/gnu/lib/libregex/
H A DMakefile24 < ${.ALLSRC} > ${.TARGET}
28 < ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/gnu/lib/libssp/
H A DMakefile36 sed -e 's/@ssp_have_usable_vsnprintf@/define/' ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile92 ln -sf ${.ALLSRC} ${.TARGET}
565 < ${.ALLSRC} > ${.TARGET}
570 < ${.ALLSRC} > ${.TARGET}
577 < ${.ALLSRC} > ${.TARGET}
584 < ${.ALLSRC} > ${.TARGET}
592 < ${.ALLSRC} > ${.TARGET}
603 ln -sf ${.ALLSRC} ${.TARGET}
628 ln -sf ${.ALLSRC} ${.TARGET}

Completed in 207 milliseconds

123456789