# Generated automatically from Makefile.in by configure. # Makefile for dvipsk -- kb@mail.tug.org. Public domain. version = 5.95a # Add -DDEFRES=dpi to DEFS to change the default resolution from 600. # Add -DSECURE if you will install dvips with special privileges. # Add -DNO_DEBUG to omit debugging support. # Add -DNO_EMTEX to omit EMTEX specials. # Add -DNO_HPS to omit hypertex support. # Add -DNO_TPIC to omit tpic support. # # 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.) # paths.mk -- installation directories. # # The compile-time paths are defined in kpathsea/paths.h, which is built # from kpathsea/texmf.in and these definitions. See kpathsea/INSTALL # for 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/tetex exec_prefix = ${prefix} # Architecture-dependent executables. bindir = ${prefix}/bin/i686-pc-linux-gnu # Architecture-independent executables. scriptdir = $(bindir) # Architecture-dependent files, such as lib*.a files. libdir = ${exec_prefix}/lib # Architecture-independent files. datadir = ${prefix}/share # Header files. includedir = ${prefix}/include # GNU .info* files. infodir = ${prefix}/info # Unix man pages. manext = 1 mandir = ${prefix}/man man1dir = $(mandir)/man$(manext) # TeX system-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/texmf.in. Passing all the # paths to sub-makes can make the arg list too long on system V. # Note that if you make changes below, you will have to make the # corresponding changes to texmf.in or texmf.cnf yourself. # The root of the main tree. texmf = ${prefix}/share/texmf # The directory used by varfonts. vartexfonts = /var/tmp/texfonts # Regular input files. texinputdir = $(texmf)/tex mfinputdir = $(texmf)/metafont mpinputdir = $(texmf)/metapost mftinputdir = $(texmf)/mft # dvips's epsf.tex, rotate.tex, etc. get installed here; # ditto for dvilj's fonts support. dvips_plain_macrodir = $(texinputdir)/plain/dvips dvilj_latex2e_macrodir = $(texinputdir)/latex/dvilj # mktex.cnf, texmf.cnf, etc. web2cdir = $(texmf)/web2c # The top-level font directory. fontdir = $(texmf)/fonts # Memory dumps (.fmt/.base/.mem). fmtdir = $(web2cdir)/tex basedir = $(web2cdir)/metafont memdir = $(web2cdir)/metapost # Pool files. texpooldir = $(web2cdir) mfpooldir = $(texpooldir) mppooldir = $(texpooldir) # Where the .map files from fontname are installed. fontnamedir = $(texmf)/fontname # For dvips configuration files, psfonts.map, etc. dvipsdir = $(texmf)/dvips # For dvips .pro files, gsftopk's render.ps, etc. psheaderdir = $(dvipsdir) # 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). # This list must be sorted in ascending order. default_texsizes = 300:600 # End of paths.mk. # common.mk -- used by all Makefiles. SHELL = /bin/sh top_srcdir = . srcdir = . CC = gcc CFLAGS = -g -O2 $(XCFLAGS) CPPFLAGS = $(XCPPFLAGS) DEFS = -DHAVE_CONFIG_H $(XDEFS) LDFLAGS = $(XLDFLAGS) # Kpathsea needs this for compiling, programs need it for linking. LIBTOOL = $(SHELL) $(kpathsea_parent)/libtool # You can change [X]CPPFLAGS, [X]CFLAGS, or [X]DEFS, but # please don't change ALL_CPPFLAGS or ALL_CFLAGS. # prog_cflags is set by subdirectories of web2c. ALL_CPPFLAGS = $(DEFS) -I. -I$(srcdir) -I$(kpathsea_parent) \ -I$(kpathsea_srcdir_parent) $(prog_cflags) $(CPPFLAGS) ALL_CFLAGS = $(ALL_CPPFLAGS) $(CFLAGS) compile = $(CC) $(ALL_CFLAGS) .SUFFIXES: .SUFFIXES: .c .o .lo # in case the suffix list has been cleared, e.g., by web2c .c.o: $(compile) -c $< -o $@ # Installation. INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 INSTALL_LIBTOOL_LIBS = $(LIBTOOL) --mode=install $(INSTALL_DATA) INSTALL_LIBTOOL_PROG = $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) # Creating (symbolic) links. LN = ln -s # Removing files. RM = rm -f # Uninstall. UNINSTALL = $(RM) UNINSTALL_PROGRAM = $(RM) UNINSTALL_SCRIPT = $(RM) UNINSTALL_DATA = $(RM) UNINSTALL_LIBTOOL_LIBS = $(LIBTOOL) --mode=uninstall $(RM) UNINSTALL_LIBTOOL_PROG = $(LIBTOOL) --mode=uninstall $(RM) # We use these for many things. kpathsea_parent = .. kpathsea_dir = $(kpathsea_parent)/kpathsea kpathsea_srcdir_parent = $(top_srcdir)/.. kpathsea_srcdir = $(kpathsea_srcdir_parent)/kpathsea kpathsea = $(kpathsea_dir)/libkpathsea.la #M#ifeq ($(CC), gcc) #M#XDEFS = -Wpointer-arith $(warn_more) #M#CFLAGS = -g $(XCFLAGS) #M#endif # End of common.mk. # programs.mk -- used by Makefiles for executables only. # Don't include $(CFLAGS), since ld -g under Linux forces # static libraries, e.g., libc.a and libX*.a. LDFLAGS = $(XLDFLAGS) # proglib is for web2c; # XLOADLIBES is for the installer. LIBS = -lm LOADLIBES = $(proglib) $(kpathsea) $(LIBS) $(XLOADLIBES) # May as well separate linking from compiling, just in case. CCLD = $(CC) link_command = $(CCLD) -o $@ $(LDFLAGS) # When we link with Kpathsea, have to take account that it might be a # shared library, etc. kpathsea_link = $(LIBTOOL) --mode=link $(link_command) # End of programs.mk. # cross.mk -- used by Makefiles for build-host executables. BUILDCC = $(CC) BUILDCFLAGS = $(CFLAGS) BUILDCPPFLAGS = $(CPPFLAGS) ALL_BUILDCPPFLAGS = $(DEFS) -I. -I$(srcdir) -I$(kpathsea_parent) \ -I$(kpathsea_srcdir_parent) $(prog_cflags) $(BUILDCPPFLAGS) ALL_BUILDCFLAGS = $(ALL_BUILDCPPFLAGS) $(BUILDCFLAGS) build_compile = $(BUILDCC) $(ALL_BUILDCFLAGS) # Don't include $(BUILDCFLAGS), since ld -g under Linux forces # static libraries, e.g., libc.a and libX*.a. BUILDLDFLAGS = $(LDFLAGS) # May as well separate linking from compiling, just in case. BUILDCCLD = $(CCLD) build_link_command = $(BUILDCCLD) -o $@ $(BUILDLDFLAGS) # End of cross.mk. # texi.mk -- making .dvi and .info from .texi. #M#MAKEINFO = makeinfo #M#MAKEINFO_FLAGS = --paragraph-indent=2 -I$(srcdir) #M#TEXI2DVI = texi2dvi #M## To make sure that generation of the dvi files succeeds on the #M## maintainer's system. #M#TEXI2DVI = TEXMFCNF=$(web2cdir) texi2dvi #M#TEXI2HTML = texi2html #M#TEXI2HTML_FLAGS = -expandinfo -number -menu -split_chapter # If you prefer one big .html file instead of several, remove # -split-node or replace it by -split_chapter. # For making normal text files out of Texinfo source. #M#one_info = --no-headers --no-split --no-validate #M#.SUFFIXES: .info .dvi .html .texi #M#.texi.info: #M# $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ #M#.texi.dvi: #M# $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< #M#.texi.html: #M# $(TEXI2HTML) $(TEXI2HTML_FLAGS) $< # End of texi.mk. prog_cflags = -DUNIX -DKPATHSEA -DNeedFunctionPrototypes -DSHIFTLOWCHARS # 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 hps.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 writet1.o \ pprescan.o papersiz.o color.o bbox.o hps.o t1part.o program = dvips programs = afm2tfm $(program) default all: $(programs) $(prologues) dvips.info $(program): $(kpathsea) $(objects) $(kpathsea_link) $(objects) $(LOADLIBES) -lbmeps -ldkc -ldkport -lpng -ljpeg -lnetpbm -ltiff -lz -lbz2 afm2tfm: $(kpathsea) afm2tfm.o $(kpathsea_link) afm2tfm.o $(LOADLIBES) # Omit LOADLIBES since no need to dynamically link with kpathsea. squeeze.o: squeeze.c $(build_compile) -c $< squeeze: squeeze.o $(build_link_command) squeeze.o #M#$(srcdir)/writet1.c: $(srcdir)/../web2c/pdftexdir/writet1.c #M# cp -f $(srcdir)/../web2c/pdftexdir/writet1.c $@ #M#$(srcdir)/ptexmac.h: $(srcdir)/../web2c/pdftexdir/ptexmac.h #M# cp -f $(srcdir)/../web2c/pdftexdir/ptexmac.h $@ $(prologues): squeeze texc.lpro: texc.script tex.lpro $(SHELL) $(srcdir)/texc.script $(srcdir)/tex.lpro $@ # tkpathsea.mk -- target for remaking kpathsea. makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='$(CFLAGS)' $(XMAKEARGS) # This is wrong: the library doesn't depend on kpsewhich.c or # acconfig.h. But what to do? $(kpathsea): $(kpathsea_srcdir)/*.c $(kpathsea_srcdir)/*.h \ $(kpathsea_srcdir)/texmf.in $(top_srcdir)/../make/paths.mk cd $(kpathsea_dir) && $(MAKE) $(makeargs) $(kpathsea_dir)/paths.h: $(kpathsea_srcdir)/texmf.in cd $(kpathsea_dir) && $(MAKE) $(makeargs) # End of tkpathsea.mk. # The environment for running check. # No need to specify TEXMF, as ../kpathsea/texmf.cnf should contain # suitable absolute paths at this point. Those are converted to # SELFAUTO* paths on installation. checkenv = TEXMFCNF=../kpathsea \ TFMFONTS=$(srcdir)/testdata: VFFONTS=$(srcdir)/testdata: \ TEXPSHEADERS=$(srcdir)/testdata: TEXCONFIG=$(srcdir)/testdata: check: all rm -f mtest.ps -($(checkenv) ./dvips -D 300 $(srcdir)/testdata/dvipstst.xdv -o dvipstst.ps) mv dvipstst.ps mtest.ps -($(checkenv) ./dvips -D 300 $(srcdir)/testdata/dvipstst.xdv -o) -diff $(srcdir)/testdata/dvipstst.xps dvipstst.ps install: install-exec install-data $(POST_INSTALL) # @echo "Create $(psheaderdir)/base/config.ps if necessary (see ./INSTALL)." uninstall: uninstall-exec uninstall-data install-exec: all $(SHELL) $(top_srcdir)/../mkinstalldirs $(bindir) for p in $(programs); do $(INSTALL_LIBTOOL_PROG) $$p $(bindir); done rm -f $(bindir)/o$(program) ln -s $(program) $(bindir)/o$(program) uninstall-exec: for p in $(programs); do rm -f $(bindir)/$$p; done rm -f $(bindir)/o$(program) install-data: $(program).info $(SHELL) $(top_srcdir)/../mkinstalldirs $(man1dir) $(infodir) $(psheaderdir)/base # PostScript prologues and encodings. for h in $(prologues); do $(INSTALL_DATA) $$h $(psheaderdir)/base/$$h; done # cd $(srcdir)/reencode && \ # for e in *.enc; do $(INSTALL_DATA) $$e $(psheaderdir)/base/$$e; done # config.ps. Any one config.ps will be wrong for most people, so don't # install anything by default. # if test ! -r $(psheaderdir)/base/config.ps \ # || grep 'original config.ps --' $(psheaderdir)/base/config.ps \ # >/dev/null; then \ # $(INSTALL_DATA) $(srcdir)/config.ps $(psheaderdir)/base/config.ps; \ # else true; fi # psfonts.map. # if test ! -r $(psheaderdir)/base/psfonts.map \ # || grep 'original psfonts.map --' $(psheaderdir)/base/psfonts.map \ # >/dev/null; then \ # $(INSTALL_DATA) $(srcdir)/psfonts.map $(psheaderdir)/base/psfonts.map; \ # else true; fi # Info files. cd $(srcdir) && for i in $(program).i*; do \ $(INSTALL_DATA) $$i $(infodir)/$$i; done # Man pages. $(INSTALL_DATA) $(srcdir)/$(program).1 $(man1dir)/$(program).$(manext) rm -f $(man1dir)/o$(program).$(manext) ln -s $(program).$(manext) $(man1dir)/o$(program).$(manext) $(INSTALL_DATA) $(srcdir)/afm2tfm.1 $(man1dir)/afm2tfm.$(manext) # TeX macros. # cd $(srcdir)/tex && for m in *.tex; do \ # $(INSTALL_DATA) $$m $(dvips_plain_macrodir)/$$m; done $(POST_INSTALL) if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ install-info --info-dir=$(infodir) $(infodir)/$(program).info; \ else true; fi uninstall-data: $(PRE_UNINSTALL) if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ install-info --delete --info-dir=$(infodir) $(infodir)/$(program).info; \ else true; fi $(NORMAL_UNINSTALL) rm -f $(infodir)/dvips.i* # for h in $(prologues); do rm -f $(psheaderdir)/base/$$h; done # cd $(srcdir)/reencode && for e in *.enc; do rm -f $(psheaderdir)/base/$$e; \ # done # if grep 'original config.ps --' $(psheaderdir)/base/config.ps \ # >/dev/null 2>&1; then rm -f $(psheaderdir)/base/config.ps; \ # else true; fi # if grep 'original psfonts.map --' $(psheaderdir)/base/psfonts.map \ # >/dev/null 2>&1; then rm -f $(psheaderdir)/base/psfonts.map; \ # else true; fi rm -f $(man1dir)/dvips.$(manext) $(man1dir)/afm2tfm.$(manext) distname = dvipsk program_files = *.texi *.info* *.lpro psfonts.map *.1 texc.script \ dvips.help $(program).aux $(program).cps dvipstst.dvi version_files = dvips.h afm2tfm.c dvips.c pre-dist-$(distname): INSTALL $(program).info $(program).dvi post-dist-$(distname): ln -s `pwd`/contrib `pwd`/tex $(distdir) mkdir $(distdir)/reencode; ln -s $(fontname)/*.enc $(distdir)/reencode ln -s `pwd`/README.reencode $(distdir)/reencode/README rm -f $(distdir)/texc.lpro # dist.mk -- making distribution tar files. #M#top_distdir = $(distname)-$(version) #M#top_files = RELNOTES Makefile.in configure.in configure selfautofix #M#libs_distdir = $(top_distdir)/libs #M#libs_files = EXTRA.LIB configure.in configure #M#texk_distdir = $(top_distdir)/texk #M#texk_files = ChangeLog Makefile.in README configure.in configure \ #M# install.sh libtool.m4 config.guess config.sub ltmain.sh \ #M# mkinstalldirs add-info-toc rename unbackslsh.awk withenable.ac #M#distdir = $(texk_distdir)/$(distname) #M#kpathsea_distdir = ../$(distname)/$(texk_distdir)/kpathsea #M#ln_files = AUTHORS ChangeLog INSTALL NEWS README *.in *.h *.c \ #M# configure *.mk #M# #M#dist_rm_predicate = -name Makefile #M#dist: all depend pre-dist-$(distname) #M# rm -rf $(top_distdir)* #M# mkdir -p $(distdir) #M# top_files="$(top_files)"; \ #M# for f in $$top_files; do \ #M# ln $(top_srcdir)/../../$$f $(top_distdir); done #M# cp -pr $(top_srcdir)/../../config $(top_distdir) #M# mkdir -p $(libs_distdir) #M# libs_files="$(libs_files)"; \ #M# for f in $$libs_files; do \ #M# ln $(top_srcdir)/../../libs/$$f $(libs_distdir); done #M# cd .. && $(MAKE) Makefile ./configure #M# cd .. && ln $(texk_files) $(distname)/$(texk_distdir) #M# cp -p $(top_srcdir)/../dir $(texk_distdir) #M# -ln $(ln_files) $(distdir) #M# ln $(program_files) $(distdir) #M# cd $(kpathsea_dir); $(MAKE) distdir=$(kpathsea_distdir) \ #M# ln_files='$(ln_files)' distdir #M# cp -pr ../make ../etc ../djgpp $(texk_distdir) #M# rm -rf $(texk_distdir)/make/CVS #M# rm -rf $(texk_distdir)/etc/CVS #M# rm -rf $(texk_distdir)/etc/autoconf/CVS #M# rm -rf $(texk_distdir)/djgpp/CVS #M## Remove the extra files our patterns got us. #M# cd $(texk_distdir); rm -f */c-auto.h #M# find $(top_distdir) \( $(dist_rm_predicate) \) -exec rm '{}' \; #M# find $(top_distdir) -name \.*texi -exec egrep -ni ' | ::|xx[^}]' \; #M## Now handle the contrib dir. #M# mkdir -p $(texk_distdir)/contrib && \ #M# cp -p ../contrib/{ChangeLog,INSTALL,README,*.c,*.h} \ #M# $(texk_distdir)/contrib #M# $(MAKE) post-dist-$(distname) #M# cd $(distdir); test ! -r *.info || touch *.info* #M# chmod -R a+rX,u+w $(top_distdir) #M# GZIP=-9 tar chzf $(top_distdir).tar.gz $(top_distdir) #M# rm -rf $(top_distdir) # End of dist.mk. # config.mk -- autoconf rules to remake the Makefile, c-auto.h, etc. #M#ac_dir = $(top_srcdir)/../etc/autoconf #M#autoconf = $(ac_dir)/acspecific.m4 $(ac_dir)/acgeneral.m4 $(ac_dir)/acsite.m4 #M#autoheader = $(ac_dir)/acconfig.h $(ac_dir)/autoheader.m4 #M# #M## I define $(autoconf) to acgeneral.m4 and the other Autoconf files, so #M## configure automatically gets remade in the sources with a new Autoconf #M## release. But it would be bad for installers with Autoconf to remake #M## configure (not to mention require Autoconf), so I take out the variable #M## $(autoconf) definition before release. #M## #M## BTW, xt.ac isn't really required for dvipsk or dviljk, but it doesn't #M## seem worth the trouble. #M## #M#configure_in = $(srcdir)/configure.in $(kpathsea_srcdir)/common.ac \ #M# $(kpathsea_srcdir)/withenable.ac $(kpathsea_srcdir)/xt.ac \ #M# $(kpathsea_srcdir_parent)/libtool.m4 #M#$(srcdir)/configure: $(configure_in) $(autoconf) #M# cd $(srcdir) && autoconf -m $(ac_dir) config.status: $(srcdir)/configure $(SHELL) $@ --recheck Makefile: config.status $(srcdir)/Makefile.in $(top_srcdir)/../make/*.mk $(SHELL) $< #M## autoheader reads acconfig.h (and c-auto.h.top) automatically. #M#$(srcdir)/c-auto.in: $(srcdir)/stamp-auto.in #M#$(srcdir)/stamp-auto.in: $(configure_in) $(autoheader) \ #M# $(kpathsea_srcdir)/acconfig.h #M# cd $(srcdir) && autoheader -m $(ac_dir) -l $(srcdir) #M# date >$(srcdir)/stamp-auto.in # This rule isn't used for 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: stamp-auto stamp-auto: $(srcdir)/c-auto.in $(SHELL) config.status date >stamp-auto # End of config.mk. info: $(program).info dvi: $(program).dvi #M#INSTALL: $(program).texi #M# $(MAKEINFO) -D INSTALLONLY --no-headers --no-split --no-validate \ #M# $(MAKEINFO_FLAGS) $< -o $@ #M# add-info-toc $@ #M#$(program).info: dvips.help #M#dvips.help: dvips.c #M# ./dvips --help >$@ #M#doc: info INSTALL # clean.mk -- cleaning. mostlyclean:: rm -f *.o clean:: mostlyclean -$(LIBTOOL) --mode=clean rm -f $(program) $(programs) rm -f $(library).a squeeze *.bad *.dvi *.lj distclean:: extraclean clean rm -f Makefile rm -f config.status config.log config.cache c-auto.h libtool rm -rf conftest* rm -f stamp-auto stamp-tangle stamp-ctangle rm -rf .libs # Although we can remake configure and c-auto.in, we don't remove # them, since many people may lack Autoconf. Use configclean for that. maintainer-clean:: distclean rm -f *.info* extraclean:: rm -f *.aux *.bak *.bbl *.blg *.dvi *.log *.pl *.tfm *.vf *.vpl rm -f *.*pk *.*gf *.mpx *.i *.s *~ *.orig *.rej *\#* rm -f CONTENTS.tex a.out core mfput.* texput.* mpout.* configclean: rm -f configure c-auto.in c-auto.h stamp-* # End of clean.mk. distclean:: rm -f *.pro texc.lpro clean:: rm -f mtest.ps dvipstst.ps # rdepend.mk -- rules for remaking the dependencies. #M## #M## Have to use -M, not -MM, since we use instead of #M## "kpathsea/..." in the sources. But that means we have to remove the #M## directory prefixes and all the system include files. #M## And is generated, not part of the distribution. #M## #M## And, there's no need for any installer/user to ever run this, it can #M## only cause trouble. So comment it out in the distribution. #M## (It doesn't work when the source and build directories are different.) #M#ifndef c_auto_h_dir #M#c_auto_h_dir = . #M#endif #M# #M#depend depend.mk:: $(c_auto_h_dir)/c-auto.h \ #M# $(top_srcdir)/../make/rdepend.mk #M# $(CC) -M $(ALL_CPPFLAGS) -I$(c_auto_h_dir) *.c \ #M# | sed -e 's,\(\.\./\)\+kpathsea/,$$(kpathsea_srcdir)/,g' \ #M# -e 's,$$(kpathsea_srcdir)/c-auto.h,$$(kpathsea_dir)/c-auto.h,g' \ #M# -e 's,$$(kpathsea_srcdir)/paths.h,$$(kpathsea_dir)/paths.h,g' \ #M# -e 's, /[^ ]*,,g' \ #M# -e 's, [^ ]*/\.\./libs/[^ ]*,,g' \ #M# -e 's, \./, ,g' \ #M# -e 's,dvi2xx.o,dvilj.o dvilj2p.o dvilj4.o dvilj4l.o,' \ #M# -e 's,lex.yy,$$(LEX_OUTPUT_ROOT),g' \ #M# | $(top_srcdir)/../unbackslsh.awk \ #M# >depend.mk #M## If kpathsea, we're making .lo library objects instead of .o's. #M# pwd | grep -v kpathsea >/dev/null \ #M# || (sed -e 's/\.o:/.lo:/' \ #M# -e 's/kpsewhich.lo:/kpsewhich.o:/' \ #M# -e 's/kpsestat.lo:/kpsestat.o:/' \ #M# -e 's/access.lo:/access.o:/' \ #M# -e 's/readlink.lo:/readlink.o:/' \ #M# depend-tmp.mk; mv depend-tmp.mk depend.mk) #M#.PHONY: depend # Let's stick a rule for TAGS here, just in case someone wants them. # (We don't put them in the distributions, to keep them smaller.) TAGS: *.c *.h pwd | grep kpathsea >/dev/null && append=../kpathsea/TAGS; \ etags $$append *.[ch] # Prevent GNU make 3.[59,63) from overflowing arg limit on system V. .NOEXPORT: # End of rdepend.mk. afm2tfm.o: afm2tfm.c config.h $(kpathsea_srcdir)/config.h $(kpathsea_dir)/c-auto.h \ $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h dvips.h \ debug.h paths.h bbox.o: bbox.c dvips.h config.h $(kpathsea_srcdir)/config.h $(kpathsea_dir)/c-auto.h \ $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h color.o: color.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h dopage.o: dopage.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h dosection.o: dosection.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h dospecial.o: dospecial.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h $(kpathsea_srcdir)/tex-hush.h protos.h download.o: download.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h dpicheck.o: dpicheck.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h drawPS.o: drawPS.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h dviinput.o: dviinput.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h dvips.o: dvips.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h $(kpathsea_srcdir)/proginit.h $(kpathsea_srcdir)/tex-hush.h \ $(kpathsea_srcdir)/tex-make.h protos.h emspecial.o: emspecial.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h finclude.o: finclude.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h flib.o: flib.c fontdef.o: fontdef.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h $(kpathsea_srcdir)/magstep.h protos.h header.o: header.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h hps.o: hps.c dvips.h config.h $(kpathsea_srcdir)/config.h $(kpathsea_dir)/c-auto.h \ $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h loadfont.o: loadfont.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h $(kpathsea_srcdir)/c-pathmx.h $(kpathsea_srcdir)/tex-glyph.h \ $(kpathsea_srcdir)/tex-make.h protos.h makefont.o: makefont.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h output.o: output.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h papersiz.o: papersiz.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h pprescan.o: pprescan.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h prescan.o: prescan.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h repack.o: repack.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h resident.o: resident.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h $(kpathsea_srcdir)/c-stat.h \ $(kpathsea_srcdir)/pathsearch.h \ $(kpathsea_srcdir)/str-llist.h $(kpathsea_srcdir)/variable.h protos.h scalewidth.o: scalewidth.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h scanpage.o: scanpage.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h search.o: search.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h $(kpathsea_srcdir)/tex-glyph.h skippage.o: skippage.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h squeeze.o: squeeze.c $(kpathsea_srcdir)/config.h $(kpathsea_dir)/c-auto.h \ $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ c-auto.h t1part.o: t1part.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h t1part.h protos.h tfmload.o: tfmload.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h $(kpathsea_srcdir)/c-pathmx.h protos.h unpack.o: unpack.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h protos.h virtualfont.o: virtualfont.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h $(kpathsea_srcdir)/c-pathmx.h protos.h writet1.o: writet1.c dvips.h config.h $(kpathsea_srcdir)/config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \ $(kpathsea_srcdir)/c-memstr.h \ $(kpathsea_srcdir)/c-errno.h \ $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \ $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \ $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \ $(kpathsea_srcdir)/c-fopen.h \ $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-ctype.h \ $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/c-vararg.h c-auto.h debug.h \ paths.h ptexmac.h