*** empty log message ***
[deliverable/binutils-gdb.git] / libiberty / Makefile.in
CommitLineData
252b5132
RH
1#
2# Makefile
7f285245 3# Copyright (C) 1990, 91-99, 2000, 2001, 2002, 2003
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
85b9a938 29libiberty_topdir = @libiberty_topdir@
252b5132
RH
30srcdir = @srcdir@
31VPATH = @srcdir@
32
33prefix = @prefix@
34
35exec_prefix = @exec_prefix@
36bindir = @bindir@
37libdir = @libdir@
50d4562d
DD
38includedir = @includedir@
39target_header_dir = @target_header_dir@
252b5132
RH
40
41SHELL = @SHELL@
42
43# Multilib support variables.
44MULTISRCTOP =
45MULTIBUILDTOP =
46MULTIDIRS =
47MULTISUBDIR =
48MULTIDO = true
49MULTICLEAN = true
50
51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@
53INSTALL_DATA = @INSTALL_DATA@
85b9a938 54mkinstalldirs = $(SHELL) $(libiberty_topdir)/mkinstalldirs
252b5132 55
b39b76b8
DD
56# Some compilers can't handle cc -c blah.c -o foo/blah.o.
57OUTPUT_OPTION = @OUTPUT_OPTION@
58
252b5132
RH
59AR = @AR@
60AR_FLAGS = rc
61
62CC = @CC@
63CFLAGS = @CFLAGS@
64LIBCFLAGS = $(CFLAGS)
65RANLIB = @RANLIB@
39423523
DD
66MAKEINFO = @MAKEINFO@
67PERL = @PERL@
252b5132
RH
68
69PICFLAG =
70
71MAKEOVERRIDES =
72
73TARGETLIB = libiberty.a
cc096b71 74TESTLIB = testlib.a
252b5132
RH
75
76LIBOBJS = @LIBOBJS@
252b5132
RH
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)" \
27a39a5f 88 "DESTDIR=$(DESTDIR)" \
252b5132
RH
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)" \
97 "RANLIB=$(RANLIB)" \
0c0a36a4
ILT
98 "SHELL=$(SHELL)" \
99 "prefix=$(prefix)" \
100 "exec_prefix=$(exec_prefix)" \
101 "libdir=$(libdir)" \
102 "libsubdir=$(libsubdir)" \
103 "tooldir=$(tooldir)"
252b5132 104
0c0a36a4
ILT
105# Subdirectories to recurse into. We need to override this during cleaning
106SUBDIRS = testsuite
107
39423523 108# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
0c0a36a4 109all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
1b67de92 110 @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
252b5132
RH
111
112.PHONY: check installcheck
0c0a36a4
ILT
113check: check-subdir
114installcheck: installcheck-subdir
252b5132
RH
115
116@host_makefile_frag@
117
118INCDIR=$(srcdir)/$(MULTISRCTOP)../include
119
eb383413 120COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
252b5132 121.c.o:
eb383413
L
122 if [ x"$(PICFLAG)" != x ]; then \
123 $(COMPILE.c) $(PICFLAG) $< -o pic/$@; \
124 else true; fi
b39b76b8 125 $(COMPILE.c) $< $(OUTPUT_OPTION)
252b5132 126
252b5132 127# NOTE: If you add new files to the library, add them to this list
cc096b71
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 \
ba61a412 140 lrealpath.c \
2a80c0a4 141 make-relative-prefix.c \
cc096b71
DD
142 make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmove.c \
143 memset.c mkstemps.c \
144 objalloc.c obstack.c \
5a17353c 145 partition.c \
9c2259b8 146 pex-djgpp.c pex-mpw.c pex-msdos.c pex-os2.c \
5a17353c 147 pex-unix.c pex-win32.c \
4938384a 148 physmem.c putenv.c \
cc096b71
DD
149 random.c regex.c rename.c rindex.c \
150 safe-ctype.c setenv.c sigsetmask.c sort.c spaces.c \
151 splay-tree.c strcasecmp.c strchr.c strdup.c strerror.c \
152 strncasecmp.c strncmp.c strrchr.c strsignal.c strstr.c \
153 strtod.c strtol.c strtoul.c \
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 \
ba61a412 169 lrealpath.o \
2a80c0a4 170 make-relative-prefix.o \
cc096b71
DD
171 make-temp-file.o \
172 objalloc.o obstack.o \
4938384a 173 partition.o physmem.o @pexecute@ \
cc096b71
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
30673bf5 178
39423523 179# These are all the objects that configure may add to the library via
cc096b71
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 \
189 memchr.o memcmp.o memcpy.o memmove.o memset.o mkstemps.o \
9c2259b8 190 pex-djgpp.o pex-mpw.o pex-msdos.o pex-os2.o \
5a17353c
DD
191 pex-unix.o pex-win32.o \
192 putenv.o \
cc096b71
DD
193 random.o rename.o rindex.o \
194 setenv.o sigsetmask.o strcasecmp.o strchr.o strdup.o \
195 strncasecmp.o strncmp.o strrchr.o strstr.o strtod.o strtol.o \
196 strtoul.o \
197 tmpnam.o \
198 vasprintf.o vfork.o vfprintf.o vprintf.o vsprintf.o \
199 waitpid.o
39423523 200
50d4562d
DD
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
30673bf5 217$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
3bc62f91 218 -rm -f $(TARGETLIB) pic/$(TARGETLIB)
252b5132 219 $(AR) $(AR_FLAGS) $(TARGETLIB) \
30673bf5 220 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
252b5132 221 $(RANLIB) $(TARGETLIB)
3bc62f91
DD
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
252b5132 229
cc096b71
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
39423523
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
ba19b94f
DD
249# and sorted. Some are here because the sources are imported from
250# elsewhere. Others represent headers in ../include.
5a17353c 251TEXIFILES = fnmatch.txh pexecute.txh
39423523
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
252b5132 269INSTALL_DEST = @INSTALL_DEST@
0c0a36a4 270install: install_to_$(INSTALL_DEST) install-subdir
252b5132
RH
271
272install_to_libdir: all
27a39a5f 273 ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)
4748c6d8
DD
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)
50d4562d
DD
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; \
4748c6d8 282 ${mkinstalldirs} $(DESTDIR)$${thd}; \
50d4562d 283 for h in ${INSTALLED_HEADERS}; do \
4748c6d8 284 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
50d4562d
DD
285 done; \
286 fi
252b5132
RH
287 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
288
289install_to_tooldir: all
7f285245
AO
290 ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory`
291 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory`/$(TARGETLIB)n
292 ( cd $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory` ; $(RANLIB) $(TARGETLIB)n )
293 mv -f $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory`/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/`$$CC -print-multi-os-directory`/$(TARGETLIB)
252b5132
RH
294 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
295
0c0a36a4
ILT
296# needed-list is used by libstdc++. NEEDED is the list of functions
297# to include there. Do not add anything LGPL to this list; libstdc++
298# can't use anything encumbering.
299NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
eb383413 300 strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
0c0a36a4 301 vfork waitpid bcmp bcopy bzero
252b5132 302needed-list: Makefile
0c0a36a4
ILT
303 rm -f needed-list; touch needed-list; \
304 for f in $(NEEDED); do \
305 for g in $(LIBOBJS) $(EXTRA_OFILES); do \
306 case "$$g" in \
307 *$$f*) echo $$g >> needed-list ;; \
308 esac; \
309 done; \
310 done
252b5132
RH
311
312# required-list was used when building a shared bfd/opcodes/libiberty
313# library. I don't know if it used by anything currently.
314required-list: Makefile
315 echo $(REQUIRED_OFILES) > required-list
316
317stamp-picdir:
eb383413 318 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
252b5132
RH
319 mkdir pic; \
320 else true; fi
321 touch stamp-picdir
322
323.PHONY: all etags tags ls clean stage1 stage2
324
0c0a36a4 325etags tags: TAGS etags-subdir
252b5132 326
30673bf5
DD
327TAGS: $(CFILES)
328 etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
252b5132
RH
329
330# The standalone demangler (c++filt) has been moved to binutils.
331demangle:
332 @echo "The standalone demangler, now named c++filt, is now"
333 @echo "a part of binutils."
334 @false
335
336ls:
30673bf5 337 @echo Makefile $(CFILES)
252b5132 338
39423523
DD
339# Various targets for maintainers.
340
341maint-missing :
342 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
343
344maint-buildall : $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
345 @true
346
ba19b94f
DD
347maint-undoc : $(srcdir)/functions.texi
348 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
349
cc096b71
DD
350maint-deps :
351 @$(PERL) $(srcdir)/maint-tool -s $(srcdir) deps $(INCDIR)
352
252b5132
RH
353# Need to deal with profiled libraries, too.
354
0c0a36a4
ILT
355# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
356# multiple times, hence our explicit recursion with an empty SUBDIRS.
357mostlyclean: mostlyclean-subdir
c00c39ed
DD
358 -rm -rf *.o pic core errs \#* *.E a.out
359 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
360 -rm -f $(CONFIG_H) $(NEEDED_LIST) stamp-picdir
39423523
DD
361 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
362 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
363 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
364 -rm -f libtexi.stamp
252b5132 365 @$(MULTICLEAN) multi-clean DO=mostlyclean
0c0a36a4
ILT
366clean: clean-subdir
367 $(MAKE) SUBDIRS="" mostlyclean
c00c39ed 368 -rm -f *.a required-list tmpmulti.out
39423523 369 -rm -f libiberty.dvi libiberty.info* libiberty.html
252b5132 370 @$(MULTICLEAN) multi-clean DO=clean
0c0a36a4
ILT
371distclean: distclean-subdir
372 $(MAKE) SUBDIRS="" clean
252b5132 373 @$(MULTICLEAN) multi-clean DO=distclean
c00c39ed
DD
374 -rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
375 -rm -f config.log
4415a860 376 -rmdir testsuite 2>/dev/null
0c0a36a4
ILT
377maintainer-clean realclean: maintainer-clean-subdir
378 $(MAKE) SUBDIRS="" distclean
252b5132
RH
379
380force:
381
382Makefile: $(srcdir)/Makefile.in config.status
383 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
384
fec50157
DD
385# Depending on Makefile makes sure that config.status has been re-run
386# if needed. This prevents problems with parallel builds.
252b5132 387config.h: stamp-h ; @true
fec50157 388stamp-h: config.in config.status Makefile
252b5132
RH
389 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
390
391config.status: $(srcdir)/configure $(srcdir)/config.table
392 $(SHELL) ./config.status --recheck
393
fec50157
DD
394# Depending on config.h makes sure that config.status has been re-run
395# if needed. This prevents problems with parallel builds, in case
396# subdirectories need to run config.status also.
0c0a36a4
ILT
397all-subdir check-subdir installcheck-subdir info-subdir \
398install-info-subdir clean-info-subdir dvi-subdir install-subdir \
399etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
fec50157 400maintainer-clean-subdir: config.h
010c70e1 401 @subdirs='$(SUBDIRS)'; \
19be4303 402 target=`echo $@ | sed -e 's/-subdir//'`; \
010c70e1 403 for dir in $$subdirs ; do \
578460f2 404 cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \
0c0a36a4
ILT
405 done
406
30673bf5 407$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir
cc096b71
DD
408$(CONFIGURED_OFILES): stamp-picdir
409
410# The dependencies in the remainder of this file are automatically
411# generated by "make maint-deps". Manual edits will be lost.
252b5132 412
cc096b71
DD
413_doprnt.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
414alloca.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
415argv.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
416asprintf.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
252b5132 417atexit.o: config.h
cc096b71
DD
418basename.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
419 $(INCDIR)/safe-ctype.h
420bsearch.o: config.h $(INCDIR)/ansidecl.h
421calloc.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
422choose-temp.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
252b5132 423clock.o: config.h
cc096b71
DD
424concat.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
425copysign.o: $(INCDIR)/ansidecl.h
426cp-demangle.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/demangle.h \
427 $(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h
428cplus-dem.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/demangle.h \
429 $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
430dyn-string.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/dyn-string.h \
431 $(INCDIR)/libiberty.h
432fdmatch.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
433fibheap.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/fibheap.h \
434 $(INCDIR)/libiberty.h
435floatformat.o: $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h
436fnmatch.o: config.h $(INCDIR)/fnmatch.h $(INCDIR)/safe-ctype.h
252b5132
RH
437getcwd.o: config.h
438getopt.o: config.h $(INCDIR)/getopt.h
439getopt1.o: config.h $(INCDIR)/getopt.h
440getpagesize.o: config.h
cc096b71
DD
441getpwd.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
442getruntime.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
443hashtab.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/hashtab.h \
444 $(INCDIR)/libiberty.h
445hex.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
446lbasename.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
447 $(INCDIR)/safe-ctype.h
ba61a412 448lrealpath.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
2a80c0a4 449make-relative-prefix.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
cc096b71
DD
450make-temp-file.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
451md5.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h
452memchr.o: $(INCDIR)/ansidecl.h
453memcmp.o: $(INCDIR)/ansidecl.h
454memcpy.o: $(INCDIR)/ansidecl.h
455memmove.o: $(INCDIR)/ansidecl.h
456memset.o: $(INCDIR)/ansidecl.h
457mkstemps.o: config.h $(INCDIR)/ansidecl.h
458objalloc.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/objalloc.h
252b5132 459obstack.o: config.h $(INCDIR)/obstack.h
cc096b71
DD
460partition.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
461 $(INCDIR)/partition.h
5a17353c
DD
462pex-djgpp.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
463pex-mpw.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
464pex-msdos.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
cc096b71 465 $(INCDIR)/safe-ctype.h
5a17353c
DD
466pex-os2.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
467pex-unix.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
468pex-win32.o: config.h pex-common.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
cc529274 469physmem.o: config.h $(INCDIR)/libiberty.h
cc096b71
DD
470putenv.o: config.h $(INCDIR)/ansidecl.h
471random.o: $(INCDIR)/ansidecl.h
a5d8f731 472regex.o: config.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
90aaccd1 473rename.o: config.h
cc096b71
DD
474safe-ctype.o: $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
475setenv.o: config.h $(INCDIR)/ansidecl.h
476sigsetmask.o: $(INCDIR)/ansidecl.h
477sort.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
478 $(INCDIR)/sort.h
479spaces.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
480splay-tree.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
481 $(INCDIR)/splay-tree.h
482strcasecmp.o: $(INCDIR)/ansidecl.h
483strchr.o: $(INCDIR)/ansidecl.h
484strerror.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
485strncasecmp.o: $(INCDIR)/ansidecl.h
486strncmp.o: $(INCDIR)/ansidecl.h
487strrchr.o: $(INCDIR)/ansidecl.h
488strsignal.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
489strtod.o: $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
490strtol.o: config.h $(INCDIR)/safe-ctype.h
491strtoul.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
492ternary.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
493 $(INCDIR)/ternary.h
494vasprintf.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
495vfork.o: $(INCDIR)/ansidecl.h
496vprintf.o: $(INCDIR)/ansidecl.h
497vsprintf.o: $(INCDIR)/ansidecl.h
90aaccd1 498waitpid.o: config.h
cc096b71
DD
499xatexit.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
500xexit.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
501xmalloc.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
502xmemdup.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
503xstrdup.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
504xstrerror.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
This page took 0.2003 seconds and 4 git commands to generate.