head	1.5;
access;
symbols;
locks
	jimm:1.5; strict;
comment	@# @;


1.5
date	2000.11.08.23.14.27;	author jimm;	state Exp;
branches;
next	1.4;

1.4
date	2000.11.08.16.53.23;	author jimm;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.07.22.17.24;	author jimm;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.05.16.57.10;	author jimm;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.05.14.10.35;	author jimm;	state Exp;
branches;
next	;


desc
@start RCS
@


1.5
log
@popups
@
text
@#               Unix Makefile for Bug2

REV=		103
		
CC=		cc

CF1=		-I/usr/include/ncurses
CF2=		-lncurses

OFILES=		bug2.o kb.o init.o stat.o food.o findbug.o look.o mate_die.o popup.o

HFILES=         bug2.h kb.h popup.h

bug2:		$(OFILES)
		$(CC) $(CF1) $(OFILES) -o bug2 $(CF2)

$(OFILES):	$(HFILES)

clean:		
		rm *.o
		rm bug2
		rm *~
		rm *.tgz

tgz:		
		tar -c * | gzip > bug2.$(REV).tgz@


1.4
log
@fixxing lost bugs
@
text
@d3 1
a3 1
REV=		102
d10 1
a10 1
OFILES=		bug2.o kb.o init.o stat.o food.o findbug.o look.o mate_die.o
d12 1
a12 1
HFILES=         bug2.h kb.h
@


1.3
log
@chaseing FPE
@
text
@d3 1
a3 1
REV=		101
@


1.2
log
@world_pad.
@
text
@d3 1
a3 1
REV=		100
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
REV=		36
d7 2
a8 1
CFLAGS=         -I/usr/include/ncurses
d15 1
a15 1
		$(CC) $(CFLAGS) $(OFILES) -o bug2 -lncurses
@
