# Generated automatically from Makefile.in by configure.
# Makefile for dvipsk --kb@cs.umb.edu. Public domain.
version = 5.58c
package = dvipsk-$(version)

# paths.make -- installation directories.
#
# The compile-time paths are defined in kpathsea/paths.h, which is built
# from kpathsea/paths.h.in and these definitions.  See kpathsea/INSTALL
# for a description of how the various path-related files are used and
# created.

# Do not change prefix and exec_prefix in Makefile.in!
# configure doesn't propagate the change to the other Makefiles.
# Instead, give the -prefix/-exec-prefix options to configure.
# (See kpathsea/INSTALL for more details.) This is arguably
# a bug, but it's not likely to change soon.
prefix = /usr/local/tex/kpse-2.4
exec_prefix = $(prefix)

tetexdir = /usr/local/tex
web2c   = $(tetexdir)/web2c-6.1
web2c_lib = $(web2c)/lib
xprefix = $(tetexdir)/$(package)
xexec_prefix = $(xprefix)

# Generic installation directories.
bindir = $(xexec_prefix)/bin
scriptdir = $(bindir)
libdir = $(xexec_prefix)/lib
datadir = $(xprefix)/lib
infodir = $(xprefix)/info
includedir = $(xprefix)/include
manext = 1
mandir = $(xprefix)/man/man$(manext)

# TeX & MF-specific directories. Not all of the following are relevant
# for all programs, but it seems cleaner to collect everything in one place.

# The default paths are now in kpathsea/paths.h.in. Passing all the
# paths to sub-makes can make the arg list too long on system V.

# The root of the tree.
texmf = $(tetexdir)/texmf

# TeX and MF source files.
texinputdir = $(texmf)/tex
mfinputdir = $(texmf)/mf

# The top-level font directory.
fontdir = $(texmf)/fonts

# Where memory dumps are installed.
fmtdir = $(web2c_lib)/formats
basedir = $(web2c_lib)/bases

# Pool files.
texpooldir = $(web2c_lib)/pool
mfpooldir = $(texpooldir)

# If install_fonts=true, the PostScript/LaserJet TFM and VF files for
# the builtin fonts get installed in subdirectories of this directory,
# named for the typeface families of these directories. If you don't
# have the default directory setup, you will want to set
# install_fonts=false.  Ditto for install_macros.
install_fonts = false
install_macros = false

# Where the .map files from fontname are installed.
fontnamedir = $(texmf)/fontmaps

# Where the dvips configuration files get installed, and where
# psfonts.map is.
dvipsdir = $(texmf)/dvips
psheaderdir = $(dvipsdir)

# MakeTeXPK will go here to create dc*.
dcfontdir = $(fontdir)/public/dc

# MakeTeXPK will go here if it exists to create nonstandard CM fonts,
# e.g., cmr11. See ftp.cs.umb.edu:pub/tex/sauter.tar.gz. The Sauter
# files must be in your regular MFINPUTS.
sauterdir = $(fontdir)/public/sauter

# If a font can't be found close enough to its stated size, we look for
# each of these sizes in the order given.  This colon-separated list is
# overridden by the envvar TEXSIZES, and by a program-specific variable
# (e.g., XDVISIZES), and perhaps by a config file (e.g., in dvips).
default_texsizes = 300:600

# End of paths.make.

# Add -DDEFRES=dpi to DEFS to change the default resolution from 300dpi.
# Add -DNO_DEBUG to turn off debugging.
# Add -DTPIC for tpic support.
# Add -DEMTEX for EMTEX specials.
# Add -DSECURE if you will install dvips with special privileges.
# 
# For VM/CMS or (perhaps) VMS or DOS compilation, need the corresponding
# subdirectory from the original dvips distribution.  (Maybe dvipsk
# won't work at all on such systems; if you have info one way or the
# other, please let kb@cs.umb.edu know.)
DEFS = -DDEFRES=600 -DMFMODE=\"ljfour\" -DTPIC $(XDEFS)

# common.make -- used by all Makefiles.
SHELL = /bin/sh
top_srcdir = ./../dvipsk
srcdir = ./../dvipsk
VPATH = ./../dvipsk

CC = gcc
# CFLAGS is used for both compilation and linking.
CFLAGS = -g $(XCFLAGS)

# Do not override CPPFLAGS; change XCPPFLAGS, CFLAGS or DEFS instead.
CPPFLAGS = $(XCPPFLAGS) -I. -I$(srcdir) $(prog_cflags) \
	   -I$(kpathsea_parent) -I$(kpathsea_srcdir_parent) \
	   $(x_cppflags) $(DEFS) 
.c.o:
	$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
.SUFFIXES: .c .o

# Installation.
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644

# This is used to recursively copy a fonts/ or tex/ directory to
# $(fontdir) or $(texinputdir).
# The first arg is `.', and the second is the target directory.
CP_R = cp -r

# This is so kpathsea will get remade automatically if you change
# something in it and recompile from the package directory.
kpathsea_parent = ..
kpathsea_dir = $(kpathsea_parent)/kpathsea
kpathsea_srcdir_parent = $(top_srcdir)/..
kpathsea_srcdir = $(kpathsea_srcdir_parent)/kpathsea
kpathsea = $(kpathsea_dir)/kpathsea.a

##ifeq ($(CC), gcc)
##XDEFS = -Wall -Wpointer-arith $(warn_more)
##endif
# End of common.make.
# programs.make -- used by Makefiles for executables only.
# Linking. Don't include $(CFLAGS), since ld -g under Linux forces
# static libraries, including libc.a and libX*.a
LDFLAGS = $(XLDFLAGS)
LIBS = 
# proglib is for web2c; x_libs is for configure's X11 guesses;
# XLOADLIBES is for the installer.
LOADLIBES= $(proglib) $(kpathsea) $(x_libs) $(LIBS) -lm $(XLOADLIBES)

# Why separate CCLD from CC?  No particular reason.
CCLD = $(CC)
link_command = $(CCLD) -o $@ $(LDFLAGS) 
# End of programs.make.
# texi.make -- making .dvi and .info from .texi.

MAKEINFO = makeinfo
MAKEINFO_FLAGS = --paragraph-indent=2 -I$(HOME)/gnu/gnuorg
# That -I is purely for my own benefit in doing `make dist'.  It won't
# hurt anything for you (I hope).
TEXI2DVI = texi2dvi

.SUFFIXES: .info .dvi .texi
.texi.info:
	-$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
.texi.dvi:
	-$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

# The `-t'[mp] business is so that we don't create an empty .pro file,
# if running squeeze fails for some reason.  A dependency on squeeze
# fails here, so we include it below.
.SUFFIXES: .pro .lpro
.lpro.pro:
	./squeeze < $< > $@-t
	mv $@-t $@
prologues = tex.pro texps.pro texc.pro special.pro finclude.pro \
            color.pro crop.pro

objects = dospecial.o dviinput.o emspecial.o fontdef.o loadfont.o       \
dvips.o tfmload.o download.o prescan.o scanpage.o skippage.o output.o   \
scalewidth.o dosection.o dopage.o resident.o search.o unpack.o drawPS.o \
header.o repack.o virtualfont.o dpicheck.o finclude.o        \
pprescan.o papersiz.o color.o bbox.o

program = dvips
programs = afm2tfm $(program)


default all: $(programs) $(prologues) dvips.info

$(program): $(kpathsea) $(objects)
	$(CC) $(LDFLAGS) -o $@ $(objects) $(LOADLIBES)

afm2tfm: afm2tfm.o
	$(CC) $(LDFLAGS) -o $@ afm2tfm.o $(LOADLIBES)

squeeze: squeeze.o
	$(CC) $(LDFLAGS) -o $@ squeeze.o $(LOADLIBES)

$(prologues): squeeze

texc.lpro: texc.script tex.lpro
	$(SHELL) $(srcdir)/texc.script tex.lpro $@

# targets.make -- we don't want these to be the default, naturally.

# These are used to make and install kpathsea from the program directory.
makeargs = $(MFLAGS) SHELL='$(SHELL)' CC='$(CC)' CFLAGS='$(CFLAGS)' $(MAKEARGS)
installargs = INSTALL='$(INSTALL)' INSTALL_DATA='$(INSTALL_DATA)'

$(kpathsea): $(kpathsea_srcdir)/*.c $(kpathsea_srcdir)/*.h \
	     $(kpathsea_srcdir)/texmf.cnf.in \
             $(kpathsea_dir)/texmf.cnf $(top_srcdir)/../make/paths.make
	cd $(kpathsea_dir); $(MAKE) $(makeargs)

MakeTeXPK:

default:

install-MakeTeXPK:

# End of targets.make.

check: all
	MakeTeXPK cmr10 300 300 1; false
	rm -f mtest.ps
	tex $(srcdir)/test
	-dvips test -o test.ps
	mv test.ps mtest.ps
	dvips test -o

install: install-exec install-data
uninstall: uninstall-exec uninstall-data

install-exec: all install-MakeTeXPK
	$(SHELL) $(top_srcdir)/../mkdirchain $(bindir) $(scriptdir) $(fontdir)
	for p in $(programs); do $(INSTALL_PROGRAM) $$p $(bindir)/$$p; done
uninstall-exec:
	for p in $(programs); do rm -f $(bindir)/$$p; done

install-data:
	$(SHELL) $(top_srcdir)/../mkdirchain $(mandir) $(infodir) \
	  $(psheaderdir) $(fontnamedir)
# Info files.
	cd $(srcdir); for i in dvips.info*; do \
	  $(INSTALL_DATA) $$i $(infodir)/$$i; done
# PostScript prologues and encodings.
	for h in $(prologues); do $(INSTALL_DATA) $$h $(psheaderdir)/$$h; done
	cd $(srcdir)/reencode; \
	  for e in *; do $(INSTALL_DATA) $$e $(psheaderdir)/$$e; done
# config.ps.
	if grep 'original config.ps --' $(psheaderdir)/config.ps	\
	   >/dev/null 2>&1 || test ! -r $(psheaderdir)/config.ps; then	\
          $(INSTALL_DATA) $(srcdir)/config.ps $(psheaderdir)/config.ps;	\
        else true; fi
# psfonts.map.
	if grep 'original psfonts.map --' $(fontnamedir)/psfonts.map 	\
	    >/dev/null || test ! -r $(fontnamedir)/psfonts.map; then	\
	  $(INSTALL_DATA) $(srcdir)/psfonts.map $(fontnamedir)/psfonts.map; \
        else true; fi
# Man pages.
	$(INSTALL_DATA) $(srcdir)/dvips.1 $(mandir)/dvips.$(manext)
	$(INSTALL_DATA) $(srcdir)/afm2tfm.1 $(mandir)/afm2tfm.$(manext)
# TeX macros and fonts.
	($(install_macros) && (cd tex; $(CP_R) . $(texinputdir))) || true
	($(install_fonts) && (cd fonts; $(CP_R) . $(fontdir))) || true

uninstall-data:
	rm -f $(infodir)/dvips.info*
	for h in $(prologues); do rm -f $(psheaderdir)/$$h; done
	cd $(srcdir)/reencode; for e in *; do rm -f $(psheaderdir)/$$e; done
	if grep 'original config.ps --' $(psheaderdir)/config.ps	\
             >/dev/null 2>&1; then rm -f $(psheaderdir)/config.ps;	\
        else true; fi
	if grep 'original psfonts.map --' $(fontnamedir)/psfonts.map	\
              >/dev/null 2>&1; then rm -f $(fontnamedir)/psfonts.map;	\
        else true; fi
	rm -f $(mandir)/dvips.$(manext) $(mandir)/afm2tfm.$(manext)

distname = dvipsk
program_files = config.ps *.texi *.info* *.lpro psfonts.map *.1 texc.script 
version_files = dvips.h

pre-dist-$(distname): INSTALL $(program).info $(program).dvi
post-dist-$(distname):
	cd $(distdir); ln -s $(ps)/fonts $(ps)/tex $(ps)/contrib .
	cd $(distdir); ln -s $(fontname)/dvips reencode
	ln $(program).aux $(program).cps $(distdir)
	cp -p $(fontname)/doc/fontname/adobe.txt $(distdir)/adobe

# dist.make -- how to make the distribution tar file.

top_distdir = $(distname)-$(version)
top_files = ChangeLog Makefile.in aclocal.m4 configure configure.in README \
  $(HOME)/gnu/gnuorg/COPYING* $(HOME)/gnu/gnuorg/install.sh \
  $(HOME)/bin/mkdirchain \
  $(plain)/texinfo.tex
distdir = $(top_distdir)/$(distname)
kpathsea_distdir = ../$(distname)/$(top_distdir)/kpathsea
# *.make gets us depend.make.
ln_files = AUTHORS ChangeLog INSTALL NEWS README TAGS *.in *.h *.c \
  configure *.make .gdbinit stamp-auto

dist: depend.make TAGS pre-dist-$(distname)
	rm -rf $(top_distdir)*
	mkdir -p $(distdir)
	cd ..; make Makefile
	cd ..; cp -p $(top_files) $(distname)/$(top_distdir)
	-ln $(ln_files) $(distdir)
	ln $(program_files) $(distdir)
	cd $(kpathsea_dir); $(MAKE) distdir=$(kpathsea_distdir) \
	  ln_files='$(ln_files)' distdir
	cp -rp ../make $(top_distdir)
	ungnumake $(distdir)/Makefile.in $(kpathsea_distdir)/Makefile.in \
	  $(top_distdir)/Makefile.in $(top_distdir)/make/*.make
	cd $(top_distdir); rm -f */depend.make */c-auto.h */Makefile
	$(MAKE) post-dist-$(distname)
	cd $(distdir); add-version $(version) $(version_files)
	cd $(distdir); test ! -r *.info || touch *.info*
	chmod -R a+rwX $(top_distdir)
	GZIP=-9 tar chzf $(top_distdir).tar.gz $(top_distdir)
	rm -rf $(top_distdir)
# config.make -- autoconf rules to remake the Makefile, c-auto.h, etc.

##ifdef HOSTNAME
##ac_dir = $(gnu)/lib/autoconf
##autoconf = $(ac_dir)/acspecific.m4 $(ac_dir)/acgeneral.m4
##autoheader = $(ac_dir)/acconfig.h
##
### I define $(autoconf) to acgeneral.m4 and the other Autoconf files, so
### configure automatically gets remade in the sources with a new Autoconf
### release.  But it would be bad for installers with Autoconf to remake
### configure (not to mention require Autoconf), so I take out the variable
### $(autoconf) definition before release.
##configure_in = $(srcdir)/configure.in $(kpathsea_srcdir)/common.ac
##$(srcdir)/configure: $(configure_in) $(autoconf)
##	cd $(srcdir) && autoconf
##endif

config.status: $(srcdir)/configure
	$(SHELL) $(srcdir)/configure --no-create --verbose

Makefile: $(srcdir)/Makefile.in config.status $(top_srcdir)/../make/*.make
	$(SHELL) config.status

# This rule isn't used for web2c or the top-level Makefile, but it
# doesn't hurt.  We don't depend on config.status because configure
# always rewrites config.status, even when it doesn't change. Thus it
# might be newer than c-auto.h when we don't need to remake the latter.
c-auto.h: $(srcdir)/stamp-auto
$(srcdir)/stamp-auto: $(srcdir)/c-auto.h.in
	$(SHELL) config.status
	touch $(srcdir)/stamp-auto

##ifdef HOSTNAME
### autoheader reads acconfig.h (and c-auto.h.top) automatically.
##$(srcdir)/c-auto.h.in: $(srcdir)/stamp-auto.in
##$(srcdir)/stamp-auto.in: $(configure_in) $(autoheader) $(srcdir)/acconfig.h
##	cd $(srcdir) && autoheader
##	touch $(srcdir)/stamp-auto.in
##endif

info: $(program).info
dvi: $(program).dvi
INSTALL: $(program).texi
	$(MAKEINFO) $(MAKEINFO_FLAGS) --no-headers $< -o - \
	  | sed -n '/^Installation/,/kpathsea\/INSTALL'"'"'.)$$/'p >$@
	add-info-toc $@

# misc.make -- cleaning, etc.
TAGS: *.c *.h
	if pwd | grep kpathsea >/dev/null; then \
	  etags *.c *.h; else etags -i $(kpathsea_dir)/TAGS *.c *.h; fi

mostlyclean::
	rm -f *.o $(program) $(programs) squeeze $(library).a

clean:: mostlyclean
	rm -f *.dvi *.lj

distclean:: clean
	rm -f Makefile MakeTeXPK config.status c-auto.h *.pool

# Although we can remake configure and c-auto.h.in, we don't remove
# them, since many people may lack Autoconf.  Use configclean for that.
realclean:: distclean
	rm -f TAGS *.info*

extraclean::
	rm -f *.aux *.bak *.bbl *.blg *.dvi *.log *.orig *.pl *.rej
	rm -f *.i *.s *.tfm *.vf *.vpl *\#* *gf *pk *~
	rm -f CONTENTS.tex a.out core mfput.* texput.*

configclean:
	rm -f configure c-auto.h.in c-auto.h

# Prevent GNU make 3.[59,63) from overflowing arg limit on system V.
.NOEXPORT:
# End of misc.make.

distclean::
	rm -f *.pro texc.lpro

# rdepend.make -- rules for remaking the dependencies.
# Have to use -M, not -MM, since we use <kpathsea/...> instead of
# "kpathsea/..." in the sources.  But that means we have to remove the
# directory prefixes and all the system include files.
depend depend.make:: c-auto.h
	$(CC) -M $(CPPFLAGS) *.c \
	  | sed -e 's,\.\./kpathsea/,$$(kpathsea_dir)/,g' \
	        -e 's,/usr[^ ]* ,,g' \
	        -e 's,dvi2xx.o,dvilj.o dvilj2p.o dvilj4.o dvilj4l.o,' \
	  | grep -v '^ *\\$$' \
	  >depend.make
# End of rdepend.make.
afm2tfm.o : afm2tfm.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h $(kpathsea_dir)/c-ctype.h 
bbox.o : bbox.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
color.o : color.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
dopage.o : dopage.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
dosection.o : dosection.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
dospecial.o : dospecial.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h $(kpathsea_dir)/c-ctype.h 
download.o : download.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
dpicheck.o : dpicheck.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
drawPS.o : drawPS.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
dviinput.o : dviinput.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
dvips.o : dvips.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h $(kpathsea_dir)/c-pathch.h $(kpathsea_dir)/proginit.h \
  $(kpathsea_dir)/progname.h paths.h 
emspecial.o : emspecial.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
finclude.o : finclude.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h $(kpathsea_dir)/c-ctype.h 
fontdef.o : fontdef.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h $(kpathsea_dir)/magstep.h 
header.o : header.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
loadfont.o : loadfont.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h $(kpathsea_dir)/c-pathmx.h $(kpathsea_dir)/tex-glyph.h \
  $(kpathsea_dir)/tex-make.h 
output.o : output.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h paths.h 
papersiz.o : papersiz.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
pprescan.o : pprescan.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
prescan.o : prescan.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
repack.o : repack.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
resident.o : resident.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h paths.h $(kpathsea_dir)/c-pathch.h $(kpathsea_dir)/pathsearch.h \
  $(kpathsea_dir)/str-llist.h 
scalewidth.o : scalewidth.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h \
  $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
scanpage.o : scanpage.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
search.o : search.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h $(kpathsea_dir)/tex-glyph.h 
skippage.o : skippage.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
squeeze.o : squeeze.c 
tfmload.o : tfmload.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h $(kpathsea_dir)/c-pathmx.h 
unpack.o : unpack.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h \
  $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h 
virtualfont.o : virtualfont.c dvips.h config.h $(kpathsea_dir)/config.h ./c-auto.h \
  $(kpathsea_dir)/c-std.h \
  $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  $(kpathsea_dir)/c-memstr.h \
  $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  $(kpathsea_dir)/c-proto.h \
  $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h \
  $(kpathsea_dir)/tex-file.h debug.h $(kpathsea_dir)/c-pathmx.h 
