head     1.4;
branch   ;
access   ;
symbols  ;
locks    bin:1.4;
comment  @@;


1.4
date     92.06.12.07.47.56;  author bin;  state Exp;
branches ;
next     1.3;

1.3
date     91.04.18.15.34.03;  author bin;  state Exp;
branches ;
next     1.2;

1.2
date     91.04.18.15.33.07;  author bin;  state Exp;
branches ;
next     1.1;

1.1
date     91.04.18.15.28.39;  author bin;  state Exp;
branches ;
next     ;


desc
@init ver pulled from hp, bob h modified makefile for romana
@


1.4
log
@steve updates for 4.0
@
text
@# pacman/Makefile 6/10/92
# This Makefile halfheartedly preserves dal's original braindamaged notion
# of machine independence.
# His sources build either a PDP-11 or an IBM PC version,
# using links to get the right one.
# The pac.c also #includes other C sources, not really kosher,
# but for now this goes with the flow rather than cleaning it all up.
DESTDIR=/interim/usr/games/
DESTDIR386=/bin386/usr/games/

OBJ=ibmpac.o ibmout.o
OBJ386=ibmpac.o

pacman:	$(OBJ)
	cc -o $(DESTDIR)chase $(OBJ)

pac386:	$(OBJ386)
	cc -o $(DESTDIR386)chase $(OBJ386)

ibmpac.o:	ibmpac.c term.c io.c
	cc -c ibmpac.c

ibmout.o:	ibmout.s
	cc -c ibmout.s

term.c:	ibm.c
	ln -f ibm.c term.c

io.c:	ibmio.c
	ln -f ibmio.c io.c

ibmpac.c:	pac.c
	ln -f pac.c ibmpac.c
@


1.3
log
@*** empty log message ***
@
text
@d1 1
a1 1
# pacman/Makefile 10/4/90
d8 2
a10 1
DESTDIR=/interim/usr/games/
d12 1
a15 1
	su root chmog 511 bin bin $(DESTDIR)chase
d17 3
@


1.2
log
@changed name of binary to chase
@
text
@d14 1
a14 1
	su root chmog 511 bin bin $(DESTDIR)$@@
@


1.1
log
@Initial revision
@
text
@d13 1
a13 1
	cc -o $(DESTDIR)pacman $(OBJ)
@
