* elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
[deliverable/binutils-gdb.git] / libiberty / Makefile.in
CommitLineData
252b5132
RH
1#
2# Makefile
50d4562d 3# Copyright (C) 1990, 91-99, 2000, 2001, 2002
252b5132
RH
4# Free Software Foundation
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
23# This file was written by K. Richard Pixley <rich@cygnus.com>.
24
25#
26# Makefile for libiberty directory
27#
28
29srcdir = @srcdir@
30VPATH = @srcdir@
31
32prefix = @prefix@
33
34exec_prefix = @exec_prefix@
35bindir = @bindir@
36libdir = @libdir@
50d4562d
DD
37includedir = @includedir@
38target_header_dir = @target_header_dir@
252b5132
RH
39
40SHELL = @SHELL@
41
42# Multilib support variables.
43MULTISRCTOP =
44MULTIBUILDTOP =
45MULTIDIRS =
46MULTISUBDIR =
47MULTIDO = true
48MULTICLEAN = true
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@
52INSTALL_DATA = @INSTALL_DATA@
50d4562d 53mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs
252b5132 54
b39b76b8
DD
55# Some compilers can't handle cc -c blah.c -o foo/blah.o.
56OUTPUT_OPTION = @OUTPUT_OPTION@
57
252b5132
RH
58AR = @AR@
59AR_FLAGS = rc
60
61CC = @CC@
62CFLAGS = @CFLAGS@
63LIBCFLAGS = $(CFLAGS)
64RANLIB = @RANLIB@
39423523
DD
65MAKEINFO = @MAKEINFO@
66PERL = @PERL@
252b5132
RH
67
68PICFLAG =
69
70MAKEOVERRIDES =
71
72TARGETLIB = libiberty.a
cc096b71 73TESTLIB = testlib.a
252b5132
RH
74
75LIBOBJS = @LIBOBJS@
252b5132
RH
76
77# A configuration can specify extra .o files that should be included,
78# even if they are in libc. (Perhaps the libc version is buggy.)
79EXTRA_OFILES =
80
81# Flags to pass to a recursive make.
82FLAGS_TO_PASS = \
83 "AR=$(AR)" \
84 "AR_FLAGS=$(AR_FLAGS)" \
85 "CC=$(CC)" \
86 "CFLAGS=$(CFLAGS)" \
27a39a5f 87 "DESTDIR=$(DESTDIR)" \
252b5132
RH
88 "LIBCFLAGS=$(LIBCFLAGS)" \
89 "EXTRA_OFILES=$(EXTRA_OFILES)" \
90 "HDEFINES=$(HDEFINES)" \
91 "INSTALL=$(INSTALL)" \
92 "INSTALL_DATA=$(INSTALL_DATA)" \
93 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
94 "LDFLAGS=$(LDFLAGS)" \
95 "LOADLIBES=$(LOADLIBES)" \
96 "RANLIB=$(RANLIB)" \
0c0a36a4
ILT
97 "SHELL=$(SHELL)" \
98 "prefix=$(prefix)" \
99 "exec_prefix=$(exec_prefix)" \
100 "libdir=$(libdir)" \
101 "libsubdir=$(libsubdir)" \
102 "tooldir=$(tooldir)"
252b5132 103
0c0a36a4
ILT
104# Subdirectories to recurse into. We need to override this during cleaning
105SUBDIRS = testsuite
106
39423523 107# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
0c0a36a4 108all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
1b67de92 109 @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
252b5132
RH
110
111.PHONY: check installcheck
0c0a36a4
ILT
112check: check-subdir
113installcheck: installcheck-subdir
252b5132
RH
114
115@host_makefile_frag@
116
117INCDIR=$(srcdir)/$(MULTISRCTOP)../include
118
eb383413 119COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
252b5132 120.c.o:
eb383413
L
121 if [ x"$(PICFLAG)" != x ]; then \
122 $(COMPILE.c) $(PICFLAG) $< -o pic/$@; \
123 else true; fi
b39b76b8 124 $(COMPILE.c) $< $(OUTPUT_OPTION)
252b5132 125
252b5132 126# NOTE: If you add new files to the library, add them to this list
cc096b71
DD
127# (alphabetical), and add them to REQUIRED_OFILES, or
128# CONFIGURED_OFILES and funcs in configure.in.
129CFILES = alloca.c argv.c asprintf.c atexit.c \
130 basename.c bcmp.c bcopy.c bsearch.c bzero.c \
131 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
132 cplus-dem.c \
133 dyn-string.c \
134 fdmatch.c ffs.c fibheap.c floatformat.c fnmatch.c \
135 getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \
136 hashtab.c hex.c \
137 index.c insque.c \
138 lbasename.c \
2a80c0a4 139 make-relative-prefix.c \
cc096b71
DD
140 make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmove.c \
141 memset.c mkstemps.c \
142 objalloc.c obstack.c \
143 partition.c pexecute.c putenv.c \
144 random.c regex.c rename.c rindex.c \
145 safe-ctype.c setenv.c sigsetmask.c sort.c spaces.c \
146 splay-tree.c strcasecmp.c strchr.c strdup.c strerror.c \
147 strncasecmp.c strncmp.c strrchr.c strsignal.c strstr.c \
148 strtod.c strtol.c strtoul.c \
149 ternary.c tmpnam.c \
150 vasprintf.c vfork.c vfprintf.c vprintf.c vsprintf.c \
151 waitpid.c \
152 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
153
154# These are always included in the library. The first four are listed
155# first and by compile time to optimize parallel builds.
156REQUIRED_OFILES = regex.o cplus-dem.o cp-demangle.o md5.o \
157 alloca.o argv.o \
158 choose-temp.o concat.o \
159 dyn-string.o \
160 fdmatch.o fibheap.o floatformat.o fnmatch.o \
161 getopt.o getopt1.o getpwd.o getruntime.o \
162 hashtab.o hex.o \
163 lbasename.o \
2a80c0a4 164 make-relative-prefix.o \
cc096b71
DD
165 make-temp-file.o \
166 objalloc.o obstack.o \
167 partition.o pexecute.o \
168 safe-ctype.o sort.o spaces.o splay-tree.o strerror.o \
169 strsignal.o \
170 ternary.o \
171 xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o
30673bf5 172
39423523 173# These are all the objects that configure may add to the library via
cc096b71
DD
174# $funcs or EXTRA_OFILES. This list exists here only for "make
175# maint-missing" and "make check".
176CONFIGURED_OFILES = asprintf.o atexit.o \
177 basename.o bcmp.o bcopy.o bsearch.o bzero.o \
178 calloc.o clock.o copysign.o \
179 _doprnt.o \
180 ffs.o \
181 getcwd.o getpagesize.o \
182 index.o insque.o \
183 memchr.o memcmp.o memcpy.o memmove.o memset.o mkstemps.o \
184 putenv.o \
185 random.o rename.o rindex.o \
186 setenv.o sigsetmask.o strcasecmp.o strchr.o strdup.o \
187 strncasecmp.o strncmp.o strrchr.o strstr.o strtod.o strtol.o \
188 strtoul.o \
189 tmpnam.o \
190 vasprintf.o vfork.o vfprintf.o vprintf.o vsprintf.o \
191 waitpid.o
39423523 192
50d4562d
DD
193# These files are installed if the library has been configured to do so.
194INSTALLED_HEADERS = \
195 $(INCDIR)/ansidecl.h \
196 $(INCDIR)/demangle.h \
197 $(INCDIR)/dyn-string.h \
198 $(INCDIR)/fibheap.h \
199 $(INCDIR)/floatformat.h \
200 $(INCDIR)/hashtab.h \
201 $(INCDIR)/libiberty.h \
202 $(INCDIR)/objalloc.h \
203 $(INCDIR)/partition.h \
204 $(INCDIR)/safe-ctype.h \
205 $(INCDIR)/sort.h \
206 $(INCDIR)/splay-tree.h \
207 $(INCDIR)/ternary.h
208
30673bf5 209$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
3bc62f91 210 -rm -f $(TARGETLIB) pic/$(TARGETLIB)
252b5132 211 $(AR) $(AR_FLAGS) $(TARGETLIB) \
30673bf5 212 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
252b5132 213 $(RANLIB) $(TARGETLIB)
3bc62f91
DD
214 if [ x"$(PICFLAG)" != x ]; then \
215 cd pic; \
216 $(AR) $(AR_FLAGS) $(TARGETLIB) \
217 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
218 $(RANLIB) $(TARGETLIB); \
219 cd ..; \
220 else true; fi
252b5132 221
cc096b71
DD
222$(TESTLIB): $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
223 -rm -f $(TESTLIB)
224 $(AR) $(AR_FLAGS) $(TESTLIB) \
225 $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
226 $(RANLIB) $(TESTLIB)
227
39423523
DD
228info: libiberty.info info-subdir
229install-info: install-info-subdir
230clean-info: clean-info-subdir
231dvi: libiberty.dvi dvi-subdir
232html: libiberty.html
233
234TEXISRC = \
235 $(srcdir)/libiberty.texi \
236 $(srcdir)/copying-lib.texi \
237 $(srcdir)/obstacks.texi \
238 $(srcdir)/functions.texi
239
240# Additional files that have texi snippets that need to be collected
ba19b94f
DD
241# and sorted. Some are here because the sources are imported from
242# elsewhere. Others represent headers in ../include.
243TEXIFILES = fnmatch.txh
39423523
DD
244
245libiberty.info : $(srcdir)/libiberty.texi $(TEXISRC)
246 $(MAKEINFO) -I$(srcdir) $(srcdir)/libiberty.texi
247
248libiberty.dvi : $(srcdir)/libiberty.texi $(TEXISRC)
249 texi2dvi $(srcdir)/libiberty.texi
250
251libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
252 $(MAKEINFO) --html -I$(srcdir) $(srcdir)/libiberty.texi
253
254@MAINT@$(srcdir)/functions.texi : stamp-functions
255@MAINT@ @true
256
257@MAINT@stamp-functions : $(CFILES) $(TEXIFILES) $(srcdir)/gather-docs Makefile
258@MAINT@@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
259@MAINT@ echo stamp > stamp-functions
260
252b5132 261INSTALL_DEST = @INSTALL_DEST@
0c0a36a4 262install: install_to_$(INSTALL_DEST) install-subdir
252b5132
RH
263
264install_to_libdir: all
27a39a5f 265 ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)
4748c6d8
DD
266 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
267 ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
268 mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
50d4562d
DD
269 if test -n "${target_header_dir}"; then \
270 case "${target_header_dir}" in \
271 /*) thd=${target_header_dir};; \
272 *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
273 esac; \
4748c6d8 274 ${mkinstalldirs} $(DESTDIR)$${thd}; \
50d4562d 275 for h in ${INSTALLED_HEADERS}; do \
4748c6d8 276 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
50d4562d
DD
277 done; \
278 fi
252b5132
RH
279 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
280
281install_to_tooldir: all
27a39a5f 282 ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)
4748c6d8
DD
283 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
284 ( cd $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
285 mv -f $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)
252b5132
RH
286 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
287
0c0a36a4
ILT
288# needed-list is used by libstdc++. NEEDED is the list of functions
289# to include there. Do not add anything LGPL to this list; libstdc++
290# can't use anything encumbering.
291NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
eb383413 292 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
0c0a36a4 293 vfork waitpid bcmp bcopy bzero
252b5132 294needed-list: Makefile
0c0a36a4
ILT
295 rm -f needed-list; touch needed-list; \
296 for f in $(NEEDED); do \
297 for g in $(LIBOBJS) $(EXTRA_OFILES); do \
298 case "$$g" in \
299 *$$f*) echo $$g >> needed-list ;; \
300 esac; \
301 done; \
302 done
252b5132
RH
303
304# required-list was used when building a shared bfd/opcodes/libiberty
305# library. I don't know if it used by anything currently.
306required-list: Makefile
307 echo $(REQUIRED_OFILES) > required-list
308
309stamp-picdir:
eb383413 310 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
252b5132
RH
311 mkdir pic; \
312 else true; fi
313 touch stamp-picdir
314
315.PHONY: all etags tags ls clean stage1 stage2
316
0c0a36a4 317etags tags: TAGS etags-subdir
252b5132 318
30673bf5
DD
319TAGS: $(CFILES)
320 etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
252b5132
RH
321
322# The standalone demangler (c++filt) has been moved to binutils.
323demangle:
324 @echo "The standalone demangler, now named c++filt, is now"
325 @echo "a part of binutils."
326 @false
327
328ls:
30673bf5 329 @echo Makefile $(CFILES)
252b5132 330
39423523
DD
331# Various targets for maintainers.
332
333maint-missing :
334 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
335
336maint-buildall : $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
337 @true
338
ba19b94f
DD
339maint-undoc : $(srcdir)/functions.texi
340 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
341
cc096b71
DD
342maint-deps :
343 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) deps $(INCDIR)
344
252b5132
RH
345# Need to deal with profiled libraries, too.
346
0c0a36a4
ILT
347# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
348# multiple times, hence our explicit recursion with an empty SUBDIRS.
349mostlyclean: mostlyclean-subdir
c00c39ed
DD
350 -rm -rf *.o pic core errs \#* *.E a.out
351 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
352 -rm -f $(CONFIG_H) $(NEEDED_LIST) stamp-picdir
39423523
DD
353 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
354 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
355 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
356 -rm -f libtexi.stamp
252b5132 357 @$(MULTICLEAN) multi-clean DO=mostlyclean
0c0a36a4
ILT
358clean: clean-subdir
359 $(MAKE) SUBDIRS="" mostlyclean
c00c39ed 360 -rm -f *.a required-list tmpmulti.out
39423523 361 -rm -f libiberty.dvi libiberty.info* libiberty.html
252b5132 362 @$(MULTICLEAN) multi-clean DO=clean
0c0a36a4
ILT
363distclean: distclean-subdir
364 $(MAKE) SUBDIRS="" clean
252b5132 365 @$(MULTICLEAN) multi-clean DO=distclean
c00c39ed
DD
366 -rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
367 -rm -f config.log
4415a860 368 -rmdir testsuite 2>/dev/null
0c0a36a4
ILT
369maintainer-clean realclean: maintainer-clean-subdir
370 $(MAKE) SUBDIRS="" distclean
252b5132
RH
371
372force:
373
374Makefile: $(srcdir)/Makefile.in config.status
375 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
376
fec50157
DD
377# Depending on Makefile makes sure that config.status has been re-run
378# if needed. This prevents problems with parallel builds.
252b5132 379config.h: stamp-h ; @true
fec50157 380stamp-h: config.in config.status Makefile
252b5132
RH
381 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
382
383config.status: $(srcdir)/configure $(srcdir)/config.table
384 $(SHELL) ./config.status --recheck
385
fec50157
DD
386# Depending on config.h makes sure that config.status has been re-run
387# if needed. This prevents problems with parallel builds, in case
388# subdirectories need to run config.status also.
0c0a36a4
ILT
389all-subdir check-subdir installcheck-subdir info-subdir \
390install-info-subdir clean-info-subdir dvi-subdir install-subdir \
391etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
fec50157 392maintainer-clean-subdir: config.h
010c70e1 393 @subdirs='$(SUBDIRS)'; \
19be4303 394 target=`echo $@ | sed -e 's/-subdir//'`; \
010c70e1 395 for dir in $$subdirs ; do \
19be4303 396 cd $$dir && $(MAKE) $$target; \
0c0a36a4
ILT
397 done
398
30673bf5 399$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir
cc096b71
DD
400$(CONFIGURED_OFILES): stamp-picdir
401
402# The dependencies in the remainder of this file are automatically
403# generated by "make maint-deps". Manual edits will be lost.
252b5132 404
cc096b71
DD
405_doprnt.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
406alloca.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
407argv.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
408asprintf.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
252b5132 409atexit.o: config.h
cc096b71
DD
410basename.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
411 $(INCDIR)/safe-ctype.h
412bsearch.o: config.h $(INCDIR)/ansidecl.h
413calloc.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
414choose-temp.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
252b5132 415clock.o: config.h
cc096b71
DD
416concat.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
417copysign.o: $(INCDIR)/ansidecl.h
418cp-demangle.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/demangle.h \
419 $(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h
420cplus-dem.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/demangle.h \
421 $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
422dyn-string.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/dyn-string.h \
423 $(INCDIR)/libiberty.h
424fdmatch.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
425fibheap.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/fibheap.h \
426 $(INCDIR)/libiberty.h
427floatformat.o: $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h
428fnmatch.o: config.h $(INCDIR)/fnmatch.h $(INCDIR)/safe-ctype.h
252b5132
RH
429getcwd.o: config.h
430getopt.o: config.h $(INCDIR)/getopt.h
431getopt1.o: config.h $(INCDIR)/getopt.h
432getpagesize.o: config.h
cc096b71
DD
433getpwd.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
434getruntime.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
435hashtab.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/hashtab.h \
436 $(INCDIR)/libiberty.h
437hex.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
438lbasename.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
439 $(INCDIR)/safe-ctype.h
2a80c0a4 440make-relative-prefix.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
cc096b71
DD
441make-temp-file.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
442md5.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h
443memchr.o: $(INCDIR)/ansidecl.h
444memcmp.o: $(INCDIR)/ansidecl.h
445memcpy.o: $(INCDIR)/ansidecl.h
446memmove.o: $(INCDIR)/ansidecl.h
447memset.o: $(INCDIR)/ansidecl.h
448mkstemps.o: config.h $(INCDIR)/ansidecl.h
449objalloc.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/objalloc.h
252b5132 450obstack.o: config.h $(INCDIR)/obstack.h
cc096b71
DD
451partition.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
452 $(INCDIR)/partition.h
453pexecute.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
454 $(INCDIR)/safe-ctype.h
455putenv.o: config.h $(INCDIR)/ansidecl.h
456random.o: $(INCDIR)/ansidecl.h
a5d8f731 457regex.o: config.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
90aaccd1 458rename.o: config.h
cc096b71
DD
459safe-ctype.o: $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
460setenv.o: config.h $(INCDIR)/ansidecl.h
461sigsetmask.o: $(INCDIR)/ansidecl.h
462sort.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
463 $(INCDIR)/sort.h
464spaces.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
465splay-tree.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
466 $(INCDIR)/splay-tree.h
467strcasecmp.o: $(INCDIR)/ansidecl.h
468strchr.o: $(INCDIR)/ansidecl.h
469strerror.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
470strncasecmp.o: $(INCDIR)/ansidecl.h
471strncmp.o: $(INCDIR)/ansidecl.h
472strrchr.o: $(INCDIR)/ansidecl.h
473strsignal.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
474strtod.o: $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
475strtol.o: config.h $(INCDIR)/safe-ctype.h
476strtoul.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
477ternary.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
478 $(INCDIR)/ternary.h
479vasprintf.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
480vfork.o: $(INCDIR)/ansidecl.h
481vprintf.o: $(INCDIR)/ansidecl.h
482vsprintf.o: $(INCDIR)/ansidecl.h
90aaccd1 483waitpid.o: config.h
cc096b71
DD
484xatexit.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
485xexit.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
486xmalloc.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
487xmemdup.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
488xstrdup.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
489xstrerror.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
This page took 0.161676 seconds and 4 git commands to generate.