annotate kpathsea/Makefile.in @ 1525:e5fccd3656b4

[project @ 1995-10-04 07:23:51 by jwe]
author jwe
date Wed, 04 Oct 1995 07:26:08 +0000
parents ae70cd47bb1c
children b3ce842b4975
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.
1285
ae70cd47bb1c [project @ 1995-04-27 22:08:13 by jwe]
jwe
parents: 1283
diff changeset
8 DEFS = $(XDEFS)
1148
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
1525
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
115 install:
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
116 uninstall:
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
117
1148
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
118 # 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
119 # 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
120 # 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
121 # target `install-library' to install the latter stuff.
1525
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
122 #install: install-exec install-data
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
123 #uninstall: uninstall-exec uninstall-data
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
124 #
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
125 #install-exec: kpsewhich MakeTeXPK
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
126 # $(SHELL) $(top_srcdir)/../mkdirchain $(bindir) $(scriptdir)
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
127 # if grep 'original MakeTeXPK --' $(scriptdir)/MakeTeXPK >/dev/null 2>&1\
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
128 # || test ! -r $(scriptdir)/MakeTeXPK; then \
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
129 # $(INSTALL_PROGRAM) MakeTeXPK $(scriptdir)/MakeTeXPK; \
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
130 # else true; fi
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
131 # $(INSTALL_PROGRAM) kpsewhich $(bindir)/kpsewhich
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
132 #uninstall-exec:
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
133 # rm -f $(bindir)/kpsewhich
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
134 #
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
135 #install-data: texmf.cnf kpathsea.info
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
136 # $(SHELL) $(top_srcdir)/../mkdirchain $(texmf) $(infodir) $(web2cdir)
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
137 # if grep 'original texmf.cnf --' $(web2cdir)/texmf.cnf >/dev/null 2>&1 \
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
138 # || test ! -r $(web2cdir)/texmf.cnf; then \
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
139 # $(INSTALL_DATA) texmf.cnf $(web2cdir)/texmf.cnf; \
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
140 # else true; fi
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
141 # $(INSTALL_DATA) $(srcdir)/kpathsea.info $(infodir)/kpathsea.info
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
142 #uninstall-data:
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
143 # rm -f $(infodir)/kpathsea.info*
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
144 #
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
145 #install-library: $(library).a
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
146 # $(SHELL) $(top_srcdir)/../mkdirchain $(includedir)/kpathsea $(libdir)
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
147 # $(INSTALL_DATA) $(library).a $(libdir)/lib$(library).a
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
148 # for f in $(install_headers); do \
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
149 # $(INSTALL_DATA) $$f $(includedir)/kpathsea/$$f; done
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
150 # rm -f $(includedir)/kpathsea/c-auto.h
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
151 #uninstall-library:
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
152 # rm -f $(libdir)/lib$(library).a
e5fccd3656b4 [project @ 1995-10-04 07:23:51 by jwe]
jwe
parents: 1285
diff changeset
153 # for f in $(install_headers); do rm -f $(includedir)/$$f; done
1148
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
154
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
155 # distdir is used by other distributions; they define $(distdir).
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
156 distdir: INSTALL TAGS $(library).info $(library).dvi
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
157 rm -rf $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
158 mkdir -p $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
159 ln $(ln_files) $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
160 cp -p $(HOME)/gnu/gnuorg/*.texi $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
161 touch *.info*
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
162 ln *.info* *.texi $(library).aux $(library).cps $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
163 ln CONFIGURE HIER common.ac $(distdir)
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
164 cd $(distdir); rm -f paths.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
165 cd $(distdir); add-version $(version) version.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
166
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
167 ac_include ../make/config.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
168
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
169 info: $(library).info
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
170 dvi: $(library).dvi
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
171 INSTALL: $(library).texi install.texi
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
172 $(MAKEINFO) $(MAKEINFO_FLAGS) --no-headers $< -o - \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
173 | sed -n -e '/^Installation/,/wrong fonts/'p >$@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
174 add-info-toc $@
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
175
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
176 ac_include ../make/misc.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
177
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
178 mostlyclean::
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
179 rm -f kpsewhich
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
180 distclean::
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
181 rm -f paths.h texmf.cnf texmf.sed
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
182
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
183 ac_include ../make/rdepend.make
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
184 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
185 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
186 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
187 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
188 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
189 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
190 $(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
191 $(kpathsea_srcdir)/absolute.h $(kpathsea_srcdir)/c-pathch.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
192 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
193 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
194 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
195 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
196 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
197 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
198 $(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
199 $(kpathsea_srcdir)/c-pathch.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
200 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
201 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
202 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
203 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
204 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
205 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
206 $(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
207 $(kpathsea_srcdir)/c-fopen.h $(kpathsea_srcdir)/c-ctype.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
208 $(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
209 $(kpathsea_srcdir)/hash.h $(kpathsea_srcdir)/line.h paths.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
210 $(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
211 $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
212 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
213 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
214 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
215 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
216 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
217 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
218 $(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
219 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
220 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
221 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
222 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
223 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
224 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
225 $(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
226 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
227 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
228 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
229 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
230 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
231 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
232 $(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
233 $(kpathsea_srcdir)/concatn.h $(kpathsea_srcdir)/c-vararg.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
234 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
235 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
236 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
237 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
238 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
239 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
240 $(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
241 $(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
242 $(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
243 $(kpathsea_srcdir)/readable.h $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
244 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
245 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
246 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
247 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
248 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
249 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
250 $(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
251 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
252 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
253 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
254 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
255 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
256 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
257 $(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
258 $(kpathsea_srcdir)/c-dir.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
259 $(kpathsea_srcdir)/c-stat.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
260 $(kpathsea_srcdir)/hash.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
261 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
262 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
263 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
264 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
265 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
266 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
267 $(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
268 $(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
269 $(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
270 $(kpathsea_srcdir)/c-dir.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
271 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
272 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
273 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
274 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
275 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
276 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
277 $(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
278 $(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
279 $(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
280 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
281 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
282 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
283 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
284 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
285 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
286 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
287 $(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
288 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
289 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
290 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
291 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
292 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
293 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
294 $(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
295 $(kpathsea_srcdir)/xstat.h $(kpathsea_srcdir)/c-stat.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
296 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
297 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
298 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
299 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
300 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
301 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
302 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
303 $(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
304 $(kpathsea_srcdir)/c-pathch.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
305 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
306 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
307 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
308 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
309 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
310 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
311 $(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
312 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
313 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
314 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
315 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
316 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
317 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
318 $(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
319 $(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
320 $(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
321 $(kpathsea_srcdir)/str-list.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
322 getopt.o: getopt.c \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
323 getopt.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
324 getopt1.o: getopt1.c getopt.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
325 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
326 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
327 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
328 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
329 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
330 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
331 $(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
332 $(kpathsea_srcdir)/hash.h $(kpathsea_srcdir)/str-list.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
333 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
334 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
335 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
336 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
337 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
338 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
339 $(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
340 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
341 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
342 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
343 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
344 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
345 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
346 $(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
347 $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/default.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
348 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
349 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
350 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
351 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
352 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
353 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
354 $(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
355 $(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
356 $(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
357 $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
358 kpsexpand.o: kpsexpand.c \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
359 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
360 line.o: line.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
361 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
362 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
363 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
364 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
365 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
366 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
367 $(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
368 $(kpathsea_srcdir)/magstep.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
369 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
370 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
371 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
372 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
373 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
374 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
375 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
376 $(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
377 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
378 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
379 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
380 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
381 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
382 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
383 $(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
384 $(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
385 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
386 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
387 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
388 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
389 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
390 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
391 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
392 $(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
393 $(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
394 $(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
395 $(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
396 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
397 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
398 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
399 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
400 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
401 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
402 $(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
403 $(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
404 $(kpathsea_srcdir)/tex-file.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
405 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
406 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
407 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
408 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
409 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
410 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
411 $(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
412 $(kpathsea_srcdir)/progname.h
1149
f58509230719 [project @ 1995-02-26 22:46:31 by jwe]
jwe
parents: 1148
diff changeset
413 putenv.o: putenv.c ./c-auto.h
1148
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
414 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
415 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
416 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
417 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
418 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
419 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
420 $(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
421 $(kpathsea_srcdir)/c-stat.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
422 $(kpathsea_srcdir)/readable.h $(kpathsea_srcdir)/truncate.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
423 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
424 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
425 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
426 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
427 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
428 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
429 $(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
430 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
431 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
432 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
433 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
434 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
435 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
436 $(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
437 $(kpathsea_srcdir)/str-list.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
438 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
439 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
440 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
441 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
442 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
443 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
444 $(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
445 $(kpathsea_srcdir)/str-llist.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
446 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
447 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
448 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
449 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
450 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
451 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
452 $(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
453 $(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
454 $(kpathsea_srcdir)/expand.h paths.h $(kpathsea_srcdir)/pathsearch.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
455 $(kpathsea_srcdir)/str-llist.h $(kpathsea_srcdir)/tex-file.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
456 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
457 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
458 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
459 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
460 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
461 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
462 $(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
463 $(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
464 $(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
465 $(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
466 $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
467 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
468 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
469 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
470 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
471 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
472 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
473 $(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
474 $(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
475 $(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
476 $(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
477 $(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
478 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
479 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
480 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
481 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
482 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
483 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
484 $(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
485 $(kpathsea_srcdir)/c-pathch.h $(kpathsea_srcdir)/tilde.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
486 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
487 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
488 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
489 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
490 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
491 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
492 $(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
493 $(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
494 $(kpathsea_srcdir)/truncate.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
495 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
496 $(kpathsea_srcdir)/c-std.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
497 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
498 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
499 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
500 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
501 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
502 $(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
503 $(kpathsea_srcdir)/c-ctype.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
504 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
505 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
506 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
507 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
508 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
509 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
510 $(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
511 $(kpathsea_srcdir)/c-ctype.h $(kpathsea_srcdir)/cnf.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
512 $(kpathsea_srcdir)/fn.h $(kpathsea_srcdir)/variable.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
513 version.o: version.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
514 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
515 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
516 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
517 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
518 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
519 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
520 $(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
521 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
522 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
523 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
524 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
525 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
526 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
527 $(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
528 xmalloc.o: xmalloc.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
529 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
530 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
531 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
532 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
533 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
534 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
535 $(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
536 $(kpathsea_srcdir)/xopendir.h $(kpathsea_srcdir)/c-dir.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
537 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
538 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
539 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
540 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
541 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
542 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
543 $(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
544 xrealloc.o: xrealloc.c
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
545 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
546 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
547 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
548 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
549 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
550 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
551 $(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
552 $(kpathsea_srcdir)/xstat.h $(kpathsea_srcdir)/c-stat.h
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
553 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
554 $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
555 $(kpathsea_srcdir)/c-memstr.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
556 $(kpathsea_srcdir)/c-errno.h $(kpathsea_srcdir)/c-minmax.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
557 $(kpathsea_srcdir)/c-limits.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
558 $(kpathsea_srcdir)/c-proto.h \
94523c9676de [project @ 1995-02-26 22:45:59 by jwe]
jwe
parents:
diff changeset
559 $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/debug.h