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


1.32
date	2000.12.31.20.06.36;	author jimm;	state Exp;
branches;
next	1.31;

1.31
date	2000.12.31.19.55.34;	author jimm;	state Exp;
branches;
next	1.30;

1.30
date	2000.12.31.19.54.56;	author jimm;	state Exp;
branches;
next	1.29;

1.29
date	2000.12.31.19.54.05;	author jimm;	state Exp;
branches;
next	1.28;

1.28
date	2000.12.31.19.53.19;	author jimm;	state Exp;
branches;
next	1.27;

1.27
date	2000.12.31.19.50.49;	author jimm;	state Exp;
branches;
next	1.26;

1.26
date	2000.12.31.19.49.40;	author jimm;	state Exp;
branches;
next	1.25;

1.25
date	2000.12.31.19.49.10;	author jimm;	state Exp;
branches;
next	1.24;

1.24
date	2000.12.31.19.48.35;	author jimm;	state Exp;
branches;
next	1.23;

1.23
date	2000.12.31.19.48.03;	author jimm;	state Exp;
branches;
next	1.22;

1.22
date	2000.12.31.19.46.54;	author jimm;	state Exp;
branches;
next	1.21;

1.21
date	2000.12.31.19.46.27;	author jimm;	state Exp;
branches;
next	1.20;

1.20
date	2000.12.31.19.45.44;	author jimm;	state Exp;
branches;
next	1.19;

1.19
date	2000.12.31.19.44.55;	author jimm;	state Exp;
branches;
next	1.18;

1.18
date	2000.12.31.19.44.09;	author jimm;	state Exp;
branches;
next	1.17;

1.17
date	2000.12.31.19.43.36;	author jimm;	state Exp;
branches;
next	1.16;

1.16
date	2000.12.31.19.43.03;	author jimm;	state Exp;
branches;
next	1.15;

1.15
date	2000.12.31.19.42.20;	author jimm;	state Exp;
branches;
next	1.14;

1.14
date	2000.12.31.19.41.48;	author jimm;	state Exp;
branches;
next	1.13;

1.13
date	2000.12.31.19.41.07;	author jimm;	state Exp;
branches;
next	1.12;

1.12
date	2000.12.31.19.40.24;	author jimm;	state Exp;
branches;
next	1.11;

1.11
date	2000.12.31.19.38.39;	author jimm;	state Exp;
branches;
next	1.10;

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.32
log
@V.504
@
text
@#               Unix Makefile for Bug5

NAME=		bug5
REV=		504
		
CC=		cc

CF1=		-I/usr/include/ncurses
CF2=		-lncurses -lm 
CF3=		-DVER=$(REV)

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

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

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

$(OFILES):	$(HFILES)

stat:		stat.c $(HFILES)
		$(CC) -c -o stat.o stat.c $(CF3)  

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

rcs:		clean
		ci -l *

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


1.31
log
@V.503
@
text
@d4 1
a4 1
REV=		503
d30 4
a33 1
tgz:		
@


1.30
log
@V.502
@
text
@d4 1
a4 1
REV=		502
@


1.29
log
@V.501
@
text
@d4 1
a4 1
REV=		501
@


1.28
log
@V.500a
@
text
@d1 1
a1 1
#               Unix Makefile for Bug4
d3 1
a3 1
NAME=		bug4
@


1.27
log
@V.424
@
text
@d4 1
a4 1
REV=		424
d12 1
a12 1
OFILES=		$(NAME).o kb.o init.o food.o findbug.o look.o mate_die.o popup.o edit.o terrain.o stat.o
d17 1
a17 1
		$(CC) $(CF1) $(OFILES) -o $(NAME) $(CF2)
@


1.26
log
@V.423
@
text
@d4 1
a4 1
REV=		423
@


1.25
log
@V.422
@
text
@d4 1
a4 1
REV=		422
@


1.24
log
@V.421
@
text
@d4 1
a4 1
REV=		421
@


1.23
log
@V.420
@
text
@d4 1
a4 1
REV=		420
@


1.22
log
@V.419
@
text
@d4 1
a4 1
REV=		419
@


1.21
log
@V.418
@
text
@d4 1
a4 1
REV=		418
@


1.20
log
@V.417
@
text
@d4 1
a4 1
REV=		417
@


1.19
log
@V.416
@
text
@d4 1
a4 1
REV=		416
@


1.18
log
@V.415
@
text
@d4 1
a4 1
REV=		415
@


1.17
log
@V.414
@
text
@d4 1
a4 1
REV=		414
d22 1
a22 1
		$(CC) $(CF1) $(CF3) -c -o stat.o stat.c 
@


1.16
log
@V.413
@
text
@d4 1
a4 1
REV=		413
@


1.15
log
@V.412
@
text
@d4 1
a4 1
REV=		412
d9 2
a10 1
CF2=		-lncurses -lm
d12 1
a12 1
OFILES=		$(NAME).o kb.o init.o food.o findbug.o look.o mate_die.o popup.o stat.o edit.o terrain.o
d16 1
a16 1
all:		$(OFILES)
d20 3
@


1.14
log
@V.411
@
text
@d4 1
a4 1
REV=		411
@


1.13
log
@V.410
@
text
@d4 1
a4 1
REV=		410
@


1.12
log
@V.406
@
text
@d4 1
a4 1
REV=		406
d11 1
a11 1
OFILES=		$(NAME).o kb.o init.o food.o findbug.o look.o mate_die.o popup.o stat.o edit.o
@


1.11
log
@V.405
@
text
@d4 1
a4 1
REV=		405
@


1.10
log
@weekend at steve's
no more PREDs
@
text
@d1 1
a1 1
#               Unix Makefile for Bug3
d3 2
a4 2
NAME=		bug3
REV=		310
d9 1
a9 1
CF2=		-lncurses
@


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
@
