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

OFILES	= alc.o hash.o input.o logic.o main.o util.o
CFLAGS	= -O
DESTDIR = /interim/bin/

tsort:	$(OFILES)
	$(CC) $(CFLAGS) -o $(DESTDIR)tsort $(OFILES)
	su root chown bin $(DESTDIR)tsort
	su root chgrp bin $(DESTDIR)tsort
	su root chmod 511 $(DESTDIR)tsort

clean:
	-rm $(OFILES)

$(OFILES):	tsort.h

unix.superglobalmegacorp.com

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