File:  [MW Coherent from dump] / coherent / b / bin / ps / ps3.0 / 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=/
LIB=/usr/local/lib

TARGETS=nps
OBJECTS=nps.o mem.o print.o proc.o user.o
SOURCES=mem.c nps.c print.c proc.c user.c

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

all: $(TARGETS)
	@true	# nop

nps:	$(OBJECTS)
	$(CC) -o nps $(OBJECTS) $(LIBS)

clean:
	rm -f $(OBJECTS) core


unix.superglobalmegacorp.com

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