head     1.3;
branch   ;
access   ;
symbols  ;
locks    bin:1.3;
comment  @# @;


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

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

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


desc
@@


1.3
log
@bob h: makefile for Vlad's new ps
@
text
@# Makefile for Vlad's new ps command

DESTDIR=/bin386/bin/

SRC = ps.c

ps:	ps.o
	cc ps.c -o $(DESTDIR)ps
	chmog 6511 sys sys $(DESTDIR)ps
@


1.2
log
@*** empty log message ***
@
text
@d1 1
a1 3
# Makefile for ps for 386 COHERENT
#
# La Monte H. Yarroll <piggy@@mwc.com>, November 1991
a3 1
LIB=/usr/local/lib
d5 1
a5 1
TARGETS=ps
d7 3
a9 34
OBJECTS=ps.o coffnlist.o fifo.o pick_nfile.o

SOURCES=ps.c coffnlist.c fifo.c pick_nfile.c

AR=ar
RANLIB=ranlib
INCLUDE=
LIBS=
CFLAGS=$(INCLUDE)

all: $(TARGETS)
	@@true	# nop

ps:	$(OBJECTS)
	$(CC) -o $(DESTDIR)ps $(OBJECTS) $(LIBS)

readker: readker.o
	$(CC) -o readker readker.o $(LIBS)

pt: pt.o
	$(CC) -o pt pt.o $(LIBS)

search: search.o
	$(CC) -o search search.o $(LIBS)

coffnlist: coffnlist.c
	$(CC) $(CFLAGS) -DTEST -c coffnlist.c
	$(CC) -o coffnlist coffnlist.o $(LIBS)

clean:
	rm -f l.out *.o *.a

install:
	cp $(TARGETS) $(DESTDIR)
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
DESTDIR=/
d10 1
a10 1
OBJECTS=ps.o coffnlist.o
d12 1
a12 1
SOURCES=ps.c coffnlist.c
d24 1
a24 1
	$(CC) -o ps $(OBJECTS) $(LIBS)
@
