head	1.6;
access;
symbols
	RELENG_3_5_0_RELEASE:1.5
	RELENG_3_4_0_RELEASE:1.5
	RELENG_3_3_0_RELEASE:1.5
	RELENG_3_2_PAO:1.5.0.4
	RELENG_3_2_PAO_BP:1.5
	RELENG_3_2_0_RELEASE:1.5
	RELENG_3_1_0_RELEASE:1.5
	RELENG_3:1.5.0.2
	RELENG_3_BP:1.5
	RELENG_2_2_8_RELEASE:1.4
	RELENG_3_0_0_RELEASE:1.5
	RELENG_2_2_7_RELEASE:1.4
	RELENG_2_2_6_RELEASE:1.4
	RELENG_2_2_5_RELEASE:1.4
	RELENG_2_2_2_RELEASE:1.4
	RELENG_2_2_1_RELEASE:1.4
	RELENG_2_2_0_RELEASE:1.4
	RELENG_2_1_7_RELEASE:1.3
	RELENG_2_1_6_1_RELEASE:1.3
	RELENG_2_1_6_RELEASE:1.3
	RELENG_2_2:1.4.0.2
	RELENG_2_2_BP:1.4
	RELENG_2_1_5_RELEASE:1.3
	RELENG_2_1_0_RELEASE:1.3
	RELENG_2_1_0:1.3.0.4
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	ncurses_1_8_5:1.1.1.1
	zmbenhal:1.1.1;
locks; strict;
comment	@# @;


1.6
date	99.08.30.07.57.54;	author peter;	state dead;
branches;
next	1.5;

1.5
date	98.09.11.05.42.37;	author imp;	state Exp;
branches;
next	1.4;

1.4
date	96.08.30.01.59.14;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	95.05.30.05.46.51;	author rgrimes;	state Exp;
branches;
next	1.2;

1.2
date	94.12.03.04.42.49;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	94.10.07.08.58.57;	author ache;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.10.07.08.58.58;	author ache;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Use src/contrib/ncurses, v5.0.990821 prerelease.

This isn't quite finished yet, there are still some unresolved problems
with ospeed and the sgtty.h (non-posix) terminal interface.  Mostly
this only causes problems with src/games.

The other tools and libraries (libform,libpanel,libmenu) will come
shortly but are seperate.

Beware, there be dragons here!  (The build will be broken for a short
while)
@
text
@TESTS = test corner ensor getch ncurses hanoi knight rain worm \
	over scroll2 battle newdemo scroll3 xmas copy firework testcurs \
	scroll

CLEANFILES += $(TESTS)

LIBS += -lncurses -lmytinfo

all: $(TESTS)

$(TESTS):
	$(CC) $(CFLAGS) $(LDFLAGS) ${.CURDIR}/${.TARGET}.c -o ${.TARGET} $(LIBS)

test: test.c
corner: corner.c
ensor: ensor.c
getch: getch.c
ncurses: ncurses.c
hanoi: hanoi.c
knight: knight.c
rain: rain.c
worm: worm.c
over: over.c
scroll2: scroll2.c
battle: battle.c
newdemo: newdemo.c
scroll3: scroll3.c
xmas: xmas.c
copy: copy.c
firework: firework.c
testcurs: testcurs.c
scroll: scroll.c

.include <bsd.prog.mk>

@


1.5
log
@$@@ -> ${.TARGET}
@
text
@@


1.4
log
@.include "bsd.prog.mk" -> .include <bsd.prog.mk>
@
text
@d12 1
a12 1
	$(CC) $(CFLAGS) $(LDFLAGS) ${.CURDIR}/$@@.c -o $@@ $(LIBS)
@


1.3
log
@Remove trailing whitespace.
@
text
@d34 1
a34 1
.include "bsd.prog.mk"
@


1.2
log
@Move gdc/bs to games
@
text
@d9 1
a9 1
all: $(TESTS) 
d11 1
a11 1
$(TESTS): 
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
TESTS = test corner ensor getch ncurses bs gdc hanoi knight rain worm \
a18 2
bs: bs.c
gdc: gdc.c
@


1.1.1.1
log
@Moved from ports with several enhancements
@
text
@@
