diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-01 11:23:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-01 11:23:16 +0000 |
commit | b0542f2883475b76a24d8ec25e810d34ac07eda6 (patch) | |
tree | 025d231f284e44163d9851f55337253b7d3d6aea /Build/source/texk/web2c/pdftexdir | |
parent | e33ec9c839bf39255602547c62ca6f73d7dc0744 (diff) |
autoconf updates
git-svn-id: svn://tug.org/texlive/trunk@6476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/Makefile.in | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/depend.mk | 1514 |
3 files changed, 766 insertions, 759 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 7e467480b80..243b3ddd9c2 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,8 @@ +2008-01-31 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.in (depend): Substitute $(srcdir) in depend.mk. + * depend.mk: Regenerated. + 2008-01-29 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.in: Add @configure_input@ line. diff --git a/Build/source/texk/web2c/pdftexdir/Makefile.in b/Build/source/texk/web2c/pdftexdir/Makefile.in index 59a3f6a86c5..ad8d39f5b7e 100644 --- a/Build/source/texk/web2c/pdftexdir/Makefile.in +++ b/Build/source/texk/web2c/pdftexdir/Makefile.in @@ -58,7 +58,9 @@ clean:: rm -f libpdf.a ttf2afm pdftosrc depend: - $(CXX) -MM $(ALL_CPPFLAGS) $(srcdir)/*.c | \ - cat >$(srcdir)/depend.mk + $(CXX) -MM $(ALL_CPPFLAGS) $(srcdir)/*.c \ + | sed -e 's, $(srcdir)/, $$(srcdir)/,g' \ + -e 's, $(top_srcdir)/, $$(top_srcdir)/,g' \ + | cat >$(srcdir)/depend.mk kpse_include pdftexdir/depend.mk diff --git a/Build/source/texk/web2c/pdftexdir/depend.mk b/Build/source/texk/web2c/pdftexdir/depend.mk index 2491190ea3d..73fd8574aa8 100644 --- a/Build/source/texk/web2c/pdftexdir/depend.mk +++ b/Build/source/texk/web2c/pdftexdir/depend.mk @@ -1,813 +1,813 @@ -avl.o: ../../../../texk/web2c/pdftexdir/avl.c \ - ../../../../texk/web2c/pdftexdir/avl.h -avlstuff.o: ../../../../texk/web2c/pdftexdir/avlstuff.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ +avl.o: $(srcdir)/avl.c \ + $(srcdir)/avl.h +avlstuff.o: $(srcdir)/avlstuff.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -epdf.o: ../../../../texk/web2c/pdftexdir/epdf.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +epdf.o: $(srcdir)/epdf.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -macnames.o: ../../../../texk/web2c/pdftexdir/macnames.c -mapfile.o: ../../../../texk/web2c/pdftexdir/mapfile.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +macnames.o: $(srcdir)/macnames.c +mapfile.o: $(srcdir)/mapfile.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -pkin.o: ../../../../texk/web2c/pdftexdir/pkin.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +pkin.o: $(srcdir)/pkin.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -subfont.o: ../../../../texk/web2c/pdftexdir/subfont.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +subfont.o: $(srcdir)/subfont.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -tounicode.o: ../../../../texk/web2c/pdftexdir/tounicode.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +tounicode.o: $(srcdir)/tounicode.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -ttf2afm.o: ../../../../texk/web2c/pdftexdir/ttf2afm.c \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/kpathsea.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +ttf2afm.o: $(srcdir)/ttf2afm.c \ + $(srcdir)/../../kpathsea/kpathsea.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/absolute.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-dir.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-namemx.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathmx.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-stat.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/cnf.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/concatn.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/db.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/str-list.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/default.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/expand.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/fn.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/fontmap.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/hash.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/line.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/magstep.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/absolute.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/c-dir.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/c-namemx.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-pathmx.h \ + $(srcdir)/../../kpathsea/c-stat.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/cnf.h \ + $(srcdir)/../../kpathsea/concatn.h \ + $(srcdir)/../../kpathsea/db.h \ + $(srcdir)/../../kpathsea/str-list.h \ + $(srcdir)/../../kpathsea/default.h \ + $(srcdir)/../../kpathsea/expand.h \ + $(srcdir)/../../kpathsea/fn.h \ + $(srcdir)/../../kpathsea/fontmap.h \ + $(srcdir)/../../kpathsea/hash.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/line.h \ + $(srcdir)/../../kpathsea/magstep.h \ ../../kpathsea/paths.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/pathsearch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/str-llist.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/readable.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/recorder.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-glyph.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-hush.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tilde.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/truncate.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/xopendir.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/xstat.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/writettf.h \ - ../../../../texk/web2c/pdftexdir/macnames.c -utils.o: ../../../../texk/web2c/pdftexdir/utils.c \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/pathsearch.h \ + $(srcdir)/../../kpathsea/str-llist.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/readable.h \ + $(srcdir)/../../kpathsea/recorder.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/tex-glyph.h \ + $(srcdir)/../../kpathsea/tex-hush.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../../kpathsea/tilde.h \ + $(srcdir)/../../kpathsea/truncate.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../../kpathsea/xopendir.h \ + $(srcdir)/../../kpathsea/xstat.h \ + $(srcdir)/../pdftexdir/ptexmac.h \ + $(srcdir)/../pdftexdir/writettf.h \ + $(srcdir)/macnames.c +utils.o: $(srcdir)/utils.c \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-stat.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/md5/md5.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zlib.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zconf.h \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/c-stat.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../../libs/md5/md5.h \ + $(srcdir)/../../../libs/zlib/zlib.h \ + $(srcdir)/../../../libs/zlib/zconf.h \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/png.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zlib.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/pngconf.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/xpdf/xpdf/config.h -vfpacket.o: ../../../../texk/web2c/pdftexdir/vfpacket.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/libpng/png.h \ + $(srcdir)/../../../libs/zlib/zlib.h \ + $(srcdir)/../../../libs/libpng/pngconf.h \ + $(srcdir)/../../../libs/xpdf/xpdf/config.h +vfpacket.o: $(srcdir)/vfpacket.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -writeenc.o: ../../../../texk/web2c/pdftexdir/writeenc.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +writeenc.o: $(srcdir)/writeenc.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -writefont.o: ../../../../texk/web2c/pdftexdir/writefont.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +writefont.o: $(srcdir)/writefont.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -writeimg.o: ../../../../texk/web2c/pdftexdir/writeimg.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +writeimg.o: $(srcdir)/writeimg.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h \ - ../../../../texk/web2c/pdftexdir/image.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/png.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zlib.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zconf.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/pngconf.h -writejbig2.o: ../../../../texk/web2c/pdftexdir/writejbig2.c \ - ../../../../texk/web2c/pdftexdir/writejbig2.h \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h \ + $(srcdir)/image.h \ + $(srcdir)/../../../libs/libpng/png.h \ + $(srcdir)/../../../libs/zlib/zlib.h \ + $(srcdir)/../../../libs/zlib/zconf.h \ + $(srcdir)/../../../libs/libpng/pngconf.h +writejbig2.o: $(srcdir)/writejbig2.c \ + $(srcdir)/writejbig2.h \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h \ - ../../../../texk/web2c/pdftexdir/image.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/png.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zlib.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zconf.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/pngconf.h -writejpg.o: ../../../../texk/web2c/pdftexdir/writejpg.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h \ + $(srcdir)/image.h \ + $(srcdir)/../../../libs/libpng/png.h \ + $(srcdir)/../../../libs/zlib/zlib.h \ + $(srcdir)/../../../libs/zlib/zconf.h \ + $(srcdir)/../../../libs/libpng/pngconf.h +writejpg.o: $(srcdir)/writejpg.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h \ - ../../../../texk/web2c/pdftexdir/image.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/png.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zlib.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zconf.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/pngconf.h -writepng.o: ../../../../texk/web2c/pdftexdir/writepng.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h \ + $(srcdir)/image.h \ + $(srcdir)/../../../libs/libpng/png.h \ + $(srcdir)/../../../libs/zlib/zlib.h \ + $(srcdir)/../../../libs/zlib/zconf.h \ + $(srcdir)/../../../libs/libpng/pngconf.h +writepng.o: $(srcdir)/writepng.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h \ - ../../../../texk/web2c/pdftexdir/image.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/png.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zlib.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zconf.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/libpng/pngconf.h -writet1.o: ../../../../texk/web2c/pdftexdir/writet1.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h \ + $(srcdir)/image.h \ + $(srcdir)/../../../libs/libpng/png.h \ + $(srcdir)/../../../libs/zlib/zlib.h \ + $(srcdir)/../../../libs/zlib/zconf.h \ + $(srcdir)/../../../libs/libpng/pngconf.h +writet1.o: $(srcdir)/writet1.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h -writet3.o: ../../../../texk/web2c/pdftexdir/writet3.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h +writet3.o: $(srcdir)/writet3.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-glyph.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/magstep.h -writettf.o: ../../../../texk/web2c/pdftexdir/writettf.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h \ + $(srcdir)/../../kpathsea/tex-glyph.h \ + $(srcdir)/../../kpathsea/magstep.h +writettf.o: $(srcdir)/writettf.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h \ - ../../../../texk/web2c/pdftexdir/writettf.h \ - ../../../../texk/web2c/pdftexdir/macnames.c -writezip.o: ../../../../texk/web2c/pdftexdir/writezip.c \ - ../../../../texk/web2c/pdftexdir/ptexlib.h ../pdftexd.h \ - ../../../../texk/web2c/pdftexdir/../texmfmp.h \ - ../../../../texk/web2c/pdftexdir/../cpascal.h \ - ../../../../texk/web2c/pdftexdir/../config.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/config.h \ + $(srcdir)/../../../libs/obsdcompat/defines.h \ + $(srcdir)/writettf.h \ + $(srcdir)/macnames.c +writezip.o: $(srcdir)/writezip.c \ + $(srcdir)/ptexlib.h ../pdftexd.h \ + $(srcdir)/../texmfmp.h \ + $(srcdir)/../cpascal.h \ + $(srcdir)/../config.h \ + $(srcdir)/../../kpathsea/config.h \ ../../kpathsea/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-std.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-unistd.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/systypes.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-memstr.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-errno.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-minmax.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-limits.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-proto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/debug.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/types.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/lib.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/progname.h \ + $(srcdir)/../../kpathsea/c-std.h \ + $(srcdir)/../../kpathsea/c-unistd.h \ + $(srcdir)/../../kpathsea/systypes.h \ + $(srcdir)/../../kpathsea/c-memstr.h \ + $(srcdir)/../../kpathsea/c-errno.h \ + $(srcdir)/../../kpathsea/c-minmax.h \ + $(srcdir)/../../kpathsea/c-limits.h \ + $(srcdir)/../../kpathsea/c-proto.h \ + $(srcdir)/../../kpathsea/debug.h \ + $(srcdir)/../../kpathsea/types.h \ + $(srcdir)/../../kpathsea/lib.h \ + $(srcdir)/../../kpathsea/progname.h \ ../../web2c/c-auto.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-vararg.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-fopen.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/getopt.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/proginit.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-file.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/variable.h \ - ../../../../texk/web2c/pdftexdir/../help.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-pathch.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/c-ctype.h \ - ../../../../texk/web2c/pdftexdir/../../kpathsea/tex-make.h \ - ../../../../texk/web2c/pdftexdir/../texmfmem.h ../pdftexcoerce.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/pdftex.h \ - ../../../../texk/web2c/pdftexdir/../pdftexdir/ptexlib.h \ - ../../../../texk/web2c/pdftexdir/ptexmac.h \ - ../../../../texk/web2c/pdftexdir/avlstuff.h \ - ../../../../texk/web2c/pdftexdir/avl.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/openbsd-compat.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/includes.h \ + $(srcdir)/../../kpathsea/c-vararg.h \ + $(srcdir)/../../kpathsea/c-fopen.h \ + $(srcdir)/../../kpathsea/getopt.h \ + $(srcdir)/../../kpathsea/proginit.h \ + $(srcdir)/../../kpathsea/tex-file.h \ + $(srcdir)/../../kpathsea/variable.h \ + $(srcdir)/../help.h \ + $(srcdir)/../../kpathsea/c-pathch.h \ + $(srcdir)/../../kpathsea/c-ctype.h \ + $(srcdir)/../../kpathsea/tex-make.h \ + $(srcdir)/../texmfmem.h ../pdftexcoerce.h \ + $(srcdir)/../pdftexdir/pdftex.h \ + $(srcdir)/../pdftexdir/ptexlib.h \ + $(srcdir)/ptexmac.h \ + $(srcdir)/avlstuff.h \ + $(srcdir)/avl.h \ + $(srcdir)/../../../libs/obsdcompat/openbsd-compat.h \ + $(srcdir)/../../../libs/obsdcompat/includes.h \ ../../../libs/xpdf/../obsdcompat/config.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/obsdcompat/defines.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zlib.h \ - ../../../../texk/web2c/pdftexdir/../../../libs/zlib/zconf.h + $(srcdir)/../../../libs/obsdcompat/defines.h \ + $(srcdir)/../../../libs/zlib/zlib.h \ + $(srcdir)/../../../libs/zlib/zconf.h |