File:  [MW Coherent from dump] / coherent / b / bin / ps / ps_b4_krnl68 / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:36 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

# Makefile for ps for 386 COHERENT
#
# La Monte H. Yarroll <[email protected]>, November 1991

DESTDIR=/bin386/bin/
LIB=/usr/local/lib

TARGETS=ps

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=-I/usr/include.55
LIBS=
CFLAGS=$(INCLUDE)

all: $(TARGETS)
	@true	# nop

ps:	$(OBJECTS)
	$(CC) -o $(DESTDIR)ps $(OBJECTS) $(LIBS)
	chmog 6511 sys sys $(DESTDIR)ps

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)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.