head     1.2;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.2
date     86.03.12.15.36.37;  author root;  state Exp;
branches ;
next     1.1;

1.1
date     86.03.12.15.31.49;  author root;  state Exp;
branches ;
next     ;


desc
@initial checkin for release 3.04
@


1.2
log
@added dependencies
@
text
@#
# $Header: Makefile,v 1.1 86/03/12 15:31:49 root Exp $
#
# $Log:	Makefile,v $
# Revision 1.1  86/03/12  15:31:49  root
# Initial revision
# 
#
#	@@(#)Makefile	4.3	5/25/83

CFLAGS= -O

all:	spell hlist hlista hlistb hstop spellin spellout

install:	all
	install -s spell $(DESTDIR)/usr/lib
	install -s spellin ${DESTDIR}/usr/bin
	install -s spellout ${DESTDIR}/usr/bin
	install -c hlista $(DESTDIR)/usr/dict
	install -c hlistb $(DESTDIR)/usr/dict
	install -c hstop $(DESTDIR)/usr/dict
	install -c spell.sh $(DESTDIR)/usr/bin/spell

clean:	
	rm -f *.o spell spellin hlista hlistb hlist hstop spellout rslts core a.out

spell: spell.o
	cc spell.o -o spell
spellin: spellin.o
	cc spellin.o -o spellin
spellout: spellout.o
	cc spellout.o -o spellout
spell.o:	spell.c spell.h
spellin.o:	spellin.c spell.h
spellout.o:	spellout.c spell.h

hlist: /usr/dict/words spellin
	spellin </usr/dict/words >hlist
hlista: american local hlist spellin
	(cat american local)|spellin hlist >hlista
hlistb: british local hlist spellin
	(cat british local)|spellin hlist >hlistb
hstop: stop spellin
	spellin <stop >hstop
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Header$
d4 4
a7 1
# $Log$
d33 3
@
