#	$Id: Makefile.in,v 1.24 1996/06/24 02:58:20 sam Exp $
#
# Warning, this file was automatically created by the HylaFAX configure script
#
# HylaFAX Facsimile Software
#
# Copyright (c) 1990-1996 Sam Leffler
# Copyright (c) 1991-1996 Silicon Graphics, Inc.
# HylaFAX is a trademark of Silicon Graphics
# 
# Permission to use, copy, modify, distribute, and sell this software and 
# its documentation for any purpose is hereby granted without fee, provided
# that (i) the above copyright notices and this permission notice appear in
# all copies of the software and related documentation, and (ii) the names of
# Sam Leffler and Silicon Graphics may not be used in any advertising or
# publicity relating to the software without the specific, prior written
# permission of Sam Leffler and Silicon Graphics.
# 
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
# 
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
# OF THIS SOFTWARE.
#

#
# VERSION:	v4.0pl1
# DATE:		Fri Aug 15 16:03:03 MEST 1997
# TARGET:	i586-unknown-linux
#

#
# This directory contains Adobe font metric files for the most
# common PostScript fonts.  They were obtained from the dvips
# distribution that is available on ftp.uu.net (use
#
#     site index dvipsafm
#
# to locate them).  Note the copyright on them.  Note that the
# textfmt program expects them to reside in files without a ".afm"
# suffix.
#
DEPTH=..
include ${DEPTH}/defs

SRCDIR	= ${DEPTH}/${TOPSRCDIR}/afm
VPATH	= .././afm

AFMFILES=AvantGarde-Book.afm \
	AvantGarde-BookOblique.afm \
	AvantGarde-Demi.afm \
	AvantGarde-DemiOblique.afm \
	Bookman-Demi.afm \
	Bookman-DemiItalic.afm \
	Bookman-Light.afm \
	Bookman-LightItalic.afm \
	Courier-Bold.afm \
	Courier-BoldOblique.afm \
	Courier-Oblique.afm \
	Courier.afm \
	Helvetica-Bold.afm \
	Helvetica-BoldOblique.afm \
	Helvetica-Narrow-Bold.afm \
	Helvetica-Narrow-BoldOblique.afm \
	Helvetica-Narrow-Oblique.afm \
	Helvetica-Narrow.afm \
	Helvetica-Oblique.afm \
	Helvetica.afm \
	NewCenturySchlbk-Bold.afm \
	NewCenturySchlbk-BoldItalic.afm \
	NewCenturySchlbk-Italic.afm \
	NewCenturySchlbk-Roman.afm \
	Palatino-Bold.afm \
	Palatino-BoldItalic.afm \
	Palatino-Italic.afm \
	Palatino-Oblique.afm \
	Palatino-Roman.afm \
	Symbol.afm \
	Times-Bold.afm \
	Times-BoldItalic.afm \
	Times-Italic.afm \
	Times-Oblique.afm \
	Times-Roman.afm \
	ZapfChancery-MediumItalic.afm \
	ZapfDingbats.afm
TARGETS=

default all::
	@${MAKE} targets

targets: ${TARGETS}

include ${COMMONRULES}

install: default ${AFMFILES}
	${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE}		\
	    -idb hylafax.sw.afm -dir ${AFMDIR}
	for i in ${AFMFILES}; do \
	    ${INSTALL} -F ${AFMDIR} -m 444 -idb ${PRODUCT}.sw.afm \
		-src ${SRCDIR}/$$i -O `echo $$i | ${SED} s/\.afm//`; \
	done
