# Generated automatically from Makefile.in by configure.
# Makefile for the dvipsk PostScript font files.
#
# Copyright (C) 1992, 93 Karl Berry.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

srcdir = .
VPATH = .

# For `install'.
prefix = /usr
datadir = $(prefix)/lib
texprefix = $(datadir)/texmf
psfontdir = $(texprefix)/fonts/postscript
texinputdir = $(texprefix)/tex
psmacrodir = $(texinputdir)/dvips

INSTALL = /usr/bin/install -c
INSTALL_DATA = $(INSTALL) -m 644
SHELL = /bin/sh

installargs = \
  INSTALL='$(INSTALL)' \
  INSTALL_DATA='$(INSTALL_DATA)' \
  psfontdir=$(psfontdir)

all:

# Simplified version for Debian TeX 
install:
	$(INSTALL) -d -m 755 $(psfontdir) 
	$(INSTALL) -d -m 755 $(psfontdir)/vf
	$(INSTALL) -d -m 755 $(psfontdir)/tfm
	$(INSTALL) -m 644 *.tfm $(psfontdir)/tfm
	$(INSTALL) -m 644 *.vf $(psfontdir)/vf

# This is only intended to be called recursively, with the fam and
# fam_dir variables assigned.
install-family:
	$(SHELL) $(srcdir)/../../mkdirchain $(psfontdir)/$(fam_dir)/tfm \
	  $(psfontdir)/$(fam_dir)/vf
	cd $(srcdir) && for f in p$$fam*.tfm rp$$fam*.tfm; do		\
          $(INSTALL_DATA) $$f $(psfontdir)/$(fam_dir)/tfm/$$f; done
	cd $(srcdir) && for f in p$$fam*.vf; do				\
          test ! -r $$f || $(INSTALL_DATA) $$f $(psfontdir)/$(fam_dir)/vf/$$f;\
	done

# Do we really want to uninstall the fonts?
uninstall:


Makefile: Makefile.in ../config.status
	(cd ..; $(SHELL) config.status)


depend TAGS:

mostlyclean:

clean: mostlyclean
	rm -f *.dvi *.log *.ps

distclean: clean
	rm -f Makefile

realclean: distclean

extraclean:
	rm -f *~ *\#* patch* *.orig *.rej core a.out *.vpl *.pl

.NOEXPORT:
