Lines Matching defs:out
16 DPSRCS= emacs.out siglist.out
28 CLEANFILES+= siglist.out siglist.out.tmp
29 # two steps to prevent the creation of a bogus siglist.out
30 siglist.out: config.h sh.h siglist.in siglist.sh
34 -I. -I${.CURDIR}" < ${.CURDIR}/siglist.in > siglist.out.tmp \
35 && mv siglist.out.tmp siglist.out
37 # two steps to prevent the creation of a bogus emacs.out
38 CLEANFILES+= emacs.out emacs.out.tmp
39 emacs.out: emacs.c
42 ${HOST_SH} ${.CURDIR}/emacs-gen.sh ${.CURDIR}/emacs.c > emacs.out.tmp \
43 && mv emacs.out.tmp emacs.out