1 # $NetBSD: Makefile,v 1.30 2011/10/16 17:12:11 joerg Exp $
10 SRCS
= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \
11 eval.c exec.c expr.c history.c io.c jobs.c
lex.c mail.c \
12 main.c misc.c path.c shf.c sigact.c syn.c table.c trap.c \
13 tree.c tty.c var.c version.c vi.c
14 DPSRCS
= emacs.out siglist.out
15 .if
(${MKMAN} != "no")
19 # needs tbl for the man page.
22 # Environment for scripts executed during build.
27 CLEANFILES
+= siglist.out siglist.out.tmp
28 # two steps to prevent the creation of a bogus siglist.out
29 siglist.out
: config.h sh.h siglist.in siglist.sh
32 ${HOST_SH} $(.CURDIR
)/siglist.sh
"$(CC) -E $(CPPFLAGS) $(DEFS) -I. -I$(.CURDIR)" < $(.CURDIR
)/siglist.in
> siglist.out.tmp \
33 && mv siglist.out.tmp siglist.out
35 # two steps to prevent the creation of a bogus emacs.out
36 CLEANFILES
+= emacs.out emacs.out.tmp
40 ${HOST_SH} $(.CURDIR
)/emacs-gen.sh
$(.CURDIR
)/emacs.c
> emacs.out.tmp \
41 && mv emacs.out.tmp emacs.out
43 CLEANFILES
+= ksh
.1 ksh
.1.tmp
47 ${HOST_SH} $(.CURDIR
)/mkman ksh
$(.CURDIR
)/ksh.Man
>ksh
.1.tmp \
50 .
include <bsd.prog.mk
>