Searched refs:ALLSRC (Results 1 - 25 of 137) sorted by relevance

123456

/freebsd-9.3-release/lib/libthr/support/
H A DMakefile.inc29 ${CC} -fPIC -nostdlib -o ${.TARGET} -r ${.ALLSRC}
/freebsd-9.3-release/tools/regression/usr.bin/make/suffixes/src_wild2/
H A DMakefile12 cat ${.ALLSRC} >${.TARGET}
/freebsd-9.3-release/tools/regression/usr.bin/make/suffixes/src_wild1/
H A DMakefile7 cat ${.ALLSRC} >${.TARGET}
/freebsd-9.3-release/usr.bin/xlint/llib/
H A DMakefile12 ${LINT} ${LINTFLAGS} -Cposix ${.ALLSRC}
15 ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}
/freebsd-9.3-release/sbin/ipf/ipmon/
H A DMakefile15 ${YACC} -d ${.ALLSRC}
28 ${.ALLSRC} > ${.TARGET}
32 ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/sbin/ipf/ippool/
H A DMakefile14 ${YACC} -d ${.ALLSRC}
27 ${.ALLSRC} > ${.TARGET}
31 ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/lib/csu/ia64/
H A DMakefile17 ${CC} ${CFLAGS} -c -o ${.TARGET} ${.ALLSRC}
23 ${CC} ${CFLAGS} -S -o ${.TARGET} ${.ALLSRC}
33 ${CC} ${CFLAGS} -DGCRT -c -o ${.TARGET} ${.ALLSRC}
36 ${CC} ${CFLAGS} -DGCRT -S -o ${.TARGET} ${.ALLSRC}
43 ${LD} ${LDFLAGS} -r -o ${.TARGET} ${.ALLSRC}
46 ${CC} ${CFLAGS} -fPIC -DPIC -c -o ${.TARGET} ${.ALLSRC}
49 ${CC} ${CFLAGS} -fPIC -DPIC -S -o ${.TARGET} ${.ALLSRC}
56 ${LD} ${LDFLAGS} -r -o ${.TARGET} ${.ALLSRC}
/freebsd-9.3-release/libexec/atrun/
H A DMakefile24 @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
30 < ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/usr.bin/at/
H A DMakefile21 @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
30 < ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/tools/test/testfloat/sparc64/
H A DMakefile83 ${LN} ${.ALLSRC} ${.TARGET}
85 ${LN} ${.ALLSRC} ${.TARGET}
87 ${LN} ${.ALLSRC} ${.TARGET}
89 ${LN} ${.ALLSRC} ${.TARGET}
91 ${LN} ${.ALLSRC} ${.TARGET}
93 ${LN} ${.ALLSRC} ${.TARGET}
95 ${LN} ${.ALLSRC} ${.TARGET}
97 ${LN} ${.ALLSRC} ${.TARGET}
99 ${LN} ${.ALLSRC} ${.TARGET}
101 ${LN} ${.ALLSRC}
[all...]
/freebsd-9.3-release/gnu/lib/libreadline/history/
H A DMakefile11 cp -f ${.ALLSRC} ${.TARGET}
/freebsd-9.3-release/gnu/usr.bin/gdb/doc/
H A DMakefile17 ln -sf ${.ALLSRC} ${.TARGET}
20 echo "@set GDBVN `sed q ${.ALLSRC}`" > ${.TARGET}
23 cp -f ${.ALLSRC:M*.texi} ${.TARGET}
24 patch < ${.ALLSRC:M*.diff}
27 cp -f ${.ALLSRC:M*.texi} ${.TARGET}
/freebsd-9.3-release/gnu/usr.bin/texinfo/doc/
H A DMakefile9 ln -fs ${.ALLSRC} ${.TARGET}
/freebsd-9.3-release/kerberos5/tools/make-roken/
H A DMakefile11 awk -f ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/share/doc/papers/bufbio/
H A DMakefile12 sed "s;bufsize\.eps;${.CURDIR}/&;" ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/share/examples/kld/firmware/fwimage/
H A DMakefile9 uudecode -p ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/share/mk/
H A Dbsd.files.mk42 ${INSTALL} -o ${${group}OWN_${.ALLSRC:T}} \
43 -g ${${group}GRP_${.ALLSRC:T}} -m ${${group}MODE_${.ALLSRC:T}} \
44 ${.ALLSRC} \
45 ${DESTDIR}${${group}DIR_${.ALLSRC:T}}/${${group}NAME_${.ALLSRC:T}}
55 -m ${${group}MODE} ${.ALLSRC} \
59 -m ${${group}MODE} ${.ALLSRC} ${DESTDIR}${${group}DIR}
H A Dbsd.incs.mk44 ${INSTALL} -C -o ${${group}OWN_${.ALLSRC:T}} \
45 -g ${${group}GRP_${.ALLSRC:T}} -m ${${group}MODE_${.ALLSRC:T}} \
46 ${.ALLSRC} \
47 ${DESTDIR}${${group}DIR_${.ALLSRC:T}}/${${group}NAME_${.ALLSRC:T}}
57 ${.ALLSRC} ${DESTDIR}${${group}DIR}/${${group}NAME}
60 ${.ALLSRC} ${DESTDIR}${${group}DIR}
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddep.mk71 @files="${.ALLSRC:M*.[sS]}"; \
74 @files="${.ALLSRC:M*.c} ${.ALLSRC:M*.pc:T:.pc=.c}"; \
77 @files="${.ALLSRC:M*.cc} ${.ALLSRC:M*.C} ${.ALLSRC:M*.cxx}"; \
81 @files="${.ALLSRC:M*.[Ss]}"; \
88 @files="${.ALLSRC:M*.c} ${.ALLSRC:M*.pc:T:.pc=.c}"; \
95 @files="${.ALLSRC
[all...]
/freebsd-9.3-release/usr.bin/truss/
H A DMakefile19 cat ${.ALLSRC} > syscalls.master
34 cat ${.ALLSRC} > ${.TARGET}
37 /bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh ${.ALLSRC} \
46 cat ${.ALLSRC} > ${.TARGET}
49 /bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh ${.ALLSRC} \
56 cat ${.ALLSRC} > ${.TARGET}
59 /bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh ${.ALLSRC} \
68 cat ${.ALLSRC} > ${.TARGET}
71 /bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh ${.ALLSRC} \
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile90 sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
94 sed -e 's,!!TRAD_HEADER!!,"hosts/i386bsd.h",g' ${.ALLSRC} > ${.TARGET}
96 sed -e 's,!!TRAD_HEADER!!,,g' ${.ALLSRC} > ${.TARGET}
101 sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}
104 sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/gnu/lib/libregex/
H A DMakefile22 < ${.ALLSRC} > ${.TARGET}
26 < ${.ALLSRC} > ${.TARGET}
/freebsd-9.3-release/lib/csu/sparc64/
H A DMakefile15 ${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
18 ${CC} ${CFLAGS} -fPIC -DPIC -c -o Scrt1.o ${.ALLSRC}
/freebsd-9.3-release/lib/libexpat/
H A DMakefile26 unifdef -U__VMS < ${.ALLSRC} | \
33 cp -f ${.ALLSRC} ${.TARGET}
/freebsd-9.3-release/lib/libkse/support/
H A DMakefile.inc39 ${CC} -fPIC -nostdlib -o ${.TARGET} -r ${.ALLSRC}

Completed in 276 milliseconds

123456