Searched refs:ALLSRC (Results 101 - 125 of 206) sorted by relevance

123456789

/freebsd-11-stable/usr.sbin/mailstats/
H A DMakefile28 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/usr.sbin/makemap/
H A DMakefile28 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/usr.sbin/praliases/
H A DMakefile28 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/usr.sbin/editmap/
H A DMakefile27 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/kerberos5/usr.bin/hxtool/
H A DMakefile17 ${SLC} ${.ALLSRC:M*.in}
/freebsd-11-stable/stand/efi/boot1/
H A DMakefile81 if ${NM} ${.ALLSRC} | grep ' U '; then \
82 echo "Undefined symbols in ${.ALLSRC}"; \
89 --output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET}
97 @set -- `ls -l ${.ALLSRC}`; \
105 ${DD} if=${.ALLSRC} of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
/freebsd-11-stable/gnu/usr.bin/cc/include/
H A DMakefile23 @cp ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/stand/i386/boot2/
H A DMakefile67 @set -- `ls -l ${.ALLSRC}`; x=$$((${BOOT2SIZE}-$$5)); \
69 ${DD} if=${.ALLSRC} of=${.TARGET} obs=${BOOT2SIZE} conv=osync
87 ${LD} ${LD_FLAGS} --defsym ORG=${ORG2} -T ${LDSCRIPT} -o ${.TARGET} ${.ALLSRC}
92 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T xread/ \
/freebsd-11-stable/lib/libsmdb/
H A DMakefile24 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/lib/libc/stdlib/jemalloc/
H A DMakefile.inc18 ln -sf ${.ALLSRC} ${.TARGET}
24 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/usr.bin/readelf/
H A DMakefile26 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/contrib/bmake/mk/
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}
/freebsd-11-stable/gnu/usr.bin/gdb/arch/amd64/
H A DMakefile24 sed -e '48s/^static //' ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/gnu/usr.bin/gdb/arch/i386/
H A DMakefile23 sed -e '48s/^static\ //' ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/stand/pc98/loader/
H A DMakefile48 cp ${.ALLSRC} ${.TARGET}
52 cat ${.ALLSRC} | awk -f ${BOOTSRC}/common/merge_help.awk > ${.TARGET}
/freebsd-11-stable/kerberos5/lib/libgssapi_spnego/
H A DMakefile43 ${ASN1_COMPILE} --option-file=${.ALLSRC:M*.opt} \
44 ${.ALLSRC:M*.asn1} spnego_asn1
/freebsd-11-stable/lib/libc/gdtoa/
H A DMakefile.inc19 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/stand/mips/beri/boot2/
H A DMakefile64 -o ${.TARGET} ${.ALLSRC} ${LIBSA}
72 -o ${.TARGET} ${.ALLSRC} ${LIBSA}
/freebsd-11-stable/usr.sbin/acpi/iasl/
H A DMakefile106 ${YACC} ${YFLAGS} -pAslCompiler -oaslcompilerparse.c ${.ALLSRC}
109 ln -f ${.ALLSRC} ${.TARGET}
112 ${LEX} ${LFLAGS} -PDtParser -o${.TARGET} ${.ALLSRC}
117 ${YACC} ${YFLAGS} -pDtParser -odtparserparse.c ${.ALLSRC}
120 ln -f ${.ALLSRC} ${.TARGET}
123 ${LEX} ${LFLAGS} -PPrParser -o${.TARGET} ${.ALLSRC}
128 ${YACC} ${YFLAGS} -pPrParser -oprparserparse.c ${.ALLSRC}
131 ln -f ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/gnu/usr.bin/binutils/ld/
H A DMakefile18 ${CP} ${.ALLSRC} ${.TARGET}
82 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/lib/libmd/
H A DMakefile80 ln -sf ${.ALLSRC} ${.TARGET}
112 sed -e 's/mdX/md4/g' -e 's/MDX/MD4/g' ${.ALLSRC}) > ${.TARGET}
116 sed -e 's/mdX/md5/g' -e 's/MDX/MD5/g' ${.ALLSRC}) > ${.TARGET}
121 ${.ALLSRC}) > ${.TARGET}
126 ${.ALLSRC}) > ${.TARGET}
132 ${.ALLSRC}) > ${.TARGET}
138 ${.ALLSRC}) > ${.TARGET}
144 ${.ALLSRC}) > ${.TARGET}
151 ${.ALLSRC}) > ${.TARGET}
157 ${.ALLSRC}) >
[all...]
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile226 ${CC_T} ${${T}_CFLAGS} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
228 ${CC_P} ${${T}_CFLAGS} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
230 ${CC_S} ${${T}_CFLAGS} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
251 ${CC_T} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
253 ${CC_P} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
268 -o ${.TARGET} -include ${.PREFIX}.vis ${.ALLSRC:N*.h:N*.vis}
271 -o ${.TARGET} -include ${.PREFIX}.vis ${.ALLSRC:N*.h:N*.vis}
274 -o ${.TARGET} ${.ALLSRC:N*.h}
277 -o ${.PREFIX}.vo ${.ALLSRC:N*.h}
/freebsd-11-stable/share/mk/
H A Dbsd.man.mk97 ${MANFILTER} < ${.ALLSRC} > ${.TARGET}
103 ${MANFILTER} < ${.ALLSRC} | ${MANDOC_CMD} > ${.TARGET}
116 ${MANDOC_CMD} ${.ALLSRC} > ${.TARGET}
153 ${MANFILTER} < ${.ALLSRC} | ${MCOMPRESS_CMD} > ${.TARGET}
155 ${MCOMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
163 ${MANFILTER} < ${.ALLSRC} | ${MANDOC_CMD} | ${MCOMPRESS_CMD} > ${.TARGET}
165 ${MANDOC_CMD} ${.ALLSRC} | ${MCOMPRESS_CMD} > ${.TARGET}
199 @set ${.ALLSRC:C/\.([^.]*)$/.\1 \1/}; \
239 ${MANFILTER} < ${.ALLSRC} | ${MANDOC_CMD} -Tlint
241 ${MANDOC_CMD} -Tlint ${.ALLSRC}
[all...]
/freebsd-11-stable/share/me/
H A DMakefile17 sed -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/gnu/lib/libreadline/readline/
H A DMakefile24 ln -sf ${.ALLSRC} ${.TARGET}

Completed in 169 milliseconds

123456789