]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/Makefile.in
mempcpy.c, [...]: New files.
[thirdparty/gcc.git] / libiberty / Makefile.in
CommitLineData
6599da04
JM
1#
2# Makefile
93239fdb 3# Copyright (C) 1990, 91-99, 2000, 2001, 2002, 2003
3affd5f0 4# Free Software Foundation
6599da04
JM
5#
6# This file is part of the libiberty library.
7# Libiberty is free software; you can redistribute it and/or
8# modify it under the terms of the GNU Library General Public
9# License as published by the Free Software Foundation; either
10# version 2 of the License, or (at your option) any later version.
11#
12# Libiberty is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15# Library General Public License for more details.
16#
17# You should have received a copy of the GNU Library General Public
18# License along with libiberty; see the file COPYING.LIB. If not,
19# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20# Boston, MA 02111-1307, USA.
21#
22
3affd5f0 23# This file was written by K. Richard Pixley <rich@cygnus.com>.
6599da04
JM
24
25#
26# Makefile for libiberty directory
27#
28
d8c22ce7 29libiberty_topdir = @libiberty_topdir@
3affd5f0
JL
30srcdir = @srcdir@
31VPATH = @srcdir@
6599da04 32
3affd5f0 33prefix = @prefix@
6599da04 34
3affd5f0
JL
35exec_prefix = @exec_prefix@
36bindir = @bindir@
37libdir = @libdir@
48d7db63
PE
38includedir = @includedir@
39target_header_dir = @target_header_dir@
6599da04 40
3affd5f0 41SHELL = @SHELL@
6599da04
JM
42
43# Multilib support variables.
44MULTISRCTOP =
45MULTIBUILDTOP =
46MULTIDIRS =
47MULTISUBDIR =
48MULTIDO = true
49MULTICLEAN = true
50
3affd5f0
JL
51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@
53INSTALL_DATA = @INSTALL_DATA@
d8c22ce7 54mkinstalldirs = $(SHELL) $(libiberty_topdir)/mkinstalldirs
6599da04 55
7fda878c
DR
56# Some compilers can't handle cc -c blah.c -o foo/blah.o.
57OUTPUT_OPTION = @OUTPUT_OPTION@
58
3affd5f0 59AR = @AR@
6599da04
JM
60AR_FLAGS = rc
61
3affd5f0
JL
62CC = @CC@
63CFLAGS = @CFLAGS@
6599da04 64LIBCFLAGS = $(CFLAGS)
3affd5f0 65RANLIB = @RANLIB@
aaa5f039
DD
66MAKEINFO = @MAKEINFO@
67PERL = @PERL@
6599da04
JM
68
69PICFLAG =
70
71MAKEOVERRIDES =
72
73TARGETLIB = libiberty.a
9ce3f7e5 74TESTLIB = testlib.a
6599da04 75
3affd5f0 76LIBOBJS = @LIBOBJS@
6599da04
JM
77
78# A configuration can specify extra .o files that should be included,
79# even if they are in libc. (Perhaps the libc version is buggy.)
80EXTRA_OFILES =
81
82# Flags to pass to a recursive make.
83FLAGS_TO_PASS = \
84 "AR=$(AR)" \
85 "AR_FLAGS=$(AR_FLAGS)" \
86 "CC=$(CC)" \
87 "CFLAGS=$(CFLAGS)" \
90e5b39f 88 "DESTDIR=$(DESTDIR)" \
6599da04
JM
89 "LIBCFLAGS=$(LIBCFLAGS)" \
90 "EXTRA_OFILES=$(EXTRA_OFILES)" \
91 "HDEFINES=$(HDEFINES)" \
92 "INSTALL=$(INSTALL)" \
93 "INSTALL_DATA=$(INSTALL_DATA)" \
94 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
95 "LDFLAGS=$(LDFLAGS)" \
96 "LOADLIBES=$(LOADLIBES)" \
6599da04 97 "RANLIB=$(RANLIB)" \
76632dd0
DJ
98 "SHELL=$(SHELL)" \
99 "prefix=$(prefix)" \
100 "exec_prefix=$(exec_prefix)" \
101 "libdir=$(libdir)" \
102 "libsubdir=$(libsubdir)" \
103 "tooldir=$(tooldir)"
6599da04 104
2c375143
NS
105# Subdirectories to recurse into. We need to override this during cleaning
106SUBDIRS = testsuite
107
aaa5f039 108# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
7c72138a 109all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
6c5d742e 110 @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
6599da04
JM
111
112.PHONY: check installcheck
7c72138a
TT
113check: check-subdir
114installcheck: installcheck-subdir
6599da04 115
3affd5f0 116@host_makefile_frag@
6599da04
JM
117
118INCDIR=$(srcdir)/$(MULTISRCTOP)../include
119
1eaf7d9c 120COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
6599da04 121.c.o:
47668d0a
DE
122 if [ x"$(PICFLAG)" != x ]; then \
123 $(COMPILE.c) $(PICFLAG) $< -o pic/$@; \
124 else true; fi
7fda878c 125 $(COMPILE.c) $< $(OUTPUT_OPTION)
6599da04 126
6599da04 127# NOTE: If you add new files to the library, add them to this list
9ce3f7e5
DD
128# (alphabetical), and add them to REQUIRED_OFILES, or
129# CONFIGURED_OFILES and funcs in configure.in.
130CFILES = alloca.c argv.c asprintf.c atexit.c \
131 basename.c bcmp.c bcopy.c bsearch.c bzero.c \
132 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
133 cplus-dem.c \
134 dyn-string.c \
135 fdmatch.c ffs.c fibheap.c floatformat.c fnmatch.c \
136 getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \
137 hashtab.c hex.c \
138 index.c insque.c \
139 lbasename.c \
4876b2b4 140 lrealpath.c \
42766f8d 141 make-relative-prefix.c \
9ce3f7e5 142 make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmove.c \
029bcc09 143 mempcpy.c memset.c mkstemps.c \
9ce3f7e5 144 objalloc.c obstack.c \
55d0e5e0 145 partition.c \
ece0e59f 146 pex-djgpp.c pex-mpw.c pex-msdos.c pex-os2.c \
55d0e5e0 147 pex-unix.c pex-win32.c \
a354191e 148 physmem.c putenv.c \
9ce3f7e5
DD
149 random.c regex.c rename.c rindex.c \
150 safe-ctype.c setenv.c sigsetmask.c sort.c spaces.c \
029bcc09
KG
151 splay-tree.c stpcpy.c stpncpy.c strcasecmp.c strchr.c strdup.c \
152 strerror.c strncasecmp.c strncmp.c strrchr.c strsignal.c \
153 strstr.c strtod.c strtol.c strtoul.c \
9ce3f7e5
DD
154 ternary.c tmpnam.c \
155 vasprintf.c vfork.c vfprintf.c vprintf.c vsprintf.c \
156 waitpid.c \
157 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
158
159# These are always included in the library. The first four are listed
160# first and by compile time to optimize parallel builds.
161REQUIRED_OFILES = regex.o cplus-dem.o cp-demangle.o md5.o \
162 alloca.o argv.o \
163 choose-temp.o concat.o \
164 dyn-string.o \
165 fdmatch.o fibheap.o floatformat.o fnmatch.o \
166 getopt.o getopt1.o getpwd.o getruntime.o \
167 hashtab.o hex.o \
168 lbasename.o \
4876b2b4 169 lrealpath.o \
42766f8d 170 make-relative-prefix.o \
9ce3f7e5
DD
171 make-temp-file.o \
172 objalloc.o obstack.o \
a354191e 173 partition.o physmem.o @pexecute@ \
9ce3f7e5
DD
174 safe-ctype.o sort.o spaces.o splay-tree.o strerror.o \
175 strsignal.o \
176 ternary.o \
177 xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o
b548dffb 178
aaa5f039 179# These are all the objects that configure may add to the library via
9ce3f7e5
DD
180# $funcs or EXTRA_OFILES. This list exists here only for "make
181# maint-missing" and "make check".
182CONFIGURED_OFILES = asprintf.o atexit.o \
183 basename.o bcmp.o bcopy.o bsearch.o bzero.o \
184 calloc.o clock.o copysign.o \
185 _doprnt.o \
186 ffs.o \
187 getcwd.o getpagesize.o \
188 index.o insque.o \
029bcc09 189 memchr.o memcmp.o memcpy.o memmove.o mempcpy.o memset.o mkstemps.o \
ece0e59f 190 pex-djgpp.o pex-mpw.o pex-msdos.o pex-os2.o \
55d0e5e0
ZW
191 pex-unix.o pex-win32.o \
192 putenv.o \
9ce3f7e5 193 random.o rename.o rindex.o \
029bcc09
KG
194 setenv.o sigsetmask.o stpcpy.o stpncpy.o strcasecmp.o strchr.o \
195 strdup.o strncasecmp.o strncmp.o strrchr.o strstr.o strtod.o \
196 strtol.o strtoul.o \
9ce3f7e5
DD
197 tmpnam.o \
198 vasprintf.o vfork.o vfprintf.o vprintf.o vsprintf.o \
199 waitpid.o
aaa5f039 200
48d7db63
PE
201# These files are installed if the library has been configured to do so.
202INSTALLED_HEADERS = \
203 $(INCDIR)/ansidecl.h \
204 $(INCDIR)/demangle.h \
205 $(INCDIR)/dyn-string.h \
206 $(INCDIR)/fibheap.h \
207 $(INCDIR)/floatformat.h \
208 $(INCDIR)/hashtab.h \
209 $(INCDIR)/libiberty.h \
210 $(INCDIR)/objalloc.h \
211 $(INCDIR)/partition.h \
212 $(INCDIR)/safe-ctype.h \
213 $(INCDIR)/sort.h \
214 $(INCDIR)/splay-tree.h \
215 $(INCDIR)/ternary.h
216
b548dffb 217$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
afb649d5 218 -rm -f $(TARGETLIB) pic/$(TARGETLIB)
3affd5f0 219 $(AR) $(AR_FLAGS) $(TARGETLIB) \
b548dffb 220 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
3affd5f0 221 $(RANLIB) $(TARGETLIB)
afb649d5
L
222 if [ x"$(PICFLAG)" != x ]; then \
223 cd pic; \
224 $(AR) $(AR_FLAGS) $(TARGETLIB) \
225 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
226 $(RANLIB) $(TARGETLIB); \
227 cd ..; \
228 else true; fi
6599da04 229
9ce3f7e5
DD
230$(TESTLIB): $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
231 -rm -f $(TESTLIB)
232 $(AR) $(AR_FLAGS) $(TESTLIB) \
233 $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
234 $(RANLIB) $(TESTLIB)
235
aaa5f039
DD
236info: libiberty.info info-subdir
237install-info: install-info-subdir
238clean-info: clean-info-subdir
239dvi: libiberty.dvi dvi-subdir
240html: libiberty.html
241
242TEXISRC = \
243 $(srcdir)/libiberty.texi \
244 $(srcdir)/copying-lib.texi \
245 $(srcdir)/obstacks.texi \
246 $(srcdir)/functions.texi
247
248# Additional files that have texi snippets that need to be collected
aac04c15
DD
249# and sorted. Some are here because the sources are imported from
250# elsewhere. Others represent headers in ../include.
55d0e5e0 251TEXIFILES = fnmatch.txh pexecute.txh
aaa5f039
DD
252
253libiberty.info : $(srcdir)/libiberty.texi $(TEXISRC)
254 $(MAKEINFO) -I$(srcdir) $(srcdir)/libiberty.texi
255
256libiberty.dvi : $(srcdir)/libiberty.texi $(TEXISRC)
257 texi2dvi $(srcdir)/libiberty.texi
258
259libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
260 $(MAKEINFO) --html -I$(srcdir) $(srcdir)/libiberty.texi
261
262@MAINT@$(srcdir)/functions.texi : stamp-functions
263@MAINT@ @true
264
265@MAINT@stamp-functions : $(CFILES) $(TEXIFILES) $(srcdir)/gather-docs Makefile
266@MAINT@@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
267@MAINT@ echo stamp > stamp-functions
268
3affd5f0 269INSTALL_DEST = @INSTALL_DEST@
7c72138a 270install: install_to_$(INSTALL_DEST) install-subdir
6599da04
JM
271
272install_to_libdir: all
d7082cd7 273 ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)
112bae77
PB
274 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
275 ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
276 mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
48d7db63
PE
277 if test -n "${target_header_dir}"; then \
278 case "${target_header_dir}" in \
279 /*) thd=${target_header_dir};; \
280 *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
281 esac; \
112bae77 282 ${mkinstalldirs} $(DESTDIR)$${thd}; \
48d7db63 283 for h in ${INSTALLED_HEADERS}; do \
112bae77 284 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
48d7db63
PE
285 done; \
286 fi
6599da04
JM
287 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
288
9f2e0608
AO
289# This is tricky. Even though CC in the Makefile contains
290# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
291# default multilib, so we have to take LIBCFLAGS into account as well,
292# since it will be passed the multilib flags.
293MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
6599da04 294install_to_tooldir: all
9f2e0608
AO
295 ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)
296 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n
297 ( cd $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) ; $(RANLIB) $(TARGETLIB)n )
298 mv -f $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)
6599da04
JM
299 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
300
a4494286
JM
301# needed-list is used by libstdc++. NEEDED is the list of functions
302# to include there. Do not add anything LGPL to this list; libstdc++
303# can't use anything encumbering.
304NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
209bbe34 305 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
8f1824d9 306 vfork waitpid bcmp bcopy bzero
3affd5f0 307needed-list: Makefile
a4494286 308 rm -f needed-list; touch needed-list; \
a4494286 309 for f in $(NEEDED); do \
a6541767
JM
310 for g in $(LIBOBJS) $(EXTRA_OFILES); do \
311 case "$$g" in \
312 *$$f*) echo $$g >> needed-list ;; \
313 esac; \
314 done; \
a4494286 315 done
3affd5f0
JL
316
317# required-list was used when building a shared bfd/opcodes/libiberty
318# library. I don't know if it used by anything currently.
6599da04
JM
319required-list: Makefile
320 echo $(REQUIRED_OFILES) > required-list
321
6599da04 322stamp-picdir:
47668d0a 323 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
6599da04
JM
324 mkdir pic; \
325 else true; fi
326 touch stamp-picdir
327
3affd5f0 328.PHONY: all etags tags ls clean stage1 stage2
6599da04 329
7c72138a 330etags tags: TAGS etags-subdir
6599da04 331
b548dffb
ZW
332TAGS: $(CFILES)
333 etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
6599da04
JM
334
335# The standalone demangler (c++filt) has been moved to binutils.
336demangle:
337 @echo "The standalone demangler, now named c++filt, is now"
338 @echo "a part of binutils."
339 @false
340
341ls:
b548dffb 342 @echo Makefile $(CFILES)
6599da04 343
aaa5f039
DD
344# Various targets for maintainers.
345
346maint-missing :
347 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
348
349maint-buildall : $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
350 @true
351
aac04c15
DD
352maint-undoc : $(srcdir)/functions.texi
353 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
354
9ce3f7e5
DD
355maint-deps :
356 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) deps $(INCDIR)
357
6599da04
JM
358# Need to deal with profiled libraries, too.
359
2c375143
NS
360# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
361# multiple times, hence our explicit recursion with an empty SUBDIRS.
7c72138a 362mostlyclean: mostlyclean-subdir
5a2eb52b
MS
363 -rm -rf *.o pic core errs \#* *.E a.out
364 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
365 -rm -f $(CONFIG_H) $(NEEDED_LIST) stamp-picdir
aaa5f039
DD
366 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
367 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
368 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
369 -rm -f libtexi.stamp
6599da04 370 @$(MULTICLEAN) multi-clean DO=mostlyclean
2c375143
NS
371clean: clean-subdir
372 $(MAKE) SUBDIRS="" mostlyclean
5a2eb52b 373 -rm -f *.a required-list tmpmulti.out
aaa5f039 374 -rm -f libiberty.dvi libiberty.info* libiberty.html
6599da04 375 @$(MULTICLEAN) multi-clean DO=clean
2c375143
NS
376distclean: distclean-subdir
377 $(MAKE) SUBDIRS="" clean
6599da04 378 @$(MULTICLEAN) multi-clean DO=distclean
5a2eb52b
MS
379 -rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
380 -rm -f config.log
b25a8973 381 -rmdir testsuite 2>/dev/null
2c375143
NS
382maintainer-clean realclean: maintainer-clean-subdir
383 $(MAKE) SUBDIRS="" distclean
6599da04
JM
384
385force:
386
3affd5f0
JL
387Makefile: $(srcdir)/Makefile.in config.status
388 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
389
97e620cf
DD
390# Depending on Makefile makes sure that config.status has been re-run
391# if needed. This prevents problems with parallel builds.
3affd5f0 392config.h: stamp-h ; @true
97e620cf 393stamp-h: config.in config.status Makefile
3affd5f0
JL
394 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
395
396config.status: $(srcdir)/configure $(srcdir)/config.table
397 $(SHELL) ./config.status --recheck
6599da04 398
97e620cf
DD
399# Depending on config.h makes sure that config.status has been re-run
400# if needed. This prevents problems with parallel builds, in case
401# subdirectories need to run config.status also.
7c72138a
TT
402all-subdir check-subdir installcheck-subdir info-subdir \
403install-info-subdir clean-info-subdir dvi-subdir install-subdir \
404etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
97e620cf 405maintainer-clean-subdir: config.h
3b94497c 406 @subdirs='$(SUBDIRS)'; \
7277f72d 407 target=`echo $@ | sed -e 's/-subdir//'`; \
3b94497c 408 for dir in $$subdirs ; do \
4ce1921a 409 cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \
2c375143 410 done
7c72138a 411
b548dffb 412$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir
9ce3f7e5
DD
413$(CONFIGURED_OFILES): stamp-picdir
414
415# The dependencies in the remainder of this file are automatically
416# generated by "make maint-deps". Manual edits will be lost.
7b195f77 417
9ce3f7e5
DD
418_doprnt.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
419alloca.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
420argv.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
421asprintf.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
3affd5f0 422atexit.o: config.h
9ce3f7e5
DD
423basename.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
424 $(INCDIR)/safe-ctype.h
425bsearch.o: config.h $(INCDIR)/ansidecl.h
c9ac9147 426calloc.o: $(INCDIR)/ansidecl.h
9ce3f7e5 427choose-temp.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
3affd5f0 428clock.o: config.h
9ce3f7e5
DD
429concat.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
430copysign.o: $(INCDIR)/ansidecl.h
431cp-demangle.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/demangle.h \
432 $(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h
433cplus-dem.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/demangle.h \
c9ac9147 434 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
9ce3f7e5
DD
435dyn-string.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/dyn-string.h \
436 $(INCDIR)/libiberty.h
437fdmatch.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
438fibheap.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/fibheap.h \
439 $(INCDIR)/libiberty.h
440floatformat.o: $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h
441fnmatch.o: config.h $(INCDIR)/fnmatch.h $(INCDIR)/safe-ctype.h
3affd5f0
JL
442getcwd.o: config.h
443getopt.o: config.h $(INCDIR)/getopt.h
444getopt1.o: config.h $(INCDIR)/getopt.h
445getpagesize.o: config.h
9ce3f7e5
DD
446getpwd.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
447getruntime.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
448hashtab.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/hashtab.h \
449 $(INCDIR)/libiberty.h
450hex.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
451lbasename.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
452 $(INCDIR)/safe-ctype.h
4876b2b4 453lrealpath.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
c9ac9147
KG
454make-relative-prefix.o: config.h $(INCDIR)/ansidecl.h \
455 $(INCDIR)/libiberty.h
9ce3f7e5
DD
456make-temp-file.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
457md5.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h
458memchr.o: $(INCDIR)/ansidecl.h
459memcmp.o: $(INCDIR)/ansidecl.h
460memcpy.o: $(INCDIR)/ansidecl.h
461memmove.o: $(INCDIR)/ansidecl.h
029bcc09 462mempcpy.o: $(INCDIR)/ansidecl.h
9ce3f7e5
DD
463memset.o: $(INCDIR)/ansidecl.h
464mkstemps.o: config.h $(INCDIR)/ansidecl.h
465objalloc.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/objalloc.h
f77d8413 466obstack.o: config.h $(INCDIR)/obstack.h
9ce3f7e5
DD
467partition.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
468 $(INCDIR)/partition.h
c9ac9147
KG
469pex-djgpp.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
470 $(srcdir)/pex-common.h
471pex-mpw.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
472 $(srcdir)/pex-common.h
473pex-msdos.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
474 $(srcdir)/pex-common.h $(INCDIR)/safe-ctype.h
475pex-os2.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
476 $(srcdir)/pex-common.h
477pex-unix.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
478 $(srcdir)/pex-common.h
479pex-win32.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
480 $(srcdir)/pex-common.h
481physmem.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
9ce3f7e5
DD
482putenv.o: config.h $(INCDIR)/ansidecl.h
483random.o: $(INCDIR)/ansidecl.h
2cf50fd3 484regex.o: config.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
c9ac9147 485rename.o: config.h $(INCDIR)/ansidecl.h
9ce3f7e5
DD
486safe-ctype.o: $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
487setenv.o: config.h $(INCDIR)/ansidecl.h
488sigsetmask.o: $(INCDIR)/ansidecl.h
489sort.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
490 $(INCDIR)/sort.h
491spaces.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
492splay-tree.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
493 $(INCDIR)/splay-tree.h
029bcc09
KG
494stpcpy.o: $(INCDIR)/ansidecl.h
495stpncpy.o: $(INCDIR)/ansidecl.h
9ce3f7e5
DD
496strcasecmp.o: $(INCDIR)/ansidecl.h
497strchr.o: $(INCDIR)/ansidecl.h
c9ac9147 498strdup.o: $(INCDIR)/ansidecl.h
9ce3f7e5
DD
499strerror.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
500strncasecmp.o: $(INCDIR)/ansidecl.h
501strncmp.o: $(INCDIR)/ansidecl.h
502strrchr.o: $(INCDIR)/ansidecl.h
503strsignal.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
504strtod.o: $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
505strtol.o: config.h $(INCDIR)/safe-ctype.h
506strtoul.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
507ternary.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
508 $(INCDIR)/ternary.h
509vasprintf.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
510vfork.o: $(INCDIR)/ansidecl.h
c9ac9147 511vfprintf.o: $(INCDIR)/ansidecl.h
9ce3f7e5
DD
512vprintf.o: $(INCDIR)/ansidecl.h
513vsprintf.o: $(INCDIR)/ansidecl.h
c2f275e4 514waitpid.o: config.h
9ce3f7e5
DD
515xatexit.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
516xexit.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
517xmalloc.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
518xmemdup.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
519xstrdup.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
520xstrerror.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h