home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-base.tgz / octave-1.1.1p1-base.tar / fsf / octave / kpathsea / Makefile < prev    next >
Makefile  |  1995-02-23  |  27KB  |  626 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for kpathsea --karl@cs.umb.edu.
  3. version = 1.8
  4. lib = libkpathsea.a
  5.  
  6. # The following make definitions (down to `end of installation
  7. # directories') are repeated in several Makefiles, because different
  8. # installations like to change them at different levels. If you edit the
  9. # top-level Makefile, the changes should propagate, however.
  10. # The following define installation directories. The default paths are
  11. # defined in kpathsea/paths.h, which is built from kpathsea/paths.h.in.
  12. # See kpathsea/INSTALL for a description of how the various path-related
  13. # files are used and created.
  14.  
  15. # Generic installation directories.
  16. prefix = /usr/local
  17. exec_prefix = $(prefix)
  18. bindir = $(exec_prefix)/bin
  19. scriptdir = $(bindir)
  20. libdir = $(exec_prefix)/lib
  21. datadir = $(prefix)/lib
  22. infodir = $(prefix)/info
  23. includedir = $(prefix)/include
  24. manext = 1
  25. mandir = $(prefix)/man/man$(manext)
  26.  
  27. # TeX & MF-specific directories. Not all of the following are relevant
  28. # for all programs, but it seems cleaner to collect everything in one place.
  29.  
  30. # The default paths are now in kpathsea/paths.h.in. Passing all the
  31. # paths to sub-makes can make the arg list too long on system V.
  32.  
  33. # The root of the tree.
  34. texmf_prefix = $(datadir)/texmf
  35.  
  36. # TeX and MF source files.
  37. texinputdir = $(texmf_prefix)/tex
  38. mfinputdir = $(texmf_prefix)/mf
  39.  
  40. # The top-level font directory.
  41. fontdir = $(texmf_prefix)/fonts
  42.  
  43. # Where memory dumps are installed.
  44. fmtdir = $(texmf_prefix)/ini
  45. basedir = $(fmtdir)
  46.  
  47. # Pool files.
  48. texpooldir = $(texmf_prefix)/ini
  49. mfpooldir = $(texpooldir)
  50.  
  51. # If install_fonts=true, the PostScript/LaserJet TFM and VF files for
  52. # the builtin fonts get installed in subdirectories of this directory,
  53. # named for the typeface families of these directories. If you don't
  54. # have the default directory setup, you will want to set
  55. # install_fonts=false.
  56. install_fonts = true
  57. ps_fontdir = $(fontdir)/adobe
  58. bh_fontdir = $(fontdir)/bh
  59. cg_fontdir = $(fontdir)/cg
  60. mt_fontdir = $(fontdir)/monotype
  61.  
  62. # Where the configuration files get installed.
  63. dvips_prefix = $(texmf_prefix)/dvips
  64. configdir = $(dvips_prefix)
  65.  
  66. # Where the PostScript prologues go.
  67. headerdir = $(configdir)
  68.  
  69. # Where dvips' TeX macro files get installed.
  70. psmacrodir = $(texinputdir)/dvips
  71.  
  72. # If a font can't be found close enough to its stated size, we look for
  73. # each of these sizes in the order given.  This colon-separated list is
  74. # overridden by the envvar TEXSIZES, and by a program-specific variable
  75. # (e.g., XDVISIZES), and perhaps by a config file (e.g., in dvips).
  76. default_texsizes = 300:600
  77.  
  78. # Full filename of the database file.  It is not an error for this file
  79. # not to exist.  See the `Filename database' node in the kpathsea
  80. # documentation for details.
  81. db_dir = $(texmf_prefix)
  82. db_name = ls-R
  83.  
  84. # End of installation directory definitions.
  85.  
  86. # Add -DNO_DEBUG to squeeze out the last bit of performance.
  87. DEFS = $(XDEFS)
  88.  
  89. # Set this to gmalloc.o to use GNU malloc.
  90. malloc = 
  91.  
  92. CC = gcc
  93. # CFLAGS is used for both compilation and linking.
  94. CFLAGS = -g -O $(XCFLAGS)
  95.  
  96. # Do not override CPPFLAGS; change CFLAGS or DEFS instead.
  97. CPPFLAGS = $(XCPPFLAGS) -I. -I$(srcdir) \
  98.        -I$(kpathsea_parent) -I$(kpathsea_srcdir_parent) \
  99.        $(x_include_flags) $(DEFS) 
  100. .c.o:
  101.     $(CC) $(CPPFLAGS) $(CFLAGS) -c $<
  102.  
  103. # Linking.
  104. LDFLAGS = $(CFLAGS) $(XLDFLAGS)
  105. LOADLIBES = $(kpathsea) $(x_libs) $(LIBS) -lm $(x_extra_libs) $(XLOADLIBES)
  106.  
  107. # This is so kpathsea will get remade automatically if you change
  108. # something in it and recompile from the package directory.
  109. kpathsea_parent = ..
  110. kpathsea_dir = $(kpathsea_parent)/kpathsea
  111. kpathsea_srcdir_parent = $(srcdir)/..
  112. kpathsea_srcdir = $(kpathsea_srcdir_parent)/kpathsea
  113. kpathsea = $(kpathsea_dir)/libkpathsea.a
  114.  
  115.  
  116. # Stuff for making libraries.
  117. AR = ar
  118. ARFLAGS = cq
  119. RANLIB = ranlib
  120.  
  121. # Installation.
  122. INSTALL = /usr/local/gnu/bin/install -c
  123. INSTALL_PROGRAM = ${INSTALL}
  124. INSTALL_DATA = ${INSTALL} -m 644
  125.  
  126. # Install these header files.
  127. install_headers = *.h
  128.  
  129. MAKEINFO = makeinfo
  130. MAKEINFO_FLAGS = --paragraph-indent=2 -I$(HOME)/gnu/gnuorg
  131. # That -I is purely for my own benefit in doing `make dist'.  It won't
  132. # hurt anything for you (I hope).
  133. TEXI2DVI = texi2dvi
  134.  
  135. .SUFFIXES: .info .texi
  136. .texi.info:
  137.     $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
  138.  
  139. .SUFFIXES: .dvi .texi
  140. .texi.dvi:
  141.     $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< -o $@
  142.  
  143.  
  144. SHELL = /bin/sh
  145. srcdir = .
  146.  
  147. # Put tex-file.o first, because it's what depends on the paths, and may
  148. # reduce frustration in recompiling if the paths are wrong by doing it first.
  149. objects = tex-file.o absolute.o concat.o concat3.o concatn.o db.o           \
  150. debug.o default.o dir.o elt-dirs.o expand.o extend-fname.o file-p.o         \
  151. find-suffix.o fn.o fontmap.o hash.o init-path.o itoa.o line.o make-suffix.o \
  152. path-elt.o pathsearch.o putenv.o readable.o rm-suffix.o str-list.o          \
  153. str-llist.o tex-glyph.o tex-make.o tilde.o truncate.o uppercasify.o         \
  154. variable.o version.o xcalloc.o xfopen.o xmalloc.o xopendir.o xputenv.o      \
  155. xrealloc.o xstat.o xstrdup.o $(malloc)
  156.  
  157. all: $(lib) # kpathsea.info
  158.  
  159. $(lib): $(objects)
  160.     rm -f $(lib)
  161.     $(AR) $(ARFLAGS) $(lib) $(objects)
  162.     $(RANLIB) $(lib)
  163.  
  164. $(kpathsea_dir)/paths.h: $(srcdir)/paths.h.in
  165.     rm -f paths.h
  166.     echo "/* paths.h: Generated from paths.h.in (`date`).  */" >paths.h
  167.     sed \
  168.             -e 's,(texmf_prefix),$(texmf_prefix),g'      \
  169.             -e 's,(texinputdir),$(texinputdir),g'        \
  170.             -e 's,(mfinputdir),$(mfinputdir),g'          \
  171.             -e 's,(fontdir),$(fontdir),g'                \
  172.             -e 's,(fmtdir),$(fmtdir),g'                 \
  173.             -e 's,(basedir),$(basedir),g'                \
  174.             -e 's,(texpooldir),$(texpooldir),g'          \
  175.             -e 's,(mfpooldir),$(mfpooldir),g'            \
  176.             -e 's,(ps_fontdir),$(ps_fontdir),g'          \
  177.             -e 's,(dvips_prefix),$(dvips_prefix),g'      \
  178.             -e 's,(configdir),$(configdir),g'            \
  179.             -e 's,(headerdir),$(headerdir),g'            \
  180.             -e 's,(psmacrodir),$(psmacrodir),g'          \
  181.       $(srcdir)/paths.h.in >> paths.h
  182.  
  183. tex-file.o:
  184.     $(CC) $(CPPFLAGS) -DDEFAULT_FONT_SIZES=\"$(default_texsizes)\" \
  185.       $(CFLAGS) -c $(srcdir)/tex-file.c
  186.  
  187. db.o:
  188.     $(CC) $(CPPFLAGS) -DDB_DIR=\"$(db_dir)\" -DDB_NAME=\"$(db_name)\" \
  189.       $(CFLAGS) -c $(srcdir)/db.c
  190.  
  191. pathsearch.o:
  192.     $(CC) $(CPPFLAGS) -DDB_DIR=\"$(db_dir)\" \
  193.       $(CFLAGS) -c $(srcdir)/pathsearch.c
  194.  
  195. # Need the -DHAVE_CONFIG_H.
  196. gmalloc.o:
  197.     $(CC) $(CPPFLAGS) -DHAVE_CONFIG_H $(CFLAGS) -c $(srcdir)/gmalloc.c
  198.  
  199. check: 
  200. install: #install-exec install-data
  201. uninstall: #uninstall-exec uninstall-data
  202.  
  203. install-exec: $(lib)
  204.     $(SHELL) $(srcdir)/../mkdirchain $(libdir)
  205.     $(INSTALL_DATA) $(lib) $(libdir)/$(lib)
  206. uninstall-exec:
  207.     rm -f $(libdir)/$(lib)
  208.  
  209. install-info:
  210.     for f in kpathsea.info*; do $(INSTALL_DATA) $$f $(infodir)/$$f; done
  211.  
  212. install-data: install-info
  213.     $(SHELL) $(srcdir)/../mkdirchain $(infodir) $(includedir) 
  214.     for f in $(install_headers); do \
  215.       $(INSTALL_DATA) $$f $(includedir)/$$f; done
  216.     rm -f $(includedir)/c-auto.h      
  217. uninstall-data:
  218.     rm -f $(infodir)/kpathsea.info*
  219.     for f in $(install_headers); do \
  220.       rm -f $(includedir)/$$f; done
  221.  
  222.  
  223. # distdir is used by other distributions; they define $(distdir).
  224. distdir: INSTALL TAGS kpathsea.info
  225. # Install new info files locally.
  226.     cp -pf kpathsea.info* $(info)
  227.     rm -rf $(distdir)
  228.     mkdir -p $(distdir)
  229.     ln $(ln_files) HIER $(distdir)
  230.     cp -p $(HOME)/gnu/gnuorg/*.texi $(distdir)
  231.     ln PROJECTS *.info* *.texi common.ac $(distdir)
  232.     cd $(distdir); rm -f c-auto.h paths.h
  233.     cd $(distdir); add-version $(version) version.c
  234.  
  235.  
  236. # I define $(autoconf) to acgeneral.m4 and the other Autoconf files, so
  237. # configure automatically gets remade with a new Autoconf release.  But
  238. # since some people do not have AC installed, I take out the variable
  239. # $(autoconf) definition before release.
  240. #configure_in = $(srcdir)/configure.in $(srcdir)/../kpathsea/common.ac
  241. #$(srcdir)/configure: $(configure_in) $(autoconf)
  242. #    cd $(srcdir); autoconf
  243. #
  244. #config.status: $(srcdir)/configure
  245. #    $(SHELL) $(srcdir)/configure --no-create --verbose
  246. #
  247. #Makefile: $(srcdir)/Makefile.in config.status
  248. #    $(SHELL) config.status
  249. #
  250. # This rule isn't used for web2c or the top-level Makefile, but it
  251. # doesn't hurt.  We don't depend on config.status because configure
  252. # always rewrites config.status, even when it doesn't change. Thus it
  253. # might be newer than c-auto.h when we don't need to remake the latter.
  254. #c-auto.h: $(srcdir)/c-auto.h.in
  255. #    $(SHELL) config.status
  256. #
  257. #$(srcdir)/c-auto.h.in: $(configure_in)
  258. #    rm -f $(srcdir)/c-auto.h.in
  259. #    echo '/* Generated by autoheader.  */' >$(srcdir)/c-auto.h.in 
  260. #    echo '/* Used only when making the library standalone.  */' \
  261. #      >>$(srcdir)/c-auto.h.in 
  262. #    @echo 'SMART_PUTENV will not be covered.'
  263. #    -cd $(srcdir); autoheader configure.in >>c-auto.h.in
  264. #    echo '#undef SMART_PUTENV' >>$(srcdir)/c-auto.h.in
  265.  
  266.  
  267. dvi: kpathsea.dvi
  268. kpathsea.dvi: *.texi
  269.  
  270. info: kpathsea.info
  271. kpathsea.info: *.texi
  272.  
  273. INSTALL: install.texi
  274.     $(MAKEINFO) $(MAKEINFO_FLAGS) --no-headers --no-split \
  275.         kpathsea.texi -o - \
  276.       | sed -n '/^Installation/,/^Path spec/'p \
  277.       | sed '$$d' > INSTALL
  278.  
  279. TAGS: *.c *.h
  280.     etags -t *.c *.h
  281.  
  282.  
  283. mostlyclean::
  284.     rm -f *.o $(program) $(lib) $(programs)
  285.  
  286. clean:: mostlyclean
  287.     rm -f *.dvi *.lj
  288.  
  289. distclean:: clean
  290.     rm -f Makefile config.status c-auto.h *.pool
  291.  
  292. # Although we can remake configure and c-auto.h.in, we don't remove
  293. # them, since many people may lack Autoconf.  Use configclean for that.
  294. realclean:: distclean
  295.     rm -f TAGS *.info*
  296.  
  297. extraclean::
  298.     rm -f *.aux *.bak *.bbl *.blg *.dvi *.log *.orig *.pl *.rej
  299.     rm -f *.i *.s *.tfm *.vf *.vpl *\#* *gf *pk *~
  300.     rm -f CONTENTS.tex a.out core mfput.* texput.*
  301.  
  302. configclean:
  303.     rm -f configure c-auto.h.in c-auto.h
  304.  
  305.  
  306. # Prevent GNU make 3 from overflowing arg limit on system V.
  307. .NOEXPORT:
  308.  
  309. distclean::
  310.     rm -f paths.h
  311.  
  312. depend_encies = $(kpathsea_dir)/paths.h
  313.  
  314. # Dependencies.
  315. # Have to use -M, not -MM, since we use <kpathsea/...> instead of
  316. # "kpathsea/..." in the sources.  But then have to remove the directory
  317. # prefixes and all the system include files.
  318. depend depend.make: c-auto.h $(depend_encies)
  319.     $(CC) -M $(CPPFLAGS) *.c \
  320.       | sed -e 's,\.\./kpathsea,$$(kpathsea_dir),g' \
  321.             -e 's,/usr[^ ]* ,,g' \
  322.       | uniq \
  323.       >depend.make
  324. absolute.o : absolute.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  325.   $(kpathsea_dir)/c-unistd.h \
  326.   $(kpathsea_dir)/systypes.h \
  327.   $(kpathsea_dir)/c-memstr.h \
  328.   $(kpathsea_dir)/c-errno.h \
  329.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  330.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  331.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/absolute.h $(kpathsea_dir)/c-pathch.h 
  332. concat.o : concat.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  333.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  334.   $(kpathsea_dir)/c-memstr.h \
  335.   $(kpathsea_dir)/c-errno.h \
  336.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  337.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  338.   $(kpathsea_dir)/debug.h 
  339. concat3.o : concat3.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  340.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  341.   $(kpathsea_dir)/c-memstr.h \
  342.   $(kpathsea_dir)/c-errno.h \
  343.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  344.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  345.   $(kpathsea_dir)/debug.h 
  346. concatn.o : concatn.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  347.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  348.   $(kpathsea_dir)/c-memstr.h \
  349.   $(kpathsea_dir)/c-errno.h \
  350.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  351.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  352.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/concatn.h $(kpathsea_dir)/c-vararg.h 
  353. db.o : db.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  354.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  355.   $(kpathsea_dir)/c-memstr.h \
  356.   $(kpathsea_dir)/c-errno.h \
  357.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  358.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  359.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h $(kpathsea_dir)/c-pathch.h $(kpathsea_dir)/db.h \
  360.   $(kpathsea_dir)/str-list.h $(kpathsea_dir)/hash.h $(kpathsea_dir)/line.h $(kpathsea_dir)/readable.h 
  361. debug.o : debug.c $(kpathsea_dir)/debug.h 
  362. default.o : default.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  363.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  364.   $(kpathsea_dir)/c-memstr.h \
  365.   $(kpathsea_dir)/c-errno.h \
  366.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  367.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  368.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-pathch.h $(kpathsea_dir)/default.h 
  369. dir.o : dir.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  370.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  371.   $(kpathsea_dir)/c-memstr.h \
  372.   $(kpathsea_dir)/c-errno.h \
  373.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  374.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  375.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-stat.h \
  376.   $(kpathsea_dir)/dir.h 
  377. elt-dirs.o : elt-dirs.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  378.   $(kpathsea_dir)/c-unistd.h \
  379.   $(kpathsea_dir)/systypes.h \
  380.   $(kpathsea_dir)/c-memstr.h \
  381.   $(kpathsea_dir)/c-errno.h \
  382.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  383.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  384.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-pathch.h $(kpathsea_dir)/dir.h \
  385.   $(kpathsea_dir)/expand.h \
  386.   $(kpathsea_dir)/fn.h $(kpathsea_dir)/pathsearch.h $(kpathsea_dir)/str-llist.h 
  387. expand.o : expand.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  388.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  389.   $(kpathsea_dir)/c-memstr.h \
  390.   $(kpathsea_dir)/c-errno.h \
  391.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  392.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  393.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/expand.h $(kpathsea_dir)/tilde.h $(kpathsea_dir)/variable.h 
  394. extend-fname.o : extend-fname.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  395.   $(kpathsea_dir)/c-unistd.h \
  396.   $(kpathsea_dir)/systypes.h \
  397.   $(kpathsea_dir)/c-memstr.h \
  398.   $(kpathsea_dir)/c-errno.h \
  399.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  400.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  401.   $(kpathsea_dir)/debug.h 
  402. file-p.o : file-p.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  403.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  404.   $(kpathsea_dir)/c-memstr.h \
  405.   $(kpathsea_dir)/c-errno.h \
  406.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  407.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  408.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-stat.h 
  409. find-suffix.o : find-suffix.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  410.   $(kpathsea_dir)/c-unistd.h \
  411.   $(kpathsea_dir)/systypes.h \
  412.   $(kpathsea_dir)/c-memstr.h \
  413.   $(kpathsea_dir)/c-errno.h \
  414.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  415.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  416.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-pathch.h 
  417. fn.o : fn.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  418.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  419.   $(kpathsea_dir)/c-memstr.h \
  420.   $(kpathsea_dir)/c-errno.h \
  421.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  422.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  423.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/fn.h 
  424. fontmap.o : fontmap.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  425.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  426.   $(kpathsea_dir)/c-memstr.h \
  427.   $(kpathsea_dir)/c-errno.h \
  428.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  429.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  430.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h $(kpathsea_dir)/fontmap.h $(kpathsea_dir)/hash.h \
  431.   $(kpathsea_dir)/line.h $(kpathsea_dir)/pathsearch.h $(kpathsea_dir)/str-llist.h $(kpathsea_dir)/str-list.h 
  432. gmalloc.o : gmalloc.c \
  433.   getpagesize.h 
  434. hash.o : hash.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  435.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  436.   $(kpathsea_dir)/c-memstr.h \
  437.   $(kpathsea_dir)/c-errno.h \
  438.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  439.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  440.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/hash.h $(kpathsea_dir)/str-list.h 
  441. init-path.o : init-path.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  442.   $(kpathsea_dir)/c-unistd.h \
  443.   $(kpathsea_dir)/systypes.h \
  444.   $(kpathsea_dir)/c-memstr.h \
  445.   $(kpathsea_dir)/c-errno.h \
  446.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  447.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  448.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/default.h $(kpathsea_dir)/init-path.h $(kpathsea_dir)/c-vararg.h 
  449. itoa.o : itoa.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  450.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  451.   $(kpathsea_dir)/c-memstr.h \
  452.   $(kpathsea_dir)/c-errno.h \
  453.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  454.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  455.   $(kpathsea_dir)/debug.h 
  456. line.o : line.c 
  457. make-suffix.o : make-suffix.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  458.   $(kpathsea_dir)/c-unistd.h \
  459.   $(kpathsea_dir)/systypes.h \
  460.   $(kpathsea_dir)/c-memstr.h \
  461.   $(kpathsea_dir)/c-errno.h \
  462.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  463.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  464.   $(kpathsea_dir)/debug.h 
  465. path-elt.o : path-elt.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  466.   $(kpathsea_dir)/c-unistd.h \
  467.   $(kpathsea_dir)/systypes.h \
  468.   $(kpathsea_dir)/c-memstr.h \
  469.   $(kpathsea_dir)/c-errno.h \
  470.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  471.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  472.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-pathch.h $(kpathsea_dir)/pathsearch.h $(kpathsea_dir)/str-llist.h 
  473. pathsearch.o : pathsearch.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  474.   $(kpathsea_dir)/c-unistd.h \
  475.   $(kpathsea_dir)/systypes.h \
  476.   $(kpathsea_dir)/c-memstr.h \
  477.   $(kpathsea_dir)/c-errno.h \
  478.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  479.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  480.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/absolute.h $(kpathsea_dir)/expand.h $(kpathsea_dir)/db.h \
  481.   $(kpathsea_dir)/str-list.h $(kpathsea_dir)/pathsearch.h $(kpathsea_dir)/str-llist.h $(kpathsea_dir)/readable.h 
  482. putenv.o : putenv.c $(kpathsea_dir)/c-auto.h 
  483. readable.o : readable.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  484.   $(kpathsea_dir)/c-unistd.h \
  485.   $(kpathsea_dir)/systypes.h \
  486.   $(kpathsea_dir)/c-memstr.h \
  487.   $(kpathsea_dir)/c-errno.h \
  488.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  489.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  490.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-stat.h \
  491.   $(kpathsea_dir)/readable.h $(kpathsea_dir)/truncate.h 
  492. rm-suffix.o : rm-suffix.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  493.   $(kpathsea_dir)/c-unistd.h \
  494.   $(kpathsea_dir)/systypes.h \
  495.   $(kpathsea_dir)/c-memstr.h \
  496.   $(kpathsea_dir)/c-errno.h \
  497.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  498.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  499.   $(kpathsea_dir)/debug.h 
  500. str-list.o : str-list.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  501.   $(kpathsea_dir)/c-unistd.h \
  502.   $(kpathsea_dir)/systypes.h \
  503.   $(kpathsea_dir)/c-memstr.h \
  504.   $(kpathsea_dir)/c-errno.h \
  505.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  506.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  507.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/str-list.h 
  508. str-llist.o : str-llist.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  509.   $(kpathsea_dir)/c-unistd.h \
  510.   $(kpathsea_dir)/systypes.h \
  511.   $(kpathsea_dir)/c-memstr.h \
  512.   $(kpathsea_dir)/c-errno.h \
  513.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  514.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  515.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/str-llist.h 
  516. tex-file.o : tex-file.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  517.   $(kpathsea_dir)/c-unistd.h \
  518.   $(kpathsea_dir)/systypes.h \
  519.   $(kpathsea_dir)/c-memstr.h \
  520.   $(kpathsea_dir)/c-errno.h \
  521.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  522.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  523.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/default.h $(kpathsea_dir)/pathsearch.h $(kpathsea_dir)/str-llist.h \
  524.   $(kpathsea_dir)/tex-file.h $(kpathsea_dir)/init-path.h $(kpathsea_dir)/c-vararg.h $(kpathsea_dir)/paths.h 
  525. tex-glyph.o : tex-glyph.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  526.   $(kpathsea_dir)/c-unistd.h \
  527.   $(kpathsea_dir)/systypes.h \
  528.   $(kpathsea_dir)/c-memstr.h \
  529.   $(kpathsea_dir)/c-errno.h \
  530.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  531.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  532.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/expand.h $(kpathsea_dir)/fontmap.h $(kpathsea_dir)/hash.h \
  533.   $(kpathsea_dir)/pathsearch.h $(kpathsea_dir)/str-llist.h $(kpathsea_dir)/tex-file.h $(kpathsea_dir)/default.h \
  534.   $(kpathsea_dir)/init-path.h $(kpathsea_dir)/c-vararg.h $(kpathsea_dir)/paths.h $(kpathsea_dir)/tex-glyph.h \
  535.   $(kpathsea_dir)/tex-make.h $(kpathsea_dir)/variable.h 
  536. tex-make.o : tex-make.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  537.   $(kpathsea_dir)/c-unistd.h \
  538.   $(kpathsea_dir)/systypes.h \
  539.   $(kpathsea_dir)/c-memstr.h \
  540.   $(kpathsea_dir)/c-errno.h \
  541.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  542.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  543.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-fopen.h $(kpathsea_dir)/concatn.h $(kpathsea_dir)/c-vararg.h \
  544.   $(kpathsea_dir)/fn.h $(kpathsea_dir)/readable.h $(kpathsea_dir)/tex-make.h $(kpathsea_dir)/tex-file.h \
  545.   $(kpathsea_dir)/default.h $(kpathsea_dir)/init-path.h $(kpathsea_dir)/paths.h $(kpathsea_dir)/variable.h 
  546. tilde.o : tilde.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  547.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  548.   $(kpathsea_dir)/c-memstr.h \
  549.   $(kpathsea_dir)/c-errno.h \
  550.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  551.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  552.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-pathch.h $(kpathsea_dir)/tilde.h 
  553. truncate.o : truncate.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  554.   $(kpathsea_dir)/c-unistd.h \
  555.   $(kpathsea_dir)/systypes.h \
  556.   $(kpathsea_dir)/c-memstr.h \
  557.   $(kpathsea_dir)/c-errno.h \
  558.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  559.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  560.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-namemx.h $(kpathsea_dir)/c-pathch.h $(kpathsea_dir)/c-pathmx.h \
  561.   $(kpathsea_dir)/truncate.h 
  562. uppercasify.o : uppercasify.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  563.   $(kpathsea_dir)/c-unistd.h \
  564.   $(kpathsea_dir)/systypes.h \
  565.   $(kpathsea_dir)/c-memstr.h \
  566.   $(kpathsea_dir)/c-errno.h \
  567.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  568.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  569.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-ctype.h 
  570. variable.o : variable.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  571.   $(kpathsea_dir)/c-unistd.h \
  572.   $(kpathsea_dir)/systypes.h \
  573.   $(kpathsea_dir)/c-memstr.h \
  574.   $(kpathsea_dir)/c-errno.h \
  575.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  576.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  577.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-ctype.h \
  578.   $(kpathsea_dir)/fn.h $(kpathsea_dir)/variable.h 
  579. version.o : version.c 
  580. xcalloc.o : xcalloc.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  581.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  582.   $(kpathsea_dir)/c-memstr.h \
  583.   $(kpathsea_dir)/c-errno.h \
  584.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  585.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  586.   $(kpathsea_dir)/debug.h 
  587. xfopen.o : xfopen.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  588.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  589.   $(kpathsea_dir)/c-memstr.h \
  590.   $(kpathsea_dir)/c-errno.h \
  591.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  592.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  593.   $(kpathsea_dir)/debug.h 
  594. xmalloc.o : xmalloc.c 
  595. xopendir.o : xopendir.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  596.   $(kpathsea_dir)/c-unistd.h \
  597.   $(kpathsea_dir)/systypes.h \
  598.   $(kpathsea_dir)/c-memstr.h \
  599.   $(kpathsea_dir)/c-errno.h \
  600.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  601.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  602.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/dir.h 
  603. xputenv.o : xputenv.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  604.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  605.   $(kpathsea_dir)/c-memstr.h \
  606.   $(kpathsea_dir)/c-errno.h \
  607.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  608.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  609.   $(kpathsea_dir)/debug.h 
  610. xrealloc.o : xrealloc.c 
  611. xstat.o : xstat.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  612.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  613.   $(kpathsea_dir)/c-memstr.h \
  614.   $(kpathsea_dir)/c-errno.h \
  615.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  616.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  617.   $(kpathsea_dir)/debug.h $(kpathsea_dir)/xstat.h $(kpathsea_dir)/c-stat.h 
  618. xstrdup.o : xstrdup.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  619.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  620.   $(kpathsea_dir)/c-memstr.h \
  621.   $(kpathsea_dir)/c-errno.h \
  622.   $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  623.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h \
  624.   $(kpathsea_dir)/debug.h 
  625.