head     1.2;
access   ;
symbols  ;
locks    bin:1.2;
comment  @@;


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

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


desc
@initial version provided by steve ness
@


1.2
log
@bob h added destdir
@
text
@OFILES	= alc.o hash.o input.o logic.o main.o util.o
CFLAGS	= -O
DESTDIR = /f1/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
@


1.1
log
@Initial revision
@
text
@d3 1
d6 4
a9 1
	$(CC) $(CFLAGS) -o tsort $(OFILES)
@
