|
|
1.1 ! root 1: # Makefile for ps for 386 COHERENT ! 2: # ! 3: # La Monte H. Yarroll <[email protected]>, November 1991 ! 4: ! 5: DESTDIR=/bin386/bin/ ! 6: LIB=/usr/local/lib ! 7: ! 8: TARGETS=ps ! 9: ! 10: OBJECTS=ps.o coffnlist.o fifo.o pick_nfile.o ! 11: ! 12: SOURCES=ps.c coffnlist.c fifo.c pick_nfile.c ! 13: ! 14: AR=ar ! 15: RANLIB=ranlib ! 16: INCLUDE=-I/usr/include.55 ! 17: LIBS= ! 18: CFLAGS=$(INCLUDE) ! 19: ! 20: all: $(TARGETS) ! 21: @true # nop ! 22: ! 23: ps: $(OBJECTS) ! 24: $(CC) -o $(DESTDIR)ps $(OBJECTS) $(LIBS) ! 25: chmog 6511 sys sys $(DESTDIR)ps ! 26: ! 27: readker: readker.o ! 28: $(CC) -o readker readker.o $(LIBS) ! 29: ! 30: pt: pt.o ! 31: $(CC) -o pt pt.o $(LIBS) ! 32: ! 33: search: search.o ! 34: $(CC) -o search search.o $(LIBS) ! 35: ! 36: coffnlist: coffnlist.c ! 37: $(CC) $(CFLAGS) -DTEST -c coffnlist.c ! 38: $(CC) -o coffnlist coffnlist.o $(LIBS) ! 39: ! 40: clean: ! 41: rm -f l.out *.o *.a ! 42: ! 43: install: ! 44: cp $(TARGETS) $(DESTDIR)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.