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