Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# CDDL HEADER START
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# The contents of this file are subject to the terms of the
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# Common Development and Distribution License, Version 1.0 only
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# (the "License"). You may not use this file except in compliance
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# with the License.
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# See the License for the specific language governing permissions
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# and limitations under the License.
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# When distributing Covered Code, include this CDDL HEADER in each
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# If applicable, add the following below this CDDL HEADER, with the
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# fields enclosed by brackets "[]" replaced with your own identifying
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# information: Portions Copyright [yyyy] [name of copyright owner]
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# CDDL HEADER END
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp#ident "%Z%%M% %I% %E% SMI"
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp# Use is subject to license terms.
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86TrippPROG= $(SHPROG) $(BINPROG) $(HASHPROG) $(HASHTAB) spellhist
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86TrippSPELLF= spellprog hashmake hashcheck spellin hstop hlistb hlista compress
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp $(RM) $@; cat list local extra | $(_SH_) ./hashmk1 > $@
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp $(RM) htemp2; ./hashmk1 <american |sort -u - htemp1 >htemp2
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp $(RM) $@; ./spellin1 `wc htemp2|sed -n 's/\([^ ]\) .*/\1/p'`<htemp2 >$@
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp $(RM) htemp2; ./hashmk1 <british |sort -u - htemp1 >htemp2
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp $(RM) $@; ./spellin1 `wc htemp2|sed -n 's/\([^ ]\) .*/\1/p'`<htemp2 >$@
5e878519d1a8afcc3b0c5d9aa68d4751ed294c86Tripp $(RM) $@; ./spellin1 `wc htemp2|sed -n 's/\([^ ]\) .*/\1/p'`<htemp2 >$@