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


1.3
date     91.04.22.14.46.45;  author bin;  state Exp;
branches ;
next	1.2;

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

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


desc
@written by bob h. to replace the original run file supplied by
stevesf. tested ok.
@


1.3
log
@bob h corrected problems with prev. makefile...
added the spellscript from /bin and placed the binary spell
command in /usr/lib where it belongs
@
text
@# CFLAGS are not needed for i8086

DESTDIR=/interim/bin/
DESTDIR2=/interim/usr/dict/
DESTDIR3=/interim/usr/lib/

CFLAGS= -O 
UTILS= spellin spell spell.script

all:	$(UTILS)
	>all
# include file deftty.h defines the default ERASE, KILL and INTERRUPT 
# characters for ttys.

spell2.o: spell2.c
	$(CC) $(CFLAGS) spell2.c

spell.script:
	co $(DESTDIR)$@@
	su root chmog 555 bin bin $(DESTDIR)$@@

spell:	spell.c spell2.o
	$(CC) $(CFLAGS) -o $(DESTDIR3)spell spell.c spell2.o
	su root chown bin $(DESTDIR3)spell
	su root chgrp bin $(DESTDIR3)spell
	su root chmod 555 $(DESTDIR3)spell

spellin: spellin.c spell2.o
	$(CC) $(CFLAGS) -o $(DESTDIR2)spellin spellin.c spell2.c
	su root chown bin $(DESTDIR2)spellin
	su root chgrp bin $(DESTDIR2)spellin
	su root chmod 511 $(DESTDIR2)spellin
@


1.2
log
@bob h added destdir
@
text
@d2 5
a6 2
DESTDIR=/f1/bin/
DESTDIR2=/f1/usr/dict/
d8 1
a8 1
UTILS= spellin spell
d18 4
d23 4
a26 4
	$(CC) $(CFLAGS) -o $(DESTDIR)spell spell.c spell2.o
	su root chown bin $(DESTDIR)spell
	su root chgrp bin $(DESTDIR)spell
	su root chmod 555 $(DESTDIR)spell
@


1.1
log
@Initial revision
@
text
@d2 2
d16 4
a19 1
	$(CC) $(CFLAGS) -o spell spell.c spell2.o
d22 4
a25 2
	$(CC) $(CFLAGS) -o spellin spellin.c spell2.c

@
