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


1.10
date	2000.11.23.02.01.57;	author jimm;	state Exp;
branches;
next	1.9;

1.9
date	2000.11.16.02.27.10;	author jimm;	state Exp;
branches;
next	1.8;

1.8
date	2000.11.15.23.38.15;	author jimm;	state Exp;
branches;
next	1.7;

1.7
date	2000.11.11.14.16.06;	author jimm;	state Exp;
branches;
next	1.6;

1.6
date	2000.11.10.02.29.24;	author jimm;	state Exp;
branches;
next	1.5;

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.10
log
@weekend at steve's
no more PREDs
@
text
@#               Unix Makefile for Bug3

NAME=		bug3
REV=		310
		
CC=		cc

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

OFILES=		$(NAME).o kb.o init.o food.o findbug.o look.o mate_die.o popup.o stat.o edit.o

HFILES=         $(NAME).h kb.h popup.h

all:		$(OFILES)
		$(CC) $(CF1) $(OFILES) -o $(NAME) $(CF2)

$(OFILES):	$(HFILES)

clean:		
		rm -f *.o
		rm -f $(NAME)
		rm -f *~
		rm -f *.tgz

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


1.9
log
@edit
@
text
@d4 1
a4 1
REV=		303
@


1.8
log
@303.
@
text
@d11 1
a11 1
OFILES=		$(NAME).o kb.o init.o food.o findbug.o look.o mate_die.o popup.o
@


1.7
log
@*** empty log message ***
@
text
@d4 1
a4 1
REV=		301
d11 1
a11 1
OFILES=		$(NAME).o kb.o init.o stat.o food.o findbug.o look.o mate_die.o popup.o
@


1.6
log
@ver 3.0
@
text
@d4 1
a4 1
REV=		300
@


1.5
log
@popups
@
text
@d1 1
a1 1
#               Unix Makefile for Bug2
d3 2
a4 1
REV=		103
d11 1
a11 1
OFILES=		bug2.o kb.o init.o stat.o food.o findbug.o look.o mate_die.o popup.o
d13 1
a13 1
HFILES=         bug2.h kb.h popup.h
d15 2
a16 2
bug2:		$(OFILES)
		$(CC) $(CF1) $(OFILES) -o bug2 $(CF2)
d21 4
a24 4
		rm *.o
		rm bug2
		rm *~
		rm *.tgz
d27 1
a27 1
		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
@
