annotate kpathsea/Makefile.in @ 1148:94523c9676de

[project @ 1995-02-26 22:45:59 by jwe] Initial revision
author jwe
date Sun, 26 Feb 1995 22:45:59 +0000
parents
children f58509230719
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1148
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
1 # Makefile for kpathsea --kb@cs.umb.edu.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
2 version = 2.52
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
3
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
4 ac_include ../make/paths.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
5 ac_include ../make/makevars.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
6
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
7 # Add -DNO_DEBUG to disable debugging, for unnoticeably better performance.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
8 DEFS = $(XDEFS)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
9
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
10 ac_include ../make/common.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
11 ac_include ../make/library.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
12 ac_include ../make/programs.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
13 ac_include ../make/texi.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
14
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
15 # Install these header files (except c-auto.h).
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
16 install_headers = *.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
17
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
18 ##ifdef HOSTNAME
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
19 ##warn_more = -Wmissing-prototypes -Wwrite-strings -Wshadow
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
20 ##MAKEINFO_FLAGS := $(MAKEINFO_FLAGS) --no-split
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
21 ##malloc = onefile.o # gmalloc.o
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
22 ##endif
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
23
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
24 # Put tex-file.o first, because it's what depends on the paths, and may
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
25 # reduce frustration if the paths are wrong by doing it first.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
26
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
27 objects = tex-file.o absolute.o basename.o cnf.o concat.o concat3.o \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
28 concatn.o db.o debug.o dir.o elt-dirs.o expand.o extend-fname.o file-p.o \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
29 find-suffix.o fn.o fontmap.o getopt.o getopt1.o hash.o itoa.o kdefault.o \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
30 line.o magstep.o make-suffix.o path-elt.o pathsearch.o proginit.o \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
31 progname.o putenv.o readable.o rm-suffix.o str-list.o str-llist.o \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
32 tex-glyph.o tex-make.o tilde.o truncate.o uppercasify.o variable.o \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
33 version.o xcalloc.o xfopen.o xmalloc.o xopendir.o xputenv.o xrealloc.o \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
34 xstat.o xstrdup.o $(malloc)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
35
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
36 library = kpathsea
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
37
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
38 default all: kpsewhich MakeTeXPK $(library).info
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
39
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
40 $(library).a: $(objects)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
41 rm -f $@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
42 $(AR) $(ARFLAGS) $@ $(objects)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
43 $(RANLIB) $@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
44
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
45 kpsewhich: $(library).a kpsewhich.o
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
46 $(link_command) kpsewhich.o $(LOADLIBES)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
47
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
48 MakeTeXPK: MakeTeXPK.in $(top_srcdir)/../make/paths.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
49 sed -e 's,@datadir@,$(datadir),g' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
50 -e 's,@psheaderdir@,$(psheaderdir),g' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
51 -e 's,@fontnamedir@,$(fontnamedir),g' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
52 -e 's,@fontdir@,$(fontdir),g' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
53 -e 's,@dcfontdir@,$(dcfontdir),g' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
54 -e 's,@sauterdir@,$(sauterdir),g' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
55 -e 's,@web2cdir@,$(web2cdir),g' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
56 <$(srcdir)/MakeTeXPK.in >$@.tmp
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
57 mv $@.tmp $@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
58 -chmod a+x $@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
59
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
60 # Besides the straight variable substitutions, also change all
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
61 # occurrences of `$(texmf)/' to `$TEXMF', so simply setting that envvar
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
62 # changes the root of the whole tree.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
63 texmf.cnf: texmf.cnf.in texmf.sed
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
64 sed -f texmf.sed -e 's%$(texmf)/%$$TEXMF/%g' $(srcdir)/texmf.cnf.in >$@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
65
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
66 # The idea is to turn each var=value into s%@var@%value%g. Seems simpler
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
67 # to put the substitutions in a file than to play shell games.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
68 texmf.sed: $(top_srcdir)/../make/makevars.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
69 echo $(makevars) \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
70 | tr ' ' '\012' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
71 | sed -e 's/^/s%@/' -e 's/=/@%/' -e 's/$$/%/' -e 's/$$/g/' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
72 >$@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
73
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
74 # First null out comments and leading/trailing whitespace, then remove
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
75 # lines that define invalid C identifiers, then remove blank lines. Each
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
76 # line remaining looks like
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
77 # <name> = <value>
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
78 # (but = and surrounding spaces are optional, hence can't remove all spaces).
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
79 # Change this to #ifndef DEFAULT_name@#define DEFAULT_name "value"@#endif,
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
80 # then change the @'s to newlines (sed isn't good at multiline replacements),
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
81 # then change $TEXMF back to $(texmf)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
82 #
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
83 # No backslash-newline escapes in the long sed replacement because that
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
84 # will turn into a space in the output.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
85 #
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
86 # Without the $TEXMF substitution, if the cnf file was not found for
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
87 # some reason, none of the compile-time paths would be of any use, since
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
88 # TEXMF wouldn't be defined. Alternatively, we could have a way to
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
89 # specify compile-time default values for variables in general, but I
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
90 # think it's better to keep the last-resort paths as simple as possible.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
91 #
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
92 # The definition of DEFAULT_TEXMF (and possibly other variables)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
93 # that winds up in the final paths.h will not be used.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
94 paths.h: texmf.cnf
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
95 echo "/* paths.h: Generated from texmf.cnf `date`. */" >$@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
96 sed -e 's/%.*//' -e 's/^[ ]*//' -e 's/[ ]*$$//' texmf.cnf \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
97 | grep '^[ ]*[A-Za-z_]*[ =]' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
98 | sed '/^$$/d' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
99 | sed 's/^\([^ =]*\)[ ]*=*[ ]*\(.*\)/#ifndef DEFAULT_\1@#define DEFAULT_\1 "\2"@#endif/' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
100 | tr @ '\012' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
101 | sed 's@\$$TEXMF@$(texmf)@g' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
102 >>$@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
103
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
104 # A few object files need extra definitions. The dependencies are below.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
105 tex-file.o:
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
106 $(CC) $(CPPFLAGS) -DDEFAULT_FONT_SIZES='"$(default_texsizes)"' \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
107 $(CFLAGS) -c $(srcdir)/tex-file.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
108
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
109 # Need the -DHAVE_CONFIG_H.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
110 gmalloc.o:
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
111 $(CC) $(CPPFLAGS) @DEFS@ $(CFLAGS) -c $(srcdir)/gmalloc.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
112
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
113 check:
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
114
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
115 # Installation of kpathsea itself is complicated by the fact that we
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
116 # want to install texmf.cnf, kpathsea.info, and MakeTeXPK by default,
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
117 # but not the headers or the .a file itself. So we have a separate
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
118 # target `install-library' to install the latter stuff.
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
119 install: install-exec install-data
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
120 uninstall: uninstall-exec uninstall-data
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
121
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
122 install-exec: kpsewhich MakeTeXPK
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
123 $(SHELL) $(top_srcdir)/../mkdirchain $(bindir) $(scriptdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
124 if grep 'original MakeTeXPK --' $(scriptdir)/MakeTeXPK >/dev/null 2>&1\
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
125 || test ! -r $(scriptdir)/MakeTeXPK; then \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
126 $(INSTALL_PROGRAM) MakeTeXPK $(scriptdir)/MakeTeXPK; \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
127 else true; fi
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
128 $(INSTALL_PROGRAM) kpsewhich $(bindir)/kpsewhich
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
129 uninstall-exec:
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
130 rm -f $(bindir)/kpsewhich
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
131
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
132 install-data: texmf.cnf kpathsea.info
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
133 $(SHELL) $(top_srcdir)/../mkdirchain $(texmf) $(infodir) $(web2cdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
134 if grep 'original texmf.cnf --' $(web2cdir)/texmf.cnf >/dev/null 2>&1 \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
135 || test ! -r $(web2cdir)/texmf.cnf; then \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
136 $(INSTALL_DATA) texmf.cnf $(web2cdir)/texmf.cnf; \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
137 else true; fi
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
138 $(INSTALL_DATA) $(srcdir)/kpathsea.info $(infodir)/kpathsea.info
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
139 uninstall-data:
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
140 rm -f $(infodir)/kpathsea.info*
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
141
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
142 install-library: $(library).a
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
143 $(SHELL) $(top_srcdir)/../mkdirchain $(includedir)/kpathsea $(libdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
144 $(INSTALL_DATA) $(library).a $(libdir)/lib$(library).a
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
145 for f in $(install_headers); do \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
146 $(INSTALL_DATA) $$f $(includedir)/kpathsea/$$f; done
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
147 rm -f $(includedir)/kpathsea/c-auto.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
148 uninstall-library:
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
149 rm -f $(libdir)/lib$(library).a
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
150 for f in $(install_headers); do rm -f $(includedir)/$$f; done
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
151
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
152 # distdir is used by other distributions; they define $(distdir).
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
153 distdir: INSTALL TAGS $(library).info $(library).dvi
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
154 rm -rf $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
155 mkdir -p $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
156 ln $(ln_files) $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
157 cp -p $(HOME)/gnu/gnuorg/*.texi $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
158 touch *.info*
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
159 ln *.info* *.texi $(library).aux $(library).cps $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
160 ln CONFIGURE HIER common.ac $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
161 cd $(distdir); rm -f paths.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
162 cd $(distdir); add-version $(version) version.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
163
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
164 ac_include ../make/config.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
165
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
166 info: $(library).info
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
167 dvi: $(library).dvi
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
168 INSTALL: $(library).texi install.texi
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
169 $(MAKEINFO) $(MAKEINFO_FLAGS) --no-headers $< -o - \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
170 | sed -n -e '/^Installation/,/wrong fonts/'p >$@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
171 add-info-toc $@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
172
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
173 ac_include ../make/misc.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
174
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
175 mostlyclean::
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
176 rm -f kpsewhich
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
177 distclean::
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
178 rm -f paths.h texmf.cnf texmf.sed
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
179
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
180 ac_include ../make/rdepend.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
181 absolute.o: absolute.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
182 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
183 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
184 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
185 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
186 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
187 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
188 $(kpathsea_srcdir)/absolute.h $(kpathsea_srcdir)/c-pathch.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
189 basename.o: basename.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
190 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
191 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
192 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
193 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
194 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
195 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
196 $(kpathsea_srcdir)/c-pathch.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
197 cnf.o: cnf.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
198 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
199 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
200 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
201 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
202 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
203 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
204 $(kpathsea_srcdir)/c-fopen.h $(kpathsea_srcdir)/c-ctype.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
205 $(kpathsea_srcdir)/cnf.h $(kpathsea_srcdir)/db.h $(kpathsea_srcdir)/str-list.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
206 $(kpathsea_srcdir)/hash.h $(kpathsea_srcdir)/line.h paths.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
207 $(kpathsea_srcdir)/pathsearch.h $(kpathsea_srcdir)/str-llist.h $(kpathsea_srcdir)/tex-file.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
208 $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
209 concat.o: concat.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
210 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
211 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
212 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
213 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
214 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
215 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
216 concat3.o: concat3.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
217 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
218 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
219 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
220 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
221 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
222 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
223 concatn.o: concatn.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
224 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
225 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
226 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
227 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
228 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
229 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
230 $(kpathsea_srcdir)/concatn.h $(kpathsea_srcdir)/c-vararg.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
231 db.o: db.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
232 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
233 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
234 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
235 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
236 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
237 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
238 $(kpathsea_srcdir)/c-fopen.h $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/db.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
239 $(kpathsea_srcdir)/str-list.h $(kpathsea_srcdir)/hash.h $(kpathsea_srcdir)/line.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
240 $(kpathsea_srcdir)/readable.h $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
241 debug.o: debug.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
242 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
243 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
244 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
245 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
246 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
247 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
248 dir.o: dir.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
249 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
250 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
251 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
252 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
253 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
254 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
255 $(kpathsea_srcdir)/c-dir.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
256 $(kpathsea_srcdir)/c-stat.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
257 $(kpathsea_srcdir)/hash.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
258 elt-dirs.o: elt-dirs.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
259 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
260 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
261 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
262 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
263 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
264 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
265 $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/expand.h $(kpathsea_srcdir)/fn.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
266 $(kpathsea_srcdir)/pathsearch.h $(kpathsea_srcdir)/str-llist.h $(kpathsea_srcdir)/xopendir.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
267 $(kpathsea_srcdir)/c-dir.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
268 expand.o: expand.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
269 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
270 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
271 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
272 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
273 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
274 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
275 $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/expand.h $(kpathsea_srcdir)/pathsearch.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
276 $(kpathsea_srcdir)/str-llist.h $(kpathsea_srcdir)/tilde.h $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
277 extend-fname.o: extend-fname.c $(kpathsea_srcdir)/config.h ./c-auto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
278 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
279 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
280 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
281 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
282 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
283 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
284 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
285 file-p.o: file-p.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
286 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
287 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
288 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
289 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
290 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
291 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
292 $(kpathsea_srcdir)/xstat.h $(kpathsea_srcdir)/c-stat.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
293 find-suffix.o: find-suffix.c $(kpathsea_srcdir)/config.h ./c-auto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
294 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
295 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
296 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
297 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
298 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
299 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
300 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
301 $(kpathsea_srcdir)/c-pathch.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
302 fn.o: fn.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
303 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
304 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
305 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
306 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
307 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
308 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h $(kpathsea_srcdir)/fn.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
309 fontmap.o: fontmap.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
310 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
311 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
312 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
313 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
314 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
315 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
316 $(kpathsea_srcdir)/c-fopen.h $(kpathsea_srcdir)/fontmap.h $(kpathsea_srcdir)/hash.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
317 $(kpathsea_srcdir)/line.h $(kpathsea_srcdir)/pathsearch.h $(kpathsea_srcdir)/str-llist.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
318 $(kpathsea_srcdir)/str-list.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
319 getopt.o: getopt.c \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
320 getopt.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
321 getopt1.o: getopt1.c getopt.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
322 hash.o: hash.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
323 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
324 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
325 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
326 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
327 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
328 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
329 $(kpathsea_srcdir)/hash.h $(kpathsea_srcdir)/str-list.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
330 itoa.o: itoa.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
331 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
332 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
333 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
334 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
335 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
336 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
337 kdefault.o: kdefault.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
338 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
339 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
340 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
341 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
342 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
343 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
344 $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/default.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
345 kpsewhich.o: kpsewhich.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
346 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
347 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
348 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
349 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
350 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
351 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
352 $(kpathsea_srcdir)/getopt.h $(kpathsea_srcdir)/line.h $(kpathsea_srcdir)/proginit.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
353 $(kpathsea_srcdir)/progname.h $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/tex-glyph.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
354 $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
355 kpsexpand.o: kpsexpand.c \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
356 tex-file.h $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/types.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
357 line.o: line.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
358 magstep.o: magstep.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
359 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
360 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
361 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
362 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
363 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
364 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
365 $(kpathsea_srcdir)/magstep.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
366 make-suffix.o: make-suffix.c $(kpathsea_srcdir)/config.h ./c-auto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
367 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
368 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
369 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
370 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
371 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
372 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
373 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
374 path-elt.o: path-elt.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
375 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
376 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
377 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
378 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
379 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
380 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
381 $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/pathsearch.h $(kpathsea_srcdir)/str-llist.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
382 pathsearch.o: pathsearch.c $(kpathsea_srcdir)/config.h ./c-auto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
383 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
384 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
385 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
386 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
387 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
388 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
389 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
390 $(kpathsea_srcdir)/c-fopen.h $(kpathsea_srcdir)/absolute.h $(kpathsea_srcdir)/expand.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
391 $(kpathsea_srcdir)/db.h $(kpathsea_srcdir)/str-list.h $(kpathsea_srcdir)/pathsearch.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
392 $(kpathsea_srcdir)/str-llist.h $(kpathsea_srcdir)/readable.h $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
393 proginit.o: proginit.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
394 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
395 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
396 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
397 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
398 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
399 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
400 $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/proginit.h $(kpathsea_srcdir)/progname.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
401 $(kpathsea_srcdir)/tex-file.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
402 progname.o: progname.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
403 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
404 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
405 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
406 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
407 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
408 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
409 $(kpathsea_srcdir)/progname.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
410 putenv.o: putenv.c $(kpathsea_srcdir)/c-auto.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
411 readable.o: readable.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
412 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
413 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
414 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
415 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
416 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
417 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
418 $(kpathsea_srcdir)/c-stat.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
419 $(kpathsea_srcdir)/readable.h $(kpathsea_srcdir)/truncate.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
420 rm-suffix.o: rm-suffix.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
421 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
422 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
423 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
424 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
425 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
426 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
427 str-list.o: str-list.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
428 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
429 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
430 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
431 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
432 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
433 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
434 $(kpathsea_srcdir)/str-list.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
435 str-llist.o: str-llist.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
436 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
437 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
438 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
439 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
440 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
441 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
442 $(kpathsea_srcdir)/str-llist.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
443 tex-file.o: tex-file.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
444 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
445 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
446 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
447 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
448 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
449 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
450 $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/cnf.h $(kpathsea_srcdir)/default.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
451 $(kpathsea_srcdir)/expand.h paths.h $(kpathsea_srcdir)/pathsearch.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
452 $(kpathsea_srcdir)/str-llist.h $(kpathsea_srcdir)/tex-file.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
453 tex-glyph.o: tex-glyph.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
454 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
455 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
456 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
457 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
458 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
459 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
460 $(kpathsea_srcdir)/absolute.h $(kpathsea_srcdir)/expand.h $(kpathsea_srcdir)/fontmap.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
461 $(kpathsea_srcdir)/hash.h $(kpathsea_srcdir)/pathsearch.h $(kpathsea_srcdir)/str-llist.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
462 $(kpathsea_srcdir)/tex-glyph.h $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/tex-make.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
463 $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
464 tex-make.o: tex-make.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
465 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
466 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
467 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
468 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
469 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
470 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
471 $(kpathsea_srcdir)/c-fopen.h $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/concatn.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
472 $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/db.h $(kpathsea_srcdir)/str-list.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
473 $(kpathsea_srcdir)/fn.h $(kpathsea_srcdir)/magstep.h $(kpathsea_srcdir)/readable.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
474 $(kpathsea_srcdir)/tex-make.h $(kpathsea_srcdir)/tex-file.h $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
475 tilde.o: tilde.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
476 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
477 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
478 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
479 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
480 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
481 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
482 $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/tilde.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
483 truncate.o: truncate.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
484 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
485 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
486 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
487 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
488 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
489 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
490 $(kpathsea_srcdir)/c-namemx.h $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/c-pathmx.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
491 $(kpathsea_srcdir)/truncate.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
492 uppercasify.o: uppercasify.c $(kpathsea_srcdir)/config.h ./c-auto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
493 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
494 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
495 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
496 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
497 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
498 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
499 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
500 $(kpathsea_srcdir)/c-ctype.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
501 variable.o: variable.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
502 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
503 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
504 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
505 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
506 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
507 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
508 $(kpathsea_srcdir)/c-ctype.h $(kpathsea_srcdir)/cnf.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
509 $(kpathsea_srcdir)/fn.h $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
510 version.o: version.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
511 xcalloc.o: xcalloc.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
512 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
513 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
514 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
515 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
516 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
517 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
518 xfopen.o: xfopen.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
519 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
520 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
521 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
522 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
523 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
524 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
525 xmalloc.o: xmalloc.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
526 xopendir.o: xopendir.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
527 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
528 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
529 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
530 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
531 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
532 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
533 $(kpathsea_srcdir)/xopendir.h $(kpathsea_srcdir)/c-dir.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
534 xputenv.o: xputenv.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
535 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
536 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
537 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
538 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
539 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
540 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
541 xrealloc.o: xrealloc.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
542 xstat.o: xstat.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
543 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
544 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
545 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
546 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
547 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
548 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
549 $(kpathsea_srcdir)/xstat.h $(kpathsea_srcdir)/c-stat.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
550 xstrdup.o: xstrdup.c $(kpathsea_srcdir)/config.h ./c-auto.h $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
551 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
552 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
553 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
554 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
555 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
556 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h