head	1.3;
access;
symbols
	RELENG_3_5_0_RELEASE:1.2
	RELENG_3_4_0_RELEASE:1.2
	RELENG_3_3_0_RELEASE:1.2
	RELENG_3_2_PAO:1.2.0.4
	RELENG_3_2_PAO_BP:1.2
	RELENG_3_2_0_RELEASE:1.2
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.2
	RELENG_3_BP:1.2
	RELENG_2_2_8_RELEASE:1.1.1.1.8.1
	RELENG_3_0_0_RELEASE:1.2
	RELENG_2_2_7_RELEASE:1.1.1.1.8.1
	RELENG_2_2_6_RELEASE:1.1.1.1.8.1
	RELENG_2_2_5_RELEASE:1.1.1.1
	bsd_44_lite_2:1.1.1.2
	RELENG_2_2_2_RELEASE:1.1.1.1
	RELENG_2_2_1_RELEASE:1.1.1.1
	RELENG_2_2_0_RELEASE:1.1.1.1
	RELENG_2_1_7_RELEASE:1.1.1.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1
	RELENG_2_1_6_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.8
	RELENG_2_2_BP:1.1.1.1
	RELENG_2_1_5_RELEASE:1.1.1.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.6
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.4
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.3
date	99.11.26.09.28.14;	author peter;	state dead;
branches;
next	1.2;

1.2
date	98.09.11.05.40.12;	author imp;	state Exp;
branches;
next	1.1;

1.1
date	94.05.27.04.58.33;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.27.04.58.34;	author rgrimes;	state Exp;
branches
	1.1.1.1.8.1;
next	1.1.1.2;

1.1.1.2
date	97.07.03.03.27.14;	author bde;	state Exp;
branches;
next	;

1.1.1.1.8.1
date	98.02.17.19.59.14;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@To avoid confusion, zap libcurses.  ncurses provides both curses, termcap
and termlib (terminfo) support.
@
text
@#	@@(#)Makefile	8.2 (Berkeley) 5/23/94

DIR=	psd/19.curses
SRCS=	Master
MACROS=	-me

CLEANFILES+=win_st.gr twinkle1.gr twinkle2.gr life.gr intro.2.tbl appen.A.tbl \
	ex1.gr ex2.gr

.SUFFIXES:
.SUFFIXES: .c .gr

#
# this section formats C input source into nice troffable (or nroffable)
# versions.  It uses the capabilites of "vgrind", which sets keywords in
# bold font, and comments in italics.
#

# Don't re-run vgrind unless you want to patch the output files.
VFONT=	/usr/libexec/vfontedpr
.c.gr:
	${VFONT} ${.PREFIX}.c | grep -v "^'wh" > ${.PREFIX}.gr

paper.ps: ${SRCS}
	soelim ${SRCS} | ${ROFF} > ${.TARGET}

Master: twinkle1.gr ex1.gr ex2.gr fns.doc intro.5 intro.2.tbl intro.0 intro.1 \
	intro.3 intro.4 intro.6 macros c_macros

intro.2.tbl: intro.2
	${TBL} intro.2 > intro.2.tbl

.include <bsd.doc.mk>


@


1.2
log
@$* -> ${.PREFIX}
@
text
@@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	@@(#)Makefile	8.1 (Berkeley) 8/14/93
d22 1
a22 1
	${VFONT} $*.c | grep -v "^'wh" > $*.gr
d25 1
a25 1
	${ROFF} ${SRCS} > ${.TARGET}
@


1.1.1.1
log
@BSD 4.4 Lite Lib Sources
@
text
@@


1.1.1.1.8.1
log
@MFC: Add a soelim befoer nroff.  This entire Makefile is broken in the
presence of obj dirs, both in -current and in -stable.
@
text
@d1 1
a1 1
#	@@(#)Makefile	8.2 (Berkeley) 5/23/94
d25 1
a25 1
	soelim ${SRCS} | ${ROFF} > ${.TARGET}
@


1.1.1.2
log
@Import Lite2's src/lib, except for non-i386 machine-dependent directories,
libc/db, libc/gen/crypt.* and libtelnet.  All affected files except 3
unimportant ones have already left the vendor branch.
@
text
@d1 1
a1 1
#	@@(#)Makefile	8.2 (Berkeley) 5/23/94
d25 1
a25 1
	soelim ${SRCS} | ${ROFF} > ${.TARGET}
@
