# Makefile for web2c for RISC OS
# Written by Jakob Stoklund Olesen

CC = cc
LINK = drlink -o $@ -rescan 
LIBFILE = MakeALF -o $@
TANGLE = web2c:tangle
CONVERT = web2c:web2c.convert

CPPFLAGS = -DRISCOS -DHAVE_CONFIG_H -I,C:
CCFLAGS = -W ${CPPFLAGS} -depend !Depend -throwback

# .ch2 should come before .ch to select the right rule.
.SUFFIXES: .ch2 .ch .c .o

.ch2.c:
	tie -c ~tmp/ch web.$* ch.$* $<
	${TANGLE} web.$* ~tmp/ch ~tmp/p $*/pool
	${CONVERT} $* ~tmp/p
	-wipe ~tmp* ~c~v

.ch.c:
	${TANGLE} web.$* ch.$* ~tmp/p $*/pool
	${CONVERT} $* ~tmp/p
	-wipe ~tmp* ~c~v

.c.o:;	${CC} -c $< -o $@ ${CCFLAGS}

programs = tex mf tangle pooltype gftopk dvitype tftopl pltotf gftype\
	pktype patgen pktogf vftovp vptovf dvicopy dvitomp mpost weave\
	etex
	# mft
# It's sad we have to do this, but amu can't work out the dependencies...
primary_c = c.tex c.mf c.tangle c.pooltype c.gftopk c.dvitype c.tftopl\
	c.pltotf c.gftype c.pktype c.mft c.patgen c.pktogf c.vftovp\
	c.vptovf c.dvicopy c.dvitomp c.mp c.weave c.etex

proglib = lib.o.lib
windowlib = window.o.window
kpathsea = kpathsea:o.kpathsea
LIBS = C:o.stubs ${proglib} ${kpathsea} -lib OSLib:o.OSLib
DLIBS = ${proglib} ${kpathsea}

default: ${programs}
kick: ${primary_c}

${proglib}:
	amu -desktop -f web2c:lib.makefile o.lib
${windowlib}:
	amu -desktop -f web2c:window.makefile o.window

# These definitions have to come before the rules that expand them.
# The *{ini,[0-2]}.c files are created by splitup, run as part of convert.
# {mf,mp,tex}extra.c are created from lib/texmfmp.c, below.
mf_c = c.mfini c.mf c.mf1 c.mf2
mf_o = o.mfini o.mf o.mf1 o.mf2 o.mfextra
mp_c = c.mpini c.mp c.mp1 c.mp2
mp_o = o.mpini o.mp o.mp1 o.mp2 o.mpextra
tex_c = c.texini c.tex c.tex1 c.tex2
tex_o = o.texini o.tex o.tex1 o.tex2 o.texextra
etex_c = c.etexini c.etex c.etex1 c.etex2
etex_o = o.etexini o.etex o.etex1 o.etex2 o.etexextra

# The programs

bibtex: o.bibtex ${DLIBS}
	${LINK} o.bibtex ${LIBS}
dvicopy: o.dvicopy ${DLIBS}
	${LINK} o.dvicopy ${LIBS}
dvitomp: o.dvitomp ${DLIBS}
	${LINK} o.dvitomp ${LIBS}
dvitype: o.dvitype ${DLIBS}
	${LINK} o.dvitype ${LIBS}
etex: $(etex_o) ${DLIBS}
	${LINK} $(etex_o) $(socketlibs) ${LIBS}
gftodvi: o.gftodvi ${DLIBS}
	${LINK} o.gftodvi ${LIBS}
gftopk: o.gftopk ${DLIBS}
	${LINK} o.gftopk ${LIBS}
gftype: o.gftype ${DLIBS}
	${LINK} o.gftype ${LIBS}
$(mf_c) h.mfd: web.mf ch.mf ch2.mf
mf: $(mf_o) $(windowlib) ${DLIBS}
	${LINK} $(mf_o) $(windowlib) ${LIBS}
mft: o.mft ${DLIBS}
	${LINK} o.mft ${LIBS}
$(mp_c) h.mpd: web.mp ch.mp ch2.mp
mpost: $(mp_o) ${DLIBS}
	${LINK} $(mp_o) ${LIBS}
odvicopy: o.odvicopy ${DLIBS}
	${LINK} o.odvicopy ${LIBS}
odvitype: o.odvitype ${DLIBS}
	${LINK} o.odvitype ${LIBS}
ofm2opl: o.ofm2opl ${DLIBS}
	${LINK} o.ofm2opl ${LIBS}
omega: $(omega_o) ${DLIBS}
	${LINK} $(omega_o) $(socketlibs) ${LIBS}
opl2ofm: o.opl2ofm ${DLIBS}
	${LINK} o.opl2ofm ${LIBS}
ovf2ovp: o.ovf2ovp ${DLIBS}
	${LINK} o.ovf2ovp ${LIBS}
ovp2ovf: o.ovp2ovf ${DLIBS}
	${LINK} o.ovp2ovf ${LIBS}
patgen: o.patgen ${DLIBS}
	${LINK} o.patgen ${LIBS}
pdftex: $(pdftex_o) $(pdftexextra_o) $(pdftexlibsdep)
	${LINK} $(pdftex_o) $(pdftexextra_o) $(pdftexlibs) $(socketlibs) ${LIBS}
pktogf: o.pktogf ${DLIBS}
	${LINK} o.pktogf ${LIBS}
pktype: o.pktype ${DLIBS}
	${LINK} o.pktype ${LIBS}
pltotf: o.pltotf ${DLIBS}
	${LINK} o.pltotf ${LIBS}
pooltype: o.pooltype ${DLIBS}
	${LINK} o.pooltype ${LIBS}
c.tangle: web/tangle ch/tangle ch2/tangle
tangle: o.tangle ${DLIBS}
	${LINK} o.tangle ${LIBS}
$(tex_c) h.texd: web.tex ch.tex ch2.tex
tex: $(tex_o) ${DLIBS}
	${LINK} $(tex_o) $(socketlibs) ${LIBS}
tftopl: o.tftopl ${DLIBS}
	${LINK} o.tftopl ${LIBS}
vftovp: o.vftovp ${DLIBS}
	${LINK} o.vftovp ${LIBS}
vptovf: o.vptovf ${DLIBS}
	${LINK} o.vptovf ${LIBS}
weave: o.weave ${DLIBS}
	${LINK} o.weave ${LIBS}

c.etexextra: lib/c.texmfmp
	sed s/TEX-OR-MF-OR-MP/etex/ lib.c.texmfmp >$@
c.mfextra: lib/c.texmfmp
	sed s/TEX-OR-MF-OR-MP/mf/ lib.c.texmfmp >$@
c.mpextra: lib/c.texmfmp
	sed s/TEX-OR-MF-OR-MP/mp/ lib.c.texmfmp >$@
c.omegaextra: lib/c.texmfmp
	sed s/TEX-OR-MF-OR-MP/omega/ lib.c.texmfmp >$@
c.pdftexextra: lib/c.texmfmp
	sed s/TEX-OR-MF-OR-MP/pdftex/ lib.c.texmfmp >$@
c.texextra: lib/c.texmfmp
	sed s/TEX-OR-MF-OR-MP/tex/ lib.c.texmfmp >$@

# etex.* needs generating:
web.etex: web.tex etexdir/etex_ch
	tie -m web.etex web.tex etexdir.etex_ch
ch.etex: web.etex ch.tex etexdir/tex_ech ch2.tex
	tie -c ch.etex web.etex ch.tex etexdir.tex_ech ch2.tex

# Dynamic dependencies:
o.mft:	c.mft
o.mft:	h.cpascal
o.mft:	h.config
o.mft:	kpathsea:h.config
o.mft:	kpathsea:h.c-auto
o.mft:	kpathsea:h.c-std
o.mft:	kpathsea:h.c-unistd
o.mft:	kpathsea:h.systypes
o.mft:	kpathsea:h.c-std
o.mft:	kpathsea:h.c-memstr
o.mft:	kpathsea:h.c-errno
o.mft:	kpathsea:riscos.h.xperror
o.mft:	kpathsea:h.c-minmax
o.mft:	kpathsea:h.c-limits
o.mft:	kpathsea:h.c-proto
o.mft:	kpathsea:h.debug
o.mft:	kpathsea:h.c-proto
o.mft:	kpathsea:h.c-std
o.mft:	kpathsea:h.types
o.mft:	kpathsea:h.lib
o.mft:	kpathsea:h.types
o.mft:	kpathsea:h.types
o.mft:	kpathsea:h.progname
o.mft:	kpathsea:h.c-proto
o.mft:	kpathsea:h.types
o.mft:	h.c-auto
o.mft:	kpathsea:h.c-fopen
o.mft:	kpathsea:h.getopt
o.mft:	kpathsea:h.progname
o.mft:	kpathsea:h.proginit
o.mft:	kpathsea:h.c-proto
o.mft:	kpathsea:h.types
o.mft:	kpathsea:h.tex-file
o.mft:	kpathsea:h.c-proto
o.mft:	kpathsea:h.types
o.mft:	h.help
o.mft:	h.riscos
o.mft:	kpathsea:h.riscos
o.mft:	h.mft
o.mpini:	c.mpini
o.mpini:	h.mpd
o.mpini:	h.texmfmp
o.mpini:	h.cpascal
o.mpini:	h.config
o.mpini:	kpathsea:h.config
o.mpini:	kpathsea:h.c-auto
o.mpini:	kpathsea:h.c-std
o.mpini:	kpathsea:h.c-unistd
o.mpini:	kpathsea:h.systypes
o.mpini:	kpathsea:h.c-std
o.mpini:	kpathsea:h.c-memstr
o.mpini:	kpathsea:h.c-errno
o.mpini:	kpathsea:riscos.h.xperror
o.mpini:	kpathsea:h.c-minmax
o.mpini:	kpathsea:h.c-limits
o.mpini:	kpathsea:h.c-proto
o.mpini:	kpathsea:h.debug
o.mpini:	kpathsea:h.c-proto
o.mpini:	kpathsea:h.c-std
o.mpini:	kpathsea:h.types
o.mpini:	kpathsea:h.lib
o.mpini:	kpathsea:h.types
o.mpini:	kpathsea:h.types
o.mpini:	kpathsea:h.progname
o.mpini:	kpathsea:h.c-proto
o.mpini:	kpathsea:h.types
o.mpini:	h.c-auto
o.mpini:	kpathsea:h.c-fopen
o.mpini:	kpathsea:h.getopt
o.mpini:	kpathsea:h.progname
o.mpini:	kpathsea:h.proginit
o.mpini:	kpathsea:h.c-proto
o.mpini:	kpathsea:h.types
o.mpini:	kpathsea:h.tex-file
o.mpini:	kpathsea:h.c-proto
o.mpini:	kpathsea:h.types
o.mpini:	h.help
o.mpini:	h.riscos
o.mpini:	kpathsea:h.riscos
o.mpini:	kpathsea:h.c-pathch
o.mpini:	kpathsea:h.c-ctype
o.mpini:	kpathsea:h.tex-make
o.mpini:	kpathsea:h.c-proto
o.mpini:	kpathsea:h.tex-file
o.mpini:	kpathsea:h.types
o.mpini:	kpathsea:riscos.h.direct-io
o.mpini:	h.texmfmem
o.mpini:	h.mpcoerce
o.mp1:	c.mp1
o.mp1:	h.mpd
o.mp1:	h.texmfmp
o.mp1:	h.cpascal
o.mp1:	h.config
o.mp1:	kpathsea:h.config
o.mp1:	kpathsea:h.c-auto
o.mp1:	kpathsea:h.c-std
o.mp1:	kpathsea:h.c-unistd
o.mp1:	kpathsea:h.systypes
o.mp1:	kpathsea:h.c-std
o.mp1:	kpathsea:h.c-memstr
o.mp1:	kpathsea:h.c-errno
o.mp1:	kpathsea:riscos.h.xperror
o.mp1:	kpathsea:h.c-minmax
o.mp1:	kpathsea:h.c-limits
o.mp1:	kpathsea:h.c-proto
o.mp1:	kpathsea:h.debug
o.mp1:	kpathsea:h.c-proto
o.mp1:	kpathsea:h.c-std
o.mp1:	kpathsea:h.types
o.mp1:	kpathsea:h.lib
o.mp1:	kpathsea:h.types
o.mp1:	kpathsea:h.types
o.mp1:	kpathsea:h.progname
o.mp1:	kpathsea:h.c-proto
o.mp1:	kpathsea:h.types
o.mp1:	h.c-auto
o.mp1:	kpathsea:h.c-fopen
o.mp1:	kpathsea:h.getopt
o.mp1:	kpathsea:h.progname
o.mp1:	kpathsea:h.proginit
o.mp1:	kpathsea:h.c-proto
o.mp1:	kpathsea:h.types
o.mp1:	kpathsea:h.tex-file
o.mp1:	kpathsea:h.c-proto
o.mp1:	kpathsea:h.types
o.mp1:	h.help
o.mp1:	h.riscos
o.mp1:	kpathsea:h.riscos
o.mp1:	kpathsea:h.c-pathch
o.mp1:	kpathsea:h.c-ctype
o.mp1:	kpathsea:h.tex-make
o.mp1:	kpathsea:h.c-proto
o.mp1:	kpathsea:h.tex-file
o.mp1:	kpathsea:h.types
o.mp1:	kpathsea:riscos.h.direct-io
o.mp1:	h.texmfmem
o.mp1:	h.mpcoerce
o.mp2:	c.mp2
o.mp2:	h.mpd
o.mp2:	h.texmfmp
o.mp2:	h.cpascal
o.mp2:	h.config
o.mp2:	kpathsea:h.config
o.mp2:	kpathsea:h.c-auto
o.mp2:	kpathsea:h.c-std
o.mp2:	kpathsea:h.c-unistd
o.mp2:	kpathsea:h.systypes
o.mp2:	kpathsea:h.c-std
o.mp2:	kpathsea:h.c-memstr
o.mp2:	kpathsea:h.c-errno
o.mp2:	kpathsea:riscos.h.xperror
o.mp2:	kpathsea:h.c-minmax
o.mp2:	kpathsea:h.c-limits
o.mp2:	kpathsea:h.c-proto
o.mp2:	kpathsea:h.debug
o.mp2:	kpathsea:h.c-proto
o.mp2:	kpathsea:h.c-std
o.mp2:	kpathsea:h.types
o.mp2:	kpathsea:h.lib
o.mp2:	kpathsea:h.types
o.mp2:	kpathsea:h.types
o.mp2:	kpathsea:h.progname
o.mp2:	kpathsea:h.c-proto
o.mp2:	kpathsea:h.types
o.mp2:	h.c-auto
o.mp2:	kpathsea:h.c-fopen
o.mp2:	kpathsea:h.getopt
o.mp2:	kpathsea:h.progname
o.mp2:	kpathsea:h.proginit
o.mp2:	kpathsea:h.c-proto
o.mp2:	kpathsea:h.types
o.mp2:	kpathsea:h.tex-file
o.mp2:	kpathsea:h.c-proto
o.mp2:	kpathsea:h.types
o.mp2:	h.help
o.mp2:	h.riscos
o.mp2:	kpathsea:h.riscos
o.mp2:	kpathsea:h.c-pathch
o.mp2:	kpathsea:h.c-ctype
o.mp2:	kpathsea:h.tex-make
o.mp2:	kpathsea:h.c-proto
o.mp2:	kpathsea:h.tex-file
o.mp2:	kpathsea:h.types
o.mp2:	kpathsea:riscos.h.direct-io
o.mp2:	h.texmfmem
o.mp2:	h.mpcoerce
o.mpextra:	c.mpextra
o.mpextra:	h.mpd
o.mpextra:	h.texmfmp
o.mpextra:	h.cpascal
o.mpextra:	h.config
o.mpextra:	kpathsea:h.config
o.mpextra:	kpathsea:h.c-auto
o.mpextra:	kpathsea:h.c-std
o.mpextra:	kpathsea:h.c-unistd
o.mpextra:	kpathsea:h.systypes
o.mpextra:	kpathsea:h.c-std
o.mpextra:	kpathsea:h.c-memstr
o.mpextra:	kpathsea:h.c-errno
o.mpextra:	kpathsea:riscos.h.xperror
o.mpextra:	kpathsea:h.c-minmax
o.mpextra:	kpathsea:h.c-limits
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.debug
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.c-std
o.mpextra:	kpathsea:h.types
o.mpextra:	kpathsea:h.lib
o.mpextra:	kpathsea:h.types
o.mpextra:	kpathsea:h.types
o.mpextra:	kpathsea:h.progname
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.types
o.mpextra:	h.c-auto
o.mpextra:	kpathsea:h.c-fopen
o.mpextra:	kpathsea:h.getopt
o.mpextra:	kpathsea:h.progname
o.mpextra:	kpathsea:h.proginit
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.types
o.mpextra:	kpathsea:h.tex-file
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.types
o.mpextra:	h.help
o.mpextra:	h.riscos
o.mpextra:	kpathsea:h.riscos
o.mpextra:	kpathsea:h.c-pathch
o.mpextra:	kpathsea:h.c-ctype
o.mpextra:	kpathsea:h.tex-make
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.tex-file
o.mpextra:	kpathsea:h.types
o.mpextra:	kpathsea:riscos.h.direct-io
o.mpextra:	h.texmfmem
o.mpextra:	h.mpcoerce
o.mpextra:	kpathsea:h.config
o.mpextra:	kpathsea:h.c-ctype
o.mpextra:	kpathsea:h.line
o.mpextra:	kpathsea:h.types
o.mpextra:	kpathsea:h.readable
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.types
o.mpextra:	kpathsea:h.variable
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.types
o.mpextra:	kpathsea:h.absolute
o.mpextra:	kpathsea:h.types
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.concatn
o.mpextra:	kpathsea:h.c-proto
o.mpextra:	kpathsea:h.c-vararg
o.mpextra:	kpathsea:h.types
o.weave:	c.weave
o.weave:	h.cpascal
o.weave:	h.config
o.weave:	kpathsea:h.config
o.weave:	kpathsea:h.c-auto
o.weave:	kpathsea:h.c-std
o.weave:	kpathsea:h.c-unistd
o.weave:	kpathsea:h.systypes
o.weave:	kpathsea:h.c-std
o.weave:	kpathsea:h.c-memstr
o.weave:	kpathsea:h.c-errno
o.weave:	kpathsea:riscos.h.xperror
o.weave:	kpathsea:h.c-minmax
o.weave:	kpathsea:h.c-limits
o.weave:	kpathsea:h.c-proto
o.weave:	kpathsea:h.debug
o.weave:	kpathsea:h.c-proto
o.weave:	kpathsea:h.c-std
o.weave:	kpathsea:h.types
o.weave:	kpathsea:h.lib
o.weave:	kpathsea:h.types
o.weave:	kpathsea:h.types
o.weave:	kpathsea:h.progname
o.weave:	kpathsea:h.c-proto
o.weave:	kpathsea:h.types
o.weave:	h.c-auto
o.weave:	kpathsea:h.c-fopen
o.weave:	kpathsea:h.getopt
o.weave:	kpathsea:h.progname
o.weave:	kpathsea:h.proginit
o.weave:	kpathsea:h.c-proto
o.weave:	kpathsea:h.types
o.weave:	kpathsea:h.tex-file
o.weave:	kpathsea:h.c-proto
o.weave:	kpathsea:h.types
o.weave:	h.help
o.weave:	h.riscos
o.weave:	kpathsea:h.riscos
o.weave:	h.weave
o.texini:	c.texini
o.texini:	h.texd
o.texini:	h.texmfmp
o.texini:	h.cpascal
o.texini:	h.config
o.texini:	kpathsea:h.config
o.texini:	kpathsea:h.c-auto
o.texini:	kpathsea:h.c-std
o.texini:	kpathsea:h.c-unistd
o.texini:	kpathsea:h.systypes
o.texini:	kpathsea:h.c-std
o.texini:	kpathsea:h.c-memstr
o.texini:	kpathsea:h.c-errno
o.texini:	kpathsea:riscos.h.xperror
o.texini:	kpathsea:h.c-minmax
o.texini:	kpathsea:h.c-limits
o.texini:	kpathsea:h.c-proto
o.texini:	kpathsea:h.debug
o.texini:	kpathsea:h.c-proto
o.texini:	kpathsea:h.c-std
o.texini:	kpathsea:h.types
o.texini:	kpathsea:h.lib
o.texini:	kpathsea:h.types
o.texini:	kpathsea:h.types
o.texini:	kpathsea:h.progname
o.texini:	kpathsea:h.c-proto
o.texini:	kpathsea:h.types
o.texini:	h.c-auto
o.texini:	kpathsea:h.c-fopen
o.texini:	kpathsea:h.getopt
o.texini:	kpathsea:h.progname
o.texini:	kpathsea:h.proginit
o.texini:	kpathsea:h.c-proto
o.texini:	kpathsea:h.types
o.texini:	kpathsea:h.tex-file
o.texini:	kpathsea:h.c-proto
o.texini:	kpathsea:h.types
o.texini:	h.help
o.texini:	h.riscos
o.texini:	kpathsea:h.riscos
o.texini:	kpathsea:h.c-pathch
o.texini:	kpathsea:h.c-ctype
o.texini:	kpathsea:h.tex-make
o.texini:	kpathsea:h.c-proto
o.texini:	kpathsea:h.tex-file
o.texini:	kpathsea:h.types
o.texini:	kpathsea:riscos.h.direct-io
o.texini:	h.texmfmem
o.texini:	h.texcoerce
o.tex:	c.tex
o.tex:	h.texd
o.tex:	h.texmfmp
o.tex:	h.cpascal
o.tex:	h.config
o.tex:	kpathsea:h.config
o.tex:	kpathsea:h.c-auto
o.tex:	kpathsea:h.c-std
o.tex:	kpathsea:h.c-unistd
o.tex:	kpathsea:h.systypes
o.tex:	kpathsea:h.c-std
o.tex:	kpathsea:h.c-memstr
o.tex:	kpathsea:h.c-errno
o.tex:	kpathsea:riscos.h.xperror
o.tex:	kpathsea:h.c-minmax
o.tex:	kpathsea:h.c-limits
o.tex:	kpathsea:h.c-proto
o.tex:	kpathsea:h.debug
o.tex:	kpathsea:h.c-proto
o.tex:	kpathsea:h.c-std
o.tex:	kpathsea:h.types
o.tex:	kpathsea:h.lib
o.tex:	kpathsea:h.types
o.tex:	kpathsea:h.types
o.tex:	kpathsea:h.progname
o.tex:	kpathsea:h.c-proto
o.tex:	kpathsea:h.types
o.tex:	h.c-auto
o.tex:	kpathsea:h.c-fopen
o.tex:	kpathsea:h.getopt
o.tex:	kpathsea:h.progname
o.tex:	kpathsea:h.proginit
o.tex:	kpathsea:h.c-proto
o.tex:	kpathsea:h.types
o.tex:	kpathsea:h.tex-file
o.tex:	kpathsea:h.c-proto
o.tex:	kpathsea:h.types
o.tex:	h.help
o.tex:	h.riscos
o.tex:	kpathsea:h.riscos
o.tex:	kpathsea:h.c-pathch
o.tex:	kpathsea:h.c-ctype
o.tex:	kpathsea:h.tex-make
o.tex:	kpathsea:h.c-proto
o.tex:	kpathsea:h.tex-file
o.tex:	kpathsea:h.types
o.tex:	kpathsea:riscos.h.direct-io
o.tex:	h.texmfmem
o.tex:	h.texcoerce
o.tex1:	c.tex1
o.tex1:	h.texd
o.tex1:	h.texmfmp
o.tex1:	h.cpascal
o.tex1:	h.config
o.tex1:	kpathsea:h.config
o.tex1:	kpathsea:h.c-auto
o.tex1:	kpathsea:h.c-std
o.tex1:	kpathsea:h.c-unistd
o.tex1:	kpathsea:h.systypes
o.tex1:	kpathsea:h.c-std
o.tex1:	kpathsea:h.c-memstr
o.tex1:	kpathsea:h.c-errno
o.tex1:	kpathsea:riscos.h.xperror
o.tex1:	kpathsea:h.c-minmax
o.tex1:	kpathsea:h.c-limits
o.tex1:	kpathsea:h.c-proto
o.tex1:	kpathsea:h.debug
o.tex1:	kpathsea:h.c-proto
o.tex1:	kpathsea:h.c-std
o.tex1:	kpathsea:h.types
o.tex1:	kpathsea:h.lib
o.tex1:	kpathsea:h.types
o.tex1:	kpathsea:h.types
o.tex1:	kpathsea:h.progname
o.tex1:	kpathsea:h.c-proto
o.tex1:	kpathsea:h.types
o.tex1:	h.c-auto
o.tex1:	kpathsea:h.c-fopen
o.tex1:	kpathsea:h.getopt
o.tex1:	kpathsea:h.progname
o.tex1:	kpathsea:h.proginit
o.tex1:	kpathsea:h.c-proto
o.tex1:	kpathsea:h.types
o.tex1:	kpathsea:h.tex-file
o.tex1:	kpathsea:h.c-proto
o.tex1:	kpathsea:h.types
o.tex1:	h.help
o.tex1:	h.riscos
o.tex1:	kpathsea:h.riscos
o.tex1:	kpathsea:h.c-pathch
o.tex1:	kpathsea:h.c-ctype
o.tex1:	kpathsea:h.tex-make
o.tex1:	kpathsea:h.c-proto
o.tex1:	kpathsea:h.tex-file
o.tex1:	kpathsea:h.types
o.tex1:	kpathsea:riscos.h.direct-io
o.tex1:	h.texmfmem
o.tex1:	h.texcoerce
o.tex2:	c.tex2
o.tex2:	h.texd
o.tex2:	h.texmfmp
o.tex2:	h.cpascal
o.tex2:	h.config
o.tex2:	kpathsea:h.config
o.tex2:	kpathsea:h.c-auto
o.tex2:	kpathsea:h.c-std
o.tex2:	kpathsea:h.c-unistd
o.tex2:	kpathsea:h.systypes
o.tex2:	kpathsea:h.c-std
o.tex2:	kpathsea:h.c-memstr
o.tex2:	kpathsea:h.c-errno
o.tex2:	kpathsea:riscos.h.xperror
o.tex2:	kpathsea:h.c-minmax
o.tex2:	kpathsea:h.c-limits
o.tex2:	kpathsea:h.c-proto
o.tex2:	kpathsea:h.debug
o.tex2:	kpathsea:h.c-proto
o.tex2:	kpathsea:h.c-std
o.tex2:	kpathsea:h.types
o.tex2:	kpathsea:h.lib
o.tex2:	kpathsea:h.types
o.tex2:	kpathsea:h.types
o.tex2:	kpathsea:h.progname
o.tex2:	kpathsea:h.c-proto
o.tex2:	kpathsea:h.types
o.tex2:	h.c-auto
o.tex2:	kpathsea:h.c-fopen
o.tex2:	kpathsea:h.getopt
o.tex2:	kpathsea:h.progname
o.tex2:	kpathsea:h.proginit
o.tex2:	kpathsea:h.c-proto
o.tex2:	kpathsea:h.types
o.tex2:	kpathsea:h.tex-file
o.tex2:	kpathsea:h.c-proto
o.tex2:	kpathsea:h.types
o.tex2:	h.help
o.tex2:	h.riscos
o.tex2:	kpathsea:h.riscos
o.tex2:	kpathsea:h.c-pathch
o.tex2:	kpathsea:h.c-ctype
o.tex2:	kpathsea:h.tex-make
o.tex2:	kpathsea:h.c-proto
o.tex2:	kpathsea:h.tex-file
o.tex2:	kpathsea:h.types
o.tex2:	kpathsea:riscos.h.direct-io
o.tex2:	h.texmfmem
o.tex2:	h.texcoerce
o.texextra:	c.texextra
o.texextra:	h.texd
o.texextra:	h.texmfmp
o.texextra:	h.cpascal
o.texextra:	h.config
o.texextra:	kpathsea:h.config
o.texextra:	kpathsea:h.c-auto
o.texextra:	kpathsea:h.c-std
o.texextra:	kpathsea:h.c-unistd
o.texextra:	kpathsea:h.systypes
o.texextra:	kpathsea:h.c-std
o.texextra:	kpathsea:h.c-memstr
o.texextra:	kpathsea:h.c-errno
o.texextra:	kpathsea:riscos.h.xperror
o.texextra:	kpathsea:h.c-minmax
o.texextra:	kpathsea:h.c-limits
o.texextra:	kpathsea:h.c-proto
o.texextra:	kpathsea:h.debug
o.texextra:	kpathsea:h.c-proto
o.texextra:	kpathsea:h.c-std
o.texextra:	kpathsea:h.types
o.texextra:	kpathsea:h.lib
o.texextra:	kpathsea:h.types
o.texextra:	kpathsea:h.types
o.texextra:	kpathsea:h.progname
o.texextra:	kpathsea:h.c-proto
o.texextra:	kpathsea:h.types
o.texextra:	h.c-auto
o.texextra:	kpathsea:h.c-fopen
o.texextra:	kpathsea:h.getopt
o.texextra:	kpathsea:h.progname
o.texextra:	kpathsea:h.proginit
o.texextra:	kpathsea:h.c-proto
o.texextra:	kpathsea:h.types
o.texextra:	kpathsea:h.tex-file
o.texextra:	kpathsea:h.c-proto
o.texextra:	kpathsea:h.types
o.texextra:	h.help
o.texextra:	h.riscos
o.texextra:	kpathsea:h.riscos
o.texextra:	kpathsea:h.c-pathch
o.texextra:	kpathsea:h.c-ctype
o.texextra:	kpathsea:h.tex-make
o.texextra:	kpathsea:h.c-proto
o.texextra:	kpathsea:h.tex-file
o.texextra:	kpathsea:h.types
o.texextra:	kpathsea:riscos.h.direct-io
o.texextra:	h.texmfmem
o.texextra:	h.texcoerce
o.texextra:	kpathsea:h.config
o.texextra:	kpathsea:h.c-ctype
o.texextra:	kpathsea:h.line
o.texextra:	kpathsea:h.types
o.texextra:	kpathsea:h.readable
o.texextra:	kpathsea:h.c-proto
o.texextra:	kpathsea:h.types
o.texextra:	kpathsea:h.variable
o.texextra:	kpathsea:h.c-proto
o.texextra:	kpathsea:h.types
o.texextra:	kpathsea:h.absolute
o.texextra:	kpathsea:h.types
o.texextra:	kpathsea:h.c-proto
o.tangle:	c.tangle
o.tangle:	h.cpascal
o.tangle:	h.config
o.tangle:	kpathsea:h.config
o.tangle:	kpathsea:h.c-auto
o.tangle:	kpathsea:h.c-std
o.tangle:	kpathsea:h.c-unistd
o.tangle:	kpathsea:h.systypes
o.tangle:	kpathsea:h.c-std
o.tangle:	kpathsea:h.c-memstr
o.tangle:	kpathsea:h.c-errno
o.tangle:	kpathsea:riscos.h.xperror
o.tangle:	kpathsea:h.c-minmax
o.tangle:	kpathsea:h.c-limits
o.tangle:	kpathsea:h.c-proto
o.tangle:	kpathsea:h.debug
o.tangle:	kpathsea:h.c-proto
o.tangle:	kpathsea:h.c-std
o.tangle:	kpathsea:h.types
o.tangle:	kpathsea:h.lib
o.tangle:	kpathsea:h.types
o.tangle:	kpathsea:h.types
o.tangle:	kpathsea:h.progname
o.tangle:	kpathsea:h.c-proto
o.tangle:	kpathsea:h.types
o.tangle:	h.c-auto
o.tangle:	kpathsea:h.c-fopen
o.tangle:	kpathsea:h.getopt
o.tangle:	kpathsea:h.progname
o.tangle:	kpathsea:h.proginit
o.tangle:	kpathsea:h.c-proto
o.tangle:	kpathsea:h.types
o.tangle:	kpathsea:h.tex-file
o.tangle:	kpathsea:h.c-proto
o.tangle:	kpathsea:h.types
o.tangle:	h.help
o.tangle:	h.riscos
o.tangle:	kpathsea:h.riscos
o.tangle:	h.tangle
o.pooltype:	c.pooltype
o.pooltype:	h.cpascal
o.pooltype:	h.config
o.pooltype:	kpathsea:h.config
o.pooltype:	kpathsea:h.c-auto
o.pooltype:	kpathsea:h.c-std
o.pooltype:	kpathsea:h.c-unistd
o.pooltype:	kpathsea:h.systypes
o.pooltype:	kpathsea:h.c-std
o.pooltype:	kpathsea:h.c-memstr
o.pooltype:	kpathsea:h.c-errno
o.pooltype:	kpathsea:riscos.h.xperror
o.pooltype:	kpathsea:h.c-minmax
o.pooltype:	kpathsea:h.c-limits
o.pooltype:	kpathsea:h.c-proto
o.pooltype:	kpathsea:h.debug
o.pooltype:	kpathsea:h.c-proto
o.pooltype:	kpathsea:h.c-std
o.pooltype:	kpathsea:h.types
o.pooltype:	kpathsea:h.lib
o.pooltype:	kpathsea:h.types
o.pooltype:	kpathsea:h.types
o.pooltype:	kpathsea:h.progname
o.pooltype:	kpathsea:h.c-proto
o.pooltype:	kpathsea:h.types
o.pooltype:	h.c-auto
o.pooltype:	kpathsea:h.c-fopen
o.pooltype:	kpathsea:h.getopt
o.pooltype:	kpathsea:h.progname
o.pooltype:	kpathsea:h.proginit
o.pooltype:	kpathsea:h.c-proto
o.pooltype:	kpathsea:h.types
o.pooltype:	kpathsea:h.tex-file
o.pooltype:	kpathsea:h.c-proto
o.pooltype:	kpathsea:h.types
o.pooltype:	h.help
o.pooltype:	h.riscos
o.pooltype:	kpathsea:h.riscos
o.pooltype:	h.pooltype
o.gftopk:	c.gftopk
o.gftopk:	h.cpascal
o.gftopk:	h.config
o.gftopk:	kpathsea:h.config
o.gftopk:	kpathsea:h.c-auto
o.gftopk:	kpathsea:h.c-std
o.gftopk:	kpathsea:h.c-unistd
o.gftopk:	kpathsea:h.systypes
o.gftopk:	kpathsea:h.c-std
o.gftopk:	kpathsea:h.c-memstr
o.gftopk:	kpathsea:h.c-errno
o.gftopk:	kpathsea:riscos.h.xperror
o.gftopk:	kpathsea:h.c-minmax
o.gftopk:	kpathsea:h.c-limits
o.gftopk:	kpathsea:h.c-proto
o.gftopk:	kpathsea:h.debug
o.gftopk:	kpathsea:h.c-proto
o.gftopk:	kpathsea:h.c-std
o.gftopk:	kpathsea:h.types
o.gftopk:	kpathsea:h.lib
o.gftopk:	kpathsea:h.types
o.gftopk:	kpathsea:h.types
o.gftopk:	kpathsea:h.progname
o.gftopk:	kpathsea:h.c-proto
o.gftopk:	kpathsea:h.types
o.gftopk:	h.c-auto
o.gftopk:	kpathsea:h.c-fopen
o.gftopk:	kpathsea:h.getopt
o.gftopk:	kpathsea:h.progname
o.gftopk:	kpathsea:h.proginit
o.gftopk:	kpathsea:h.c-proto
o.gftopk:	kpathsea:h.types
o.gftopk:	kpathsea:h.tex-file
o.gftopk:	kpathsea:h.c-proto
o.gftopk:	kpathsea:h.types
o.gftopk:	h.help
o.gftopk:	h.riscos
o.gftopk:	kpathsea:h.riscos
o.gftopk:	h.gftopk
o.dvitype:	c.dvitype
o.dvitype:	h.cpascal
o.dvitype:	h.config
o.dvitype:	kpathsea:h.config
o.dvitype:	kpathsea:h.c-auto
o.dvitype:	kpathsea:h.c-std
o.dvitype:	kpathsea:h.c-unistd
o.dvitype:	kpathsea:h.systypes
o.dvitype:	kpathsea:h.c-std
o.dvitype:	kpathsea:h.c-memstr
o.dvitype:	kpathsea:h.c-errno
o.dvitype:	kpathsea:riscos.h.xperror
o.dvitype:	kpathsea:h.c-minmax
o.dvitype:	kpathsea:h.c-limits
o.dvitype:	kpathsea:h.c-proto
o.dvitype:	kpathsea:h.debug
o.dvitype:	kpathsea:h.c-proto
o.dvitype:	kpathsea:h.c-std
o.dvitype:	kpathsea:h.types
o.dvitype:	kpathsea:h.lib
o.dvitype:	kpathsea:h.types
o.dvitype:	kpathsea:h.types
o.dvitype:	kpathsea:h.progname
o.dvitype:	kpathsea:h.c-proto
o.dvitype:	kpathsea:h.types
o.dvitype:	h.c-auto
o.dvitype:	kpathsea:h.c-fopen
o.dvitype:	kpathsea:h.getopt
o.dvitype:	kpathsea:h.progname
o.dvitype:	kpathsea:h.proginit
o.dvitype:	kpathsea:h.c-proto
o.dvitype:	kpathsea:h.types
o.dvitype:	kpathsea:h.tex-file
o.dvitype:	kpathsea:h.c-proto
o.dvitype:	kpathsea:h.types
o.dvitype:	h.help
o.dvitype:	h.riscos
o.dvitype:	kpathsea:h.riscos
o.dvitype:	h.dvitype
o.tftopl:	c.tftopl
o.tftopl:	h.cpascal
o.tftopl:	h.config
o.tftopl:	kpathsea:h.config
o.tftopl:	kpathsea:h.c-auto
o.tftopl:	kpathsea:h.c-std
o.tftopl:	kpathsea:h.c-unistd
o.tftopl:	kpathsea:h.systypes
o.tftopl:	kpathsea:h.c-std
o.tftopl:	kpathsea:h.c-memstr
o.tftopl:	kpathsea:h.c-errno
o.tftopl:	kpathsea:riscos.h.xperror
o.tftopl:	kpathsea:h.c-minmax
o.tftopl:	kpathsea:h.c-limits
o.tftopl:	kpathsea:h.c-proto
o.tftopl:	kpathsea:h.debug
o.tftopl:	kpathsea:h.c-proto
o.tftopl:	kpathsea:h.c-std
o.tftopl:	kpathsea:h.types
o.tftopl:	kpathsea:h.lib
o.tftopl:	kpathsea:h.types
o.tftopl:	kpathsea:h.types
o.tftopl:	kpathsea:h.progname
o.tftopl:	kpathsea:h.c-proto
o.tftopl:	kpathsea:h.types
o.tftopl:	h.c-auto
o.tftopl:	kpathsea:h.c-fopen
o.tftopl:	kpathsea:h.getopt
o.tftopl:	kpathsea:h.progname
o.tftopl:	kpathsea:h.proginit
o.tftopl:	kpathsea:h.c-proto
o.tftopl:	kpathsea:h.types
o.tftopl:	kpathsea:h.tex-file
o.tftopl:	kpathsea:h.c-proto
o.tftopl:	kpathsea:h.types
o.tftopl:	h.help
o.tftopl:	h.riscos
o.tftopl:	kpathsea:h.riscos
o.tftopl:	h.tftopl
o.pltotf:	c.pltotf
o.pltotf:	h.cpascal
o.pltotf:	h.config
o.pltotf:	kpathsea:h.config
o.pltotf:	kpathsea:h.c-auto
o.pltotf:	kpathsea:h.c-std
o.pltotf:	kpathsea:h.c-unistd
o.pltotf:	kpathsea:h.systypes
o.pltotf:	kpathsea:h.c-std
o.pltotf:	kpathsea:h.c-memstr
o.pltotf:	kpathsea:h.c-errno
o.pltotf:	kpathsea:riscos.h.xperror
o.pltotf:	kpathsea:h.c-minmax
o.pltotf:	kpathsea:h.c-limits
o.pltotf:	kpathsea:h.c-proto
o.pltotf:	kpathsea:h.debug
o.pltotf:	kpathsea:h.c-proto
o.pltotf:	kpathsea:h.c-std
o.pltotf:	kpathsea:h.types
o.pltotf:	kpathsea:h.lib
o.pltotf:	kpathsea:h.types
o.pltotf:	kpathsea:h.types
o.pltotf:	kpathsea:h.progname
o.pltotf:	kpathsea:h.c-proto
o.pltotf:	kpathsea:h.types
o.pltotf:	h.c-auto
o.pltotf:	kpathsea:h.c-fopen
o.pltotf:	kpathsea:h.getopt
o.pltotf:	kpathsea:h.progname
o.pltotf:	kpathsea:h.proginit
o.pltotf:	kpathsea:h.c-proto
o.pltotf:	kpathsea:h.types
o.pltotf:	kpathsea:h.tex-file
o.pltotf:	kpathsea:h.c-proto
o.pltotf:	kpathsea:h.types
o.pltotf:	h.help
o.pltotf:	h.riscos
o.pltotf:	kpathsea:h.riscos
o.pltotf:	h.pltotf
o.gftype:	c.gftype
o.gftype:	h.cpascal
o.gftype:	h.config
o.gftype:	kpathsea:h.config
o.gftype:	kpathsea:h.c-auto
o.gftype:	kpathsea:h.c-std
o.gftype:	kpathsea:h.c-unistd
o.gftype:	kpathsea:h.systypes
o.gftype:	kpathsea:h.c-std
o.gftype:	kpathsea:h.c-memstr
o.gftype:	kpathsea:h.c-errno
o.gftype:	kpathsea:riscos.h.xperror
o.gftype:	kpathsea:h.c-minmax
o.gftype:	kpathsea:h.c-limits
o.gftype:	kpathsea:h.c-proto
o.gftype:	kpathsea:h.debug
o.gftype:	kpathsea:h.c-proto
o.gftype:	kpathsea:h.c-std
o.gftype:	kpathsea:h.types
o.gftype:	kpathsea:h.lib
o.gftype:	kpathsea:h.types
o.gftype:	kpathsea:h.types
o.gftype:	kpathsea:h.progname
o.gftype:	kpathsea:h.c-proto
o.gftype:	kpathsea:h.types
o.gftype:	h.c-auto
o.gftype:	kpathsea:h.c-fopen
o.gftype:	kpathsea:h.getopt
o.gftype:	kpathsea:h.progname
o.gftype:	kpathsea:h.proginit
o.gftype:	kpathsea:h.c-proto
o.gftype:	kpathsea:h.types
o.gftype:	kpathsea:h.tex-file
o.gftype:	kpathsea:h.c-proto
o.gftype:	kpathsea:h.types
o.gftype:	h.help
o.gftype:	h.riscos
o.gftype:	kpathsea:h.riscos
o.gftype:	h.gftype
o.pktype:	c.pktype
o.pktype:	h.cpascal
o.pktype:	h.config
o.pktype:	kpathsea:h.config
o.pktype:	kpathsea:h.c-auto
o.pktype:	kpathsea:h.c-std
o.pktype:	kpathsea:h.c-unistd
o.pktype:	kpathsea:h.systypes
o.pktype:	kpathsea:h.c-std
o.pktype:	kpathsea:h.c-memstr
o.pktype:	kpathsea:h.c-errno
o.pktype:	kpathsea:riscos.h.xperror
o.pktype:	kpathsea:h.c-minmax
o.pktype:	kpathsea:h.c-limits
o.pktype:	kpathsea:h.c-proto
o.pktype:	kpathsea:h.debug
o.pktype:	kpathsea:h.c-proto
o.pktype:	kpathsea:h.c-std
o.pktype:	kpathsea:h.types
o.pktype:	kpathsea:h.lib
o.pktype:	kpathsea:h.types
o.pktype:	kpathsea:h.types
o.pktype:	kpathsea:h.progname
o.pktype:	kpathsea:h.c-proto
o.pktype:	kpathsea:h.types
o.pktype:	h.c-auto
o.pktype:	kpathsea:h.c-fopen
o.pktype:	kpathsea:h.getopt
o.pktype:	kpathsea:h.progname
o.pktype:	kpathsea:h.proginit
o.pktype:	kpathsea:h.c-proto
o.pktype:	kpathsea:h.types
o.pktype:	kpathsea:h.tex-file
o.pktype:	kpathsea:h.c-proto
o.pktype:	kpathsea:h.types
o.pktype:	h.help
o.pktype:	h.riscos
o.pktype:	kpathsea:h.riscos
o.pktype:	h.pktype
o.patgen:	c.patgen
o.patgen:	h.cpascal
o.patgen:	h.config
o.patgen:	kpathsea:h.config
o.patgen:	kpathsea:h.c-auto
o.patgen:	kpathsea:h.c-std
o.patgen:	kpathsea:h.c-unistd
o.patgen:	kpathsea:h.systypes
o.patgen:	kpathsea:h.c-std
o.patgen:	kpathsea:h.c-memstr
o.patgen:	kpathsea:h.c-errno
o.patgen:	kpathsea:riscos.h.xperror
o.patgen:	kpathsea:h.c-minmax
o.patgen:	kpathsea:h.c-limits
o.patgen:	kpathsea:h.c-proto
o.patgen:	kpathsea:h.debug
o.patgen:	kpathsea:h.c-proto
o.patgen:	kpathsea:h.c-std
o.patgen:	kpathsea:h.types
o.patgen:	kpathsea:h.lib
o.patgen:	kpathsea:h.types
o.patgen:	kpathsea:h.types
o.patgen:	kpathsea:h.progname
o.patgen:	kpathsea:h.c-proto
o.patgen:	kpathsea:h.types
o.patgen:	h.c-auto
o.patgen:	kpathsea:h.c-fopen
o.patgen:	kpathsea:h.getopt
o.patgen:	kpathsea:h.progname
o.patgen:	kpathsea:h.proginit
o.patgen:	kpathsea:h.c-proto
o.patgen:	kpathsea:h.types
o.patgen:	kpathsea:h.tex-file
o.patgen:	kpathsea:h.c-proto
o.patgen:	kpathsea:h.types
o.patgen:	h.help
o.patgen:	h.riscos
o.patgen:	kpathsea:h.riscos
o.patgen:	h.patgen
o.pktogf:	c.pktogf
o.pktogf:	h.cpascal
o.pktogf:	h.config
o.pktogf:	kpathsea:h.config
o.pktogf:	kpathsea:h.c-auto
o.pktogf:	kpathsea:h.c-std
o.pktogf:	kpathsea:h.c-unistd
o.pktogf:	kpathsea:h.systypes
o.pktogf:	kpathsea:h.c-std
o.pktogf:	kpathsea:h.c-memstr
o.pktogf:	kpathsea:h.c-errno
o.pktogf:	kpathsea:riscos.h.xperror
o.pktogf:	kpathsea:h.c-minmax
o.pktogf:	kpathsea:h.c-limits
o.pktogf:	kpathsea:h.c-proto
o.pktogf:	kpathsea:h.debug
o.pktogf:	kpathsea:h.c-proto
o.pktogf:	kpathsea:h.c-std
o.pktogf:	kpathsea:h.types
o.pktogf:	kpathsea:h.lib
o.pktogf:	kpathsea:h.types
o.pktogf:	kpathsea:h.types
o.pktogf:	kpathsea:h.progname
o.pktogf:	kpathsea:h.c-proto
o.pktogf:	kpathsea:h.types
o.pktogf:	h.c-auto
o.pktogf:	kpathsea:h.c-fopen
o.pktogf:	kpathsea:h.getopt
o.pktogf:	kpathsea:h.progname
o.pktogf:	kpathsea:h.proginit
o.pktogf:	kpathsea:h.c-proto
o.pktogf:	kpathsea:h.types
o.pktogf:	kpathsea:h.tex-file
o.pktogf:	kpathsea:h.c-proto
o.pktogf:	kpathsea:h.types
o.pktogf:	h.help
o.pktogf:	h.riscos
o.pktogf:	kpathsea:h.riscos
o.pktogf:	h.pktogf
o.vftovp:	c.vftovp
o.vftovp:	h.cpascal
o.vftovp:	h.config
o.vftovp:	kpathsea:h.config
o.vftovp:	kpathsea:h.c-auto
o.vftovp:	kpathsea:h.c-std
o.vftovp:	kpathsea:h.c-unistd
o.vftovp:	kpathsea:h.systypes
o.vftovp:	kpathsea:h.c-std
o.vftovp:	kpathsea:h.c-memstr
o.vftovp:	kpathsea:h.c-errno
o.vftovp:	kpathsea:riscos.h.xperror
o.vftovp:	kpathsea:h.c-minmax
o.vftovp:	kpathsea:h.c-limits
o.vftovp:	kpathsea:h.c-proto
o.vftovp:	kpathsea:h.debug
o.vftovp:	kpathsea:h.c-proto
o.vftovp:	kpathsea:h.c-std
o.vftovp:	kpathsea:h.types
o.vftovp:	kpathsea:h.lib
o.vftovp:	kpathsea:h.types
o.vftovp:	kpathsea:h.types
o.vftovp:	kpathsea:h.progname
o.vftovp:	kpathsea:h.c-proto
o.vftovp:	kpathsea:h.types
o.vftovp:	h.c-auto
o.vftovp:	kpathsea:h.c-fopen
o.vftovp:	kpathsea:h.getopt
o.vftovp:	kpathsea:h.progname
o.vftovp:	kpathsea:h.proginit
o.vftovp:	kpathsea:h.c-proto
o.vftovp:	kpathsea:h.types
o.vftovp:	kpathsea:h.tex-file
o.vftovp:	kpathsea:h.c-proto
o.vftovp:	kpathsea:h.types
o.vftovp:	h.help
o.vftovp:	h.riscos
o.vftovp:	kpathsea:h.riscos
o.vftovp:	h.vftovp
o.vptovf:	c.vptovf
o.vptovf:	h.cpascal
o.vptovf:	h.config
o.vptovf:	kpathsea:h.config
o.vptovf:	kpathsea:h.c-auto
o.vptovf:	kpathsea:h.c-std
o.vptovf:	kpathsea:h.c-unistd
o.vptovf:	kpathsea:h.systypes
o.vptovf:	kpathsea:h.c-std
o.vptovf:	kpathsea:h.c-memstr
o.vptovf:	kpathsea:h.c-errno
o.vptovf:	kpathsea:riscos.h.xperror
o.vptovf:	kpathsea:h.c-minmax
o.vptovf:	kpathsea:h.c-limits
o.vptovf:	kpathsea:h.c-proto
o.vptovf:	kpathsea:h.debug
o.vptovf:	kpathsea:h.c-proto
o.vptovf:	kpathsea:h.c-std
o.vptovf:	kpathsea:h.types
o.vptovf:	kpathsea:h.lib
o.vptovf:	kpathsea:h.types
o.vptovf:	kpathsea:h.types
o.vptovf:	kpathsea:h.progname
o.vptovf:	kpathsea:h.c-proto
o.vptovf:	kpathsea:h.types
o.vptovf:	h.c-auto
o.vptovf:	kpathsea:h.c-fopen
o.vptovf:	kpathsea:h.getopt
o.vptovf:	kpathsea:h.progname
o.vptovf:	kpathsea:h.proginit
o.vptovf:	kpathsea:h.c-proto
o.vptovf:	kpathsea:h.types
o.vptovf:	kpathsea:h.tex-file
o.vptovf:	kpathsea:h.c-proto
o.vptovf:	kpathsea:h.types
o.vptovf:	h.help
o.vptovf:	h.riscos
o.vptovf:	kpathsea:h.riscos
o.vptovf:	h.vptovf
o.dvicopy:	c.dvicopy
o.dvicopy:	h.cpascal
o.dvicopy:	h.config
o.dvicopy:	kpathsea:h.config
o.dvicopy:	kpathsea:h.c-auto
o.dvicopy:	kpathsea:h.c-std
o.dvicopy:	kpathsea:h.c-unistd
o.dvicopy:	kpathsea:h.systypes
o.dvicopy:	kpathsea:h.c-std
o.dvicopy:	kpathsea:h.c-memstr
o.dvicopy:	kpathsea:h.c-errno
o.dvicopy:	kpathsea:riscos.h.xperror
o.dvicopy:	kpathsea:h.c-minmax
o.dvicopy:	kpathsea:h.c-limits
o.dvicopy:	kpathsea:h.c-proto
o.dvicopy:	kpathsea:h.debug
o.dvicopy:	kpathsea:h.c-proto
o.dvicopy:	kpathsea:h.c-std
o.dvicopy:	kpathsea:h.types
o.dvicopy:	kpathsea:h.lib
o.dvicopy:	kpathsea:h.types
o.dvicopy:	kpathsea:h.types
o.dvicopy:	kpathsea:h.progname
o.dvicopy:	kpathsea:h.c-proto
o.dvicopy:	kpathsea:h.types
o.dvicopy:	h.c-auto
o.dvicopy:	kpathsea:h.c-fopen
o.dvicopy:	kpathsea:h.getopt
o.dvicopy:	kpathsea:h.progname
o.dvicopy:	kpathsea:h.proginit
o.dvicopy:	kpathsea:h.c-proto
o.dvicopy:	kpathsea:h.types
o.dvicopy:	kpathsea:h.tex-file
o.dvicopy:	kpathsea:h.c-proto
o.dvicopy:	kpathsea:h.types
o.dvicopy:	h.help
o.dvicopy:	h.riscos
o.dvicopy:	kpathsea:h.riscos
o.dvicopy:	h.dvicopy
o.dvitomp:	c.dvitomp
o.dvitomp:	h.cpascal
o.dvitomp:	h.config
o.dvitomp:	kpathsea:h.config
o.dvitomp:	kpathsea:h.c-auto
o.dvitomp:	kpathsea:h.c-std
o.dvitomp:	kpathsea:h.c-unistd
o.dvitomp:	kpathsea:h.systypes
o.dvitomp:	kpathsea:h.c-std
o.dvitomp:	kpathsea:h.c-memstr
o.dvitomp:	kpathsea:h.c-errno
o.dvitomp:	kpathsea:riscos.h.xperror
o.dvitomp:	kpathsea:h.c-minmax
o.dvitomp:	kpathsea:h.c-limits
o.dvitomp:	kpathsea:h.c-proto
o.dvitomp:	kpathsea:h.debug
o.dvitomp:	kpathsea:h.c-proto
o.dvitomp:	kpathsea:h.c-std
o.dvitomp:	kpathsea:h.types
o.dvitomp:	kpathsea:h.lib
o.dvitomp:	kpathsea:h.types
o.dvitomp:	kpathsea:h.types
o.dvitomp:	kpathsea:h.progname
o.dvitomp:	kpathsea:h.c-proto
o.dvitomp:	kpathsea:h.types
o.dvitomp:	h.c-auto
o.dvitomp:	kpathsea:h.c-fopen
o.dvitomp:	kpathsea:h.getopt
o.dvitomp:	kpathsea:h.progname
o.dvitomp:	kpathsea:h.proginit
o.dvitomp:	kpathsea:h.c-proto
o.dvitomp:	kpathsea:h.types
o.dvitomp:	kpathsea:h.tex-file
o.dvitomp:	kpathsea:h.c-proto
o.dvitomp:	kpathsea:h.types
o.dvitomp:	h.help
o.dvitomp:	h.riscos
o.dvitomp:	kpathsea:h.riscos
o.dvitomp:	h.dvitomp
o.mfini:	c.mfini
o.mfini:	h.mfd
o.mfini:	h.texmfmp
o.mfini:	h.cpascal
o.mfini:	h.config
o.mfini:	kpathsea:h.config
o.mfini:	kpathsea:h.c-auto
o.mfini:	kpathsea:h.c-std
o.mfini:	kpathsea:h.c-unistd
o.mfini:	kpathsea:h.systypes
o.mfini:	kpathsea:h.c-std
o.mfini:	kpathsea:h.c-memstr
o.mfini:	kpathsea:h.c-errno
o.mfini:	kpathsea:riscos.h.xperror
o.mfini:	kpathsea:h.c-minmax
o.mfini:	kpathsea:h.c-limits
o.mfini:	kpathsea:h.c-proto
o.mfini:	kpathsea:h.debug
o.mfini:	kpathsea:h.c-proto
o.mfini:	kpathsea:h.c-std
o.mfini:	kpathsea:h.types
o.mfini:	kpathsea:h.lib
o.mfini:	kpathsea:h.types
o.mfini:	kpathsea:h.types
o.mfini:	kpathsea:h.progname
o.mfini:	kpathsea:h.c-proto
o.mfini:	kpathsea:h.types
o.mfini:	h.c-auto
o.mfini:	kpathsea:h.c-fopen
o.mfini:	kpathsea:h.getopt
o.mfini:	kpathsea:h.progname
o.mfini:	kpathsea:h.proginit
o.mfini:	kpathsea:h.c-proto
o.mfini:	kpathsea:h.types
o.mfini:	kpathsea:h.tex-file
o.mfini:	kpathsea:h.c-proto
o.mfini:	kpathsea:h.types
o.mfini:	h.help
o.mfini:	h.riscos
o.mfini:	kpathsea:h.riscos
o.mfini:	kpathsea:h.c-pathch
o.mfini:	kpathsea:h.c-ctype
o.mfini:	kpathsea:h.tex-make
o.mfini:	kpathsea:h.c-proto
o.mfini:	kpathsea:h.tex-file
o.mfini:	kpathsea:h.types
o.mfini:	h.texmfmem
o.mfini:	h.mfcoerce
o.mf1:	c.mf1
o.mf1:	h.mfd
o.mf1:	h.texmfmp
o.mf1:	h.cpascal
o.mf1:	h.config
o.mf1:	kpathsea:h.config
o.mf1:	kpathsea:h.c-auto
o.mf1:	kpathsea:h.c-std
o.mf1:	kpathsea:h.c-unistd
o.mf1:	kpathsea:h.systypes
o.mf1:	kpathsea:h.c-std
o.mf1:	kpathsea:h.c-memstr
o.mf1:	kpathsea:h.c-errno
o.mf1:	kpathsea:riscos.h.xperror
o.mf1:	kpathsea:h.c-minmax
o.mf1:	kpathsea:h.c-limits
o.mf1:	kpathsea:h.c-proto
o.mf1:	kpathsea:h.debug
o.mf1:	kpathsea:h.c-proto
o.mf1:	kpathsea:h.c-std
o.mf1:	kpathsea:h.types
o.mf1:	kpathsea:h.lib
o.mf1:	kpathsea:h.types
o.mf1:	kpathsea:h.types
o.mf1:	kpathsea:h.progname
o.mf1:	kpathsea:h.c-proto
o.mf1:	kpathsea:h.types
o.mf1:	h.c-auto
o.mf1:	kpathsea:h.c-fopen
o.mf1:	kpathsea:h.getopt
o.mf1:	kpathsea:h.progname
o.mf1:	kpathsea:h.proginit
o.mf1:	kpathsea:h.c-proto
o.mf1:	kpathsea:h.types
o.mf1:	kpathsea:h.tex-file
o.mf1:	kpathsea:h.c-proto
o.mf1:	kpathsea:h.types
o.mf1:	h.help
o.mf1:	h.riscos
o.mf1:	kpathsea:h.riscos
o.mf1:	kpathsea:h.c-pathch
o.mf1:	kpathsea:h.c-ctype
o.mf1:	kpathsea:h.tex-make
o.mf1:	kpathsea:h.c-proto
o.mf1:	kpathsea:h.tex-file
o.mf1:	kpathsea:h.types
o.mf1:	h.texmfmem
o.mf1:	h.mfcoerce
o.mf2:	c.mf2
o.mf2:	h.mfd
o.mf2:	h.texmfmp
o.mf2:	h.cpascal
o.mf2:	h.config
o.mf2:	kpathsea:h.config
o.mf2:	kpathsea:h.c-auto
o.mf2:	kpathsea:h.c-std
o.mf2:	kpathsea:h.c-unistd
o.mf2:	kpathsea:h.systypes
o.mf2:	kpathsea:h.c-std
o.mf2:	kpathsea:h.c-memstr
o.mf2:	kpathsea:h.c-errno
o.mf2:	kpathsea:riscos.h.xperror
o.mf2:	kpathsea:h.c-minmax
o.mf2:	kpathsea:h.c-limits
o.mf2:	kpathsea:h.c-proto
o.mf2:	kpathsea:h.debug
o.mf2:	kpathsea:h.c-proto
o.mf2:	kpathsea:h.c-std
o.mf2:	kpathsea:h.types
o.mf2:	kpathsea:h.lib
o.mf2:	kpathsea:h.types
o.mf2:	kpathsea:h.types
o.mf2:	kpathsea:h.progname
o.mf2:	kpathsea:h.c-proto
o.mf2:	kpathsea:h.types
o.mf2:	h.c-auto
o.mf2:	kpathsea:h.c-fopen
o.mf2:	kpathsea:h.getopt
o.mf2:	kpathsea:h.progname
o.mf2:	kpathsea:h.proginit
o.mf2:	kpathsea:h.c-proto
o.mf2:	kpathsea:h.types
o.mf2:	kpathsea:h.tex-file
o.mf2:	kpathsea:h.c-proto
o.mf2:	kpathsea:h.types
o.mf2:	h.help
o.mf2:	h.riscos
o.mf2:	kpathsea:h.riscos
o.mf2:	kpathsea:h.c-pathch
o.mf2:	kpathsea:h.c-ctype
o.mf2:	kpathsea:h.tex-make
o.mf2:	kpathsea:h.c-proto
o.mf2:	kpathsea:h.tex-file
o.mf2:	kpathsea:h.types
o.mf2:	h.texmfmem
o.mf2:	h.mfcoerce
o.mfextra:	c.mfextra
o.mfextra:	h.mfd
o.mfextra:	h.texmfmp
o.mfextra:	h.cpascal
o.mfextra:	h.config
o.mfextra:	kpathsea:h.config
o.mfextra:	kpathsea:h.c-auto
o.mfextra:	kpathsea:h.c-std
o.mfextra:	kpathsea:h.c-unistd
o.mfextra:	kpathsea:h.systypes
o.mfextra:	kpathsea:h.c-std
o.mfextra:	kpathsea:h.c-memstr
o.mfextra:	kpathsea:h.c-errno
o.mfextra:	kpathsea:riscos.h.xperror
o.mfextra:	kpathsea:h.c-minmax
o.mfextra:	kpathsea:h.c-limits
o.mfextra:	kpathsea:h.c-proto
o.mfextra:	kpathsea:h.debug
o.mfextra:	kpathsea:h.c-proto
o.mfextra:	kpathsea:h.c-std
o.mfextra:	kpathsea:h.types
o.mfextra:	kpathsea:h.lib
o.mfextra:	kpathsea:h.types
o.mfextra:	kpathsea:h.types
o.mfextra:	kpathsea:h.progname
o.mfextra:	kpathsea:h.c-proto
o.mfextra:	kpathsea:h.types
o.mfextra:	h.c-auto
o.mfextra:	kpathsea:h.c-fopen
o.mfextra:	kpathsea:h.getopt
o.mfextra:	kpathsea:h.progname
o.mfextra:	kpathsea:h.proginit
o.mfextra:	kpathsea:h.c-proto
o.mfextra:	kpathsea:h.types
o.mfextra:	kpathsea:h.tex-file
o.mfextra:	kpathsea:h.c-proto
o.mfextra:	kpathsea:h.types
o.mfextra:	h.help
o.mfextra:	h.riscos
o.mfextra:	kpathsea:h.riscos
o.mfextra:	kpathsea:h.c-pathch
o.mfextra:	kpathsea:h.c-ctype
o.mfextra:	kpathsea:h.tex-make
o.mfextra:	kpathsea:h.c-proto
o.mfextra:	kpathsea:h.tex-file
o.mfextra:	kpathsea:h.types
o.mfextra:	h.texmfmem
o.mfextra:	h.mfcoerce
o.mfextra:	kpathsea:h.config
o.mfextra:	kpathsea:h.c-ctype
o.mfextra:	kpathsea:h.line
o.mfextra:	kpathsea:h.types
o.mfextra:	kpathsea:h.readable
o.mfextra:	kpathsea:h.c-proto
o.mfextra:	kpathsea:h.types
o.mfextra:	kpathsea:h.variable
o.mfextra:	kpathsea:h.c-proto
o.mfextra:	kpathsea:h.types
o.mfextra:	kpathsea:h.absolute
o.mfextra:	kpathsea:h.types
o.mfextra:	kpathsea:h.c-proto
o.mf:	c.mf
o.mf:	h.mfd
o.mf:	h.texmfmp
o.mf:	h.cpascal
o.mf:	h.config
o.mf:	kpathsea:h.config
o.mf:	kpathsea:h.c-auto
o.mf:	kpathsea:h.c-std
o.mf:	kpathsea:h.c-unistd
o.mf:	kpathsea:h.systypes
o.mf:	kpathsea:h.c-std
o.mf:	kpathsea:h.c-memstr
o.mf:	kpathsea:h.c-errno
o.mf:	kpathsea:riscos.h.xperror
o.mf:	kpathsea:h.c-minmax
o.mf:	kpathsea:h.c-limits
o.mf:	kpathsea:h.c-proto
o.mf:	kpathsea:h.debug
o.mf:	kpathsea:h.c-proto
o.mf:	kpathsea:h.c-std
o.mf:	kpathsea:h.types
o.mf:	kpathsea:h.lib
o.mf:	kpathsea:h.types
o.mf:	kpathsea:h.types
o.mf:	kpathsea:h.progname
o.mf:	kpathsea:h.c-proto
o.mf:	kpathsea:h.types
o.mf:	h.c-auto
o.mf:	kpathsea:h.c-fopen
o.mf:	kpathsea:h.getopt
o.mf:	kpathsea:h.progname
o.mf:	kpathsea:h.proginit
o.mf:	kpathsea:h.c-proto
o.mf:	kpathsea:h.types
o.mf:	kpathsea:h.tex-file
o.mf:	kpathsea:h.c-proto
o.mf:	kpathsea:h.types
o.mf:	h.help
o.mf:	h.riscos
o.mf:	kpathsea:h.riscos
o.mf:	kpathsea:h.c-pathch
o.mf:	kpathsea:h.c-ctype
o.mf:	kpathsea:h.tex-make
o.mf:	kpathsea:h.c-proto
o.mf:	kpathsea:h.tex-file
o.mf:	kpathsea:h.types
o.mf:	h.texmfmem
o.mf:	h.mfcoerce
o.mp:	c.mp
o.mp:	h.mpd
o.mp:	h.texmfmp
o.mp:	h.cpascal
o.mp:	h.config
o.mp:	kpathsea:h.config
o.mp:	kpathsea:h.c-auto
o.mp:	kpathsea:h.c-std
o.mp:	kpathsea:h.c-unistd
o.mp:	kpathsea:h.systypes
o.mp:	kpathsea:h.c-std
o.mp:	kpathsea:h.c-memstr
o.mp:	kpathsea:h.c-errno
o.mp:	kpathsea:riscos.h.xperror
o.mp:	kpathsea:h.c-minmax
o.mp:	kpathsea:h.c-limits
o.mp:	kpathsea:h.c-proto
o.mp:	kpathsea:h.debug
o.mp:	kpathsea:h.c-proto
o.mp:	kpathsea:h.c-std
o.mp:	kpathsea:h.types
o.mp:	kpathsea:h.lib
o.mp:	kpathsea:h.types
o.mp:	kpathsea:h.types
o.mp:	kpathsea:h.progname
o.mp:	kpathsea:h.c-proto
o.mp:	kpathsea:h.types
o.mp:	h.c-auto
o.mp:	kpathsea:h.c-fopen
o.mp:	kpathsea:h.getopt
o.mp:	kpathsea:h.progname
o.mp:	kpathsea:h.proginit
o.mp:	kpathsea:h.c-proto
o.mp:	kpathsea:h.types
o.mp:	kpathsea:h.tex-file
o.mp:	kpathsea:h.c-proto
o.mp:	kpathsea:h.types
o.mp:	h.help
o.mp:	h.riscos
o.mp:	kpathsea:h.riscos
o.mp:	kpathsea:h.c-pathch
o.mp:	kpathsea:h.c-ctype
o.mp:	kpathsea:h.tex-make
o.mp:	kpathsea:h.c-proto
o.mp:	kpathsea:h.tex-file
o.mp:	kpathsea:h.types
o.mp:	kpathsea:riscos.h.direct-io
o.mp:	h.texmfmem
o.mp:	h.mpcoerce
o.etexini:	c.etexini
o.etexini:	h.etexd
o.etexini:	h.texmfmp
o.etexini:	h.cpascal
o.etexini:	h.config
o.etexini:	kpathsea:h.config
o.etexini:	kpathsea:h.c-auto
o.etexini:	kpathsea:h.c-std
o.etexini:	kpathsea:h.c-unistd
o.etexini:	kpathsea:h.systypes
o.etexini:	kpathsea:h.c-std
o.etexini:	kpathsea:h.c-memstr
o.etexini:	kpathsea:h.c-errno
o.etexini:	kpathsea:riscos.h.xperror
o.etexini:	kpathsea:h.c-minmax
o.etexini:	kpathsea:h.c-limits
o.etexini:	kpathsea:h.c-proto
o.etexini:	kpathsea:h.debug
o.etexini:	kpathsea:h.c-proto
o.etexini:	kpathsea:h.c-std
o.etexini:	kpathsea:h.types
o.etexini:	kpathsea:h.lib
o.etexini:	kpathsea:h.types
o.etexini:	kpathsea:h.types
o.etexini:	kpathsea:h.progname
o.etexini:	kpathsea:h.c-proto
o.etexini:	kpathsea:h.types
o.etexini:	h.c-auto
o.etexini:	kpathsea:h.c-fopen
o.etexini:	kpathsea:h.getopt
o.etexini:	kpathsea:h.progname
o.etexini:	kpathsea:h.proginit
o.etexini:	kpathsea:h.c-proto
o.etexini:	kpathsea:h.types
o.etexini:	kpathsea:h.tex-file
o.etexini:	kpathsea:h.c-proto
o.etexini:	kpathsea:h.types
o.etexini:	h.help
o.etexini:	h.riscos
o.etexini:	kpathsea:h.riscos
o.etexini:	kpathsea:h.c-pathch
o.etexini:	kpathsea:h.c-ctype
o.etexini:	kpathsea:h.tex-make
o.etexini:	kpathsea:h.c-proto
o.etexini:	kpathsea:h.tex-file
o.etexini:	kpathsea:h.types
o.etexini:	kpathsea:riscos.h.direct-io
o.etexini:	h.texmfmem
o.etexini:	h.etexcoerce
o.etex:	c.etex
o.etex:	h.etexd
o.etex:	h.texmfmp
o.etex:	h.cpascal
o.etex:	h.config
o.etex:	kpathsea:h.config
o.etex:	kpathsea:h.c-auto
o.etex:	kpathsea:h.c-std
o.etex:	kpathsea:h.c-unistd
o.etex:	kpathsea:h.systypes
o.etex:	kpathsea:h.c-std
o.etex:	kpathsea:h.c-memstr
o.etex:	kpathsea:h.c-errno
o.etex:	kpathsea:riscos.h.xperror
o.etex:	kpathsea:h.c-minmax
o.etex:	kpathsea:h.c-limits
o.etex:	kpathsea:h.c-proto
o.etex:	kpathsea:h.debug
o.etex:	kpathsea:h.c-proto
o.etex:	kpathsea:h.c-std
o.etex:	kpathsea:h.types
o.etex:	kpathsea:h.lib
o.etex:	kpathsea:h.types
o.etex:	kpathsea:h.types
o.etex:	kpathsea:h.progname
o.etex:	kpathsea:h.c-proto
o.etex:	kpathsea:h.types
o.etex:	h.c-auto
o.etex:	kpathsea:h.c-fopen
o.etex:	kpathsea:h.getopt
o.etex:	kpathsea:h.progname
o.etex:	kpathsea:h.proginit
o.etex:	kpathsea:h.c-proto
o.etex:	kpathsea:h.types
o.etex:	kpathsea:h.tex-file
o.etex:	kpathsea:h.c-proto
o.etex:	kpathsea:h.types
o.etex:	h.help
o.etex:	h.riscos
o.etex:	kpathsea:h.riscos
o.etex:	kpathsea:h.c-pathch
o.etex:	kpathsea:h.c-ctype
o.etex:	kpathsea:h.tex-make
o.etex:	kpathsea:h.c-proto
o.etex:	kpathsea:h.tex-file
o.etex:	kpathsea:h.types
o.etex:	kpathsea:riscos.h.direct-io
o.etex:	h.texmfmem
o.etex:	h.etexcoerce
o.etex1:	c.etex1
o.etex1:	h.etexd
o.etex1:	h.texmfmp
o.etex1:	h.cpascal
o.etex1:	h.config
o.etex1:	kpathsea:h.config
o.etex1:	kpathsea:h.c-auto
o.etex1:	kpathsea:h.c-std
o.etex1:	kpathsea:h.c-unistd
o.etex1:	kpathsea:h.systypes
o.etex1:	kpathsea:h.c-std
o.etex1:	kpathsea:h.c-memstr
o.etex1:	kpathsea:h.c-errno
o.etex1:	kpathsea:riscos.h.xperror
o.etex1:	kpathsea:h.c-minmax
o.etex1:	kpathsea:h.c-limits
o.etex1:	kpathsea:h.c-proto
o.etex1:	kpathsea:h.debug
o.etex1:	kpathsea:h.c-proto
o.etex1:	kpathsea:h.c-std
o.etex1:	kpathsea:h.types
o.etex1:	kpathsea:h.lib
o.etex1:	kpathsea:h.types
o.etex1:	kpathsea:h.types
o.etex1:	kpathsea:h.progname
o.etex1:	kpathsea:h.c-proto
o.etex1:	kpathsea:h.types
o.etex1:	h.c-auto
o.etex1:	kpathsea:h.c-fopen
o.etex1:	kpathsea:h.getopt
o.etex1:	kpathsea:h.progname
o.etex1:	kpathsea:h.proginit
o.etex1:	kpathsea:h.c-proto
o.etex1:	kpathsea:h.types
o.etex1:	kpathsea:h.tex-file
o.etex1:	kpathsea:h.c-proto
o.etex1:	kpathsea:h.types
o.etex1:	h.help
o.etex1:	h.riscos
o.etex1:	kpathsea:h.riscos
o.etex1:	kpathsea:h.c-pathch
o.etex1:	kpathsea:h.c-ctype
o.etex1:	kpathsea:h.tex-make
o.etex1:	kpathsea:h.c-proto
o.etex1:	kpathsea:h.tex-file
o.etex1:	kpathsea:h.types
o.etex1:	kpathsea:riscos.h.direct-io
o.etex1:	h.texmfmem
o.etex1:	h.etexcoerce
o.etex2:	c.etex2
o.etex2:	h.etexd
o.etex2:	h.texmfmp
o.etex2:	h.cpascal
o.etex2:	h.config
o.etex2:	kpathsea:h.config
o.etex2:	kpathsea:h.c-auto
o.etex2:	kpathsea:h.c-std
o.etex2:	kpathsea:h.c-unistd
o.etex2:	kpathsea:h.systypes
o.etex2:	kpathsea:h.c-std
o.etex2:	kpathsea:h.c-memstr
o.etex2:	kpathsea:h.c-errno
o.etex2:	kpathsea:riscos.h.xperror
o.etex2:	kpathsea:h.c-minmax
o.etex2:	kpathsea:h.c-limits
o.etex2:	kpathsea:h.c-proto
o.etex2:	kpathsea:h.debug
o.etex2:	kpathsea:h.c-proto
o.etex2:	kpathsea:h.c-std
o.etex2:	kpathsea:h.types
o.etex2:	kpathsea:h.lib
o.etex2:	kpathsea:h.types
o.etex2:	kpathsea:h.types
o.etex2:	kpathsea:h.progname
o.etex2:	kpathsea:h.c-proto
o.etex2:	kpathsea:h.types
o.etex2:	h.c-auto
o.etex2:	kpathsea:h.c-fopen
o.etex2:	kpathsea:h.getopt
o.etex2:	kpathsea:h.progname
o.etex2:	kpathsea:h.proginit
o.etex2:	kpathsea:h.c-proto
o.etex2:	kpathsea:h.types
o.etex2:	kpathsea:h.tex-file
o.etex2:	kpathsea:h.c-proto
o.etex2:	kpathsea:h.types
o.etex2:	h.help
o.etex2:	h.riscos
o.etex2:	kpathsea:h.riscos
o.etex2:	kpathsea:h.c-pathch
o.etex2:	kpathsea:h.c-ctype
o.etex2:	kpathsea:h.tex-make
o.etex2:	kpathsea:h.c-proto
o.etex2:	kpathsea:h.tex-file
o.etex2:	kpathsea:h.types
o.etex2:	kpathsea:riscos.h.direct-io
o.etex2:	h.texmfmem
o.etex2:	h.etexcoerce
o.etexextra:	c.etexextra
o.etexextra:	h.etexd
o.etexextra:	h.texmfmp
o.etexextra:	h.cpascal
o.etexextra:	h.config
o.etexextra:	kpathsea:h.config
o.etexextra:	kpathsea:h.c-auto
o.etexextra:	kpathsea:h.c-std
o.etexextra:	kpathsea:h.c-unistd
o.etexextra:	kpathsea:h.systypes
o.etexextra:	kpathsea:h.c-std
o.etexextra:	kpathsea:h.c-memstr
o.etexextra:	kpathsea:h.c-errno
o.etexextra:	kpathsea:riscos.h.xperror
o.etexextra:	kpathsea:h.c-minmax
o.etexextra:	kpathsea:h.c-limits
o.etexextra:	kpathsea:h.c-proto
o.etexextra:	kpathsea:h.debug
o.etexextra:	kpathsea:h.c-proto
o.etexextra:	kpathsea:h.c-std
o.etexextra:	kpathsea:h.types
o.etexextra:	kpathsea:h.lib
o.etexextra:	kpathsea:h.types
o.etexextra:	kpathsea:h.types
o.etexextra:	kpathsea:h.progname
o.etexextra:	kpathsea:h.c-proto
o.etexextra:	kpathsea:h.types
o.etexextra:	h.c-auto
o.etexextra:	kpathsea:h.c-fopen
o.etexextra:	kpathsea:h.getopt
o.etexextra:	kpathsea:h.progname
o.etexextra:	kpathsea:h.proginit
o.etexextra:	kpathsea:h.c-proto
o.etexextra:	kpathsea:h.types
o.etexextra:	kpathsea:h.tex-file
o.etexextra:	kpathsea:h.c-proto
o.etexextra:	kpathsea:h.types
o.etexextra:	h.help
o.etexextra:	h.riscos
o.etexextra:	kpathsea:h.riscos
o.etexextra:	kpathsea:h.c-pathch
o.etexextra:	kpathsea:h.c-ctype
o.etexextra:	kpathsea:h.tex-make
o.etexextra:	kpathsea:h.c-proto
o.etexextra:	kpathsea:h.tex-file
o.etexextra:	kpathsea:h.types
o.etexextra:	kpathsea:riscos.h.direct-io
o.etexextra:	h.texmfmem
o.etexextra:	h.etexcoerce
o.etexextra:	kpathsea:h.config
o.etexextra:	kpathsea:h.c-ctype
o.etexextra:	kpathsea:h.line
o.etexextra:	kpathsea:h.types
o.etexextra:	kpathsea:h.readable
o.etexextra:	kpathsea:h.c-proto
o.etexextra:	kpathsea:h.types
o.etexextra:	kpathsea:h.variable
o.etexextra:	kpathsea:h.c-proto
o.etexextra:	kpathsea:h.types
o.etexextra:	kpathsea:h.absolute
o.etexextra:	kpathsea:h.types
o.etexextra:	kpathsea:h.c-proto
o.etexextra:	etexdir.h.etexextra
