Makefile revision 1.13
11.13Ssoren# $NetBSD: Makefile,v 1.13 2000/06/22 05:42:22 soren Exp $ 21.6Smycroft 31.10SchristosCPPFLAGS+= -DHAVE_CONFIG_H -I. 41.1Sjtc 51.1SjtcPROG= ksh 61.6SmycroftSRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ 71.1Sjtc eval.c exec.c expr.c history.c io.c jobs.c lex.c mail.c \ 81.2Sjtc main.c misc.c path.c shf.c sigact.c syn.c table.c trap.c \ 91.1Sjtc tree.c tty.c var.c version.c vi.c 101.12ShubertfDPSRCS= emacs.out siglist.out ksh.1 111.7Sphil 121.7Sphil# needs tbl for the man page. 131.7SphilUSETBL= 141.13Ssoren 151.13SsorenCLEANFILES+= siglist.out emacs.out 161.1Sjtc 171.1Sjtc# two steps to prevent the creation of a bogus siglist.out 181.1Sjtcsiglist.out: config.h sh.h siglist.in siglist.sh 191.4Sperry sh $(.CURDIR)/siglist.sh "$(CPP) $(CPPFLAGS) $(DEFS) -I. -I$(.CURDIR)" < $(.CURDIR)/siglist.in > tmpsiglist.out 201.1Sjtc mv tmpsiglist.out siglist.out 211.1Sjtc 221.1Sjtc# two steps to prevent the creation of a bogus emacs.out 231.1Sjtcemacs.out: emacs.c 241.4Sperry sh $(.CURDIR)/emacs-gen.sh $(.CURDIR)/emacs.c > tmpemacs.out 251.1Sjtc mv tmpemacs.out emacs.out 261.12Shubertf 271.12Shubertfksh.1: ksh.Man mkman 281.12Shubertf sh $(.CURDIR)/mkman ksh $(.CURDIR)/ksh.Man >tmpksh.1 291.12Shubertf mv tmpksh.1 ksh.1 301.11Slukem 311.11Slukememacs.o: emacs.out 321.11Slukemtrap.o: siglist.out 331.1Sjtc 341.1Sjtc.include <bsd.prog.mk> 35