* Makefile.in (.NOEXPORT): Move above the autogenerated line.
[external/binutils.git] / libiberty / Makefile.in
1 #
2 # Makefile
3 #   Copyright (C) 1990, 91-99, 2000, 2001, 2002, 2003, 2004
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
29 libiberty_topdir = @libiberty_topdir@
30 srcdir = @srcdir@
31
32 prefix = @prefix@
33
34 exec_prefix = @exec_prefix@
35 bindir = @bindir@
36 libdir = @libdir@
37 includedir = @includedir@
38 target_header_dir = @target_header_dir@
39
40 SHELL = @SHELL@
41
42 # Multilib support variables.
43 MULTISRCTOP =
44 MULTIBUILDTOP =
45 MULTIDIRS =
46 MULTISUBDIR =
47 MULTIDO = true
48 MULTICLEAN = true
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@
52 INSTALL_DATA = @INSTALL_DATA@
53 mkinstalldirs = $(SHELL) $(libiberty_topdir)/mkinstalldirs
54
55 # Some compilers can't handle cc -c blah.c -o foo/blah.o.
56 OUTPUT_OPTION = @OUTPUT_OPTION@
57
58 AR = @AR@
59 AR_FLAGS = rc
60
61 CC = @CC@
62 CFLAGS = @CFLAGS@
63 LIBCFLAGS = $(CFLAGS)
64 RANLIB = @RANLIB@
65 MAKEINFO = @MAKEINFO@
66 PERL = @PERL@
67
68 PICFLAG =
69
70 MAKEOVERRIDES =
71
72 TARGETLIB = ./libiberty.a
73 TESTLIB = ./testlib.a
74
75 LIBOBJS = @LIBOBJS@
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.)
79 EXTRA_OFILES = 
80
81 # Flags to pass to a recursive make.
82 FLAGS_TO_PASS = \
83         "AR=$(AR)" \
84         "AR_FLAGS=$(AR_FLAGS)" \
85         "CC=$(CC)" \
86         "CFLAGS=$(CFLAGS)" \
87         "DESTDIR=$(DESTDIR)" \
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)" \
97         "SHELL=$(SHELL)" \
98         "prefix=$(prefix)" \
99         "exec_prefix=$(exec_prefix)" \
100         "libdir=$(libdir)" \
101         "libsubdir=$(libsubdir)" \
102         "tooldir=$(tooldir)"
103
104 # Subdirectories to recurse into. We need to override this during cleaning
105 SUBDIRS = testsuite
106
107 # FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
108 all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
109         @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
110
111 .PHONY: check installcheck
112 check: check-subdir
113 installcheck: installcheck-subdir
114
115 @host_makefile_frag@
116
117 INCDIR=$(srcdir)/$(MULTISRCTOP)../include
118
119 COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@
120
121 # Just to make sure we don't use a built-in rule with VPATH
122 .c.o:
123         false
124
125 # NOTE: If you add new files to the library, add them to this list
126 # (alphabetical), and add them to REQUIRED_OFILES, or
127 # CONFIGURED_OFILES and funcs in configure.ac.  Also run "make maint-deps"
128 # to build the new rules.
129 CFILES = 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          cp-demint.c 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                                                     \
139         lrealpath.c                                                     \
140         make-relative-prefix.c                                          \
141         make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmove.c     \
142          mempcpy.c memset.c mkstemps.c                                  \
143         objalloc.c obstack.c                                            \
144         partition.c                                                     \
145          pex-djgpp.c pex-mpw.c pex-msdos.c pex-os2.c                    \
146          pex-unix.c pex-win32.c                                         \
147          physmem.c putenv.c                                             \
148         random.c regex.c rename.c rindex.c                              \
149         safe-ctype.c setenv.c sigsetmask.c snprintf.c sort.c spaces.c   \
150          splay-tree.c stpcpy.c stpncpy.c strcasecmp.c strchr.c strdup.c \
151          strerror.c strncasecmp.c strncmp.c strrchr.c strsignal.c       \
152          strstr.c strtod.c strtol.c strtoul.c                           \
153         ternary.c tmpnam.c                                              \
154         vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
155         waitpid.c                                                       \
156         xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
157
158 # These are always included in the library.  The first four are listed
159 # first and by compile time to optimize parallel builds.
160 REQUIRED_OFILES = ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o       \
161         ./alloca.o ./argv.o                                             \
162         ./choose-temp.o ./concat.o ./cp-demint.o                        \
163         ./dyn-string.o                                                  \
164         ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o             \
165         ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o                \
166         ./hashtab.o ./hex.o                                             \
167         ./lbasename.o ./lrealpath.o                                     \
168         ./make-relative-prefix.o ./make-temp-file.o                     \
169         ./objalloc.o ./obstack.o                                        \
170         ./partition.o ./physmem.o @pexecute@                            \
171         ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o  \
172          ./strsignal.o                                                  \
173         ./ternary.o                                                     \
174         ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o       \
175          ./xstrerror.o
176
177 # These are all the objects that configure may add to the library via
178 # $funcs or EXTRA_OFILES.  This list exists here only for "make
179 # maint-missing" and "make check".
180 CONFIGURED_OFILES = ./asprintf.o ./atexit.o                             \
181         ./basename.o ./bcmp.o ./bcopy.o ./bsearch.o ./bzero.o           \
182         ./calloc.o ./clock.o ./copysign.o                               \
183         ./_doprnt.o                                                     \
184         ./ffs.o                                                         \
185         ./getcwd.o ./getpagesize.o                                      \
186         ./index.o ./insque.o                                            \
187         ./memchr.o ./memcmp.o ./memcpy.o ./memmove.o ./mempcpy.o        \
188          ./memset.o ./mkstemps.o                                        \
189         ./pex-djgpp.o ./pex-mpw.o ./pex-msdos.o ./pex-os2.o             \
190          ./pex-unix.o ./pex-win32.o                                     \
191          ./putenv.o                                                     \
192         ./random.o ./rename.o ./rindex.o                                \
193         ./setenv.o ./sigsetmask.o ./snprintf.o ./stpcpy.o ./stpncpy.o   \
194          ./strcasecmp.o ./strchr.o ./strdup.o ./strncasecmp.o           \
195          ./strncmp.o ./strrchr.o ./strstr.o                             \
196          ./strtod.o ./strtol.o ./strtoul.o                              \
197         ./tmpnam.o                                                      \
198         ./vasprintf.o ./vfork.o ./vfprintf.o ./vprintf.o ./vsnprintf.o  \
199          ./vsprintf.o                                                   \
200         ./waitpid.o
201
202 # These files are installed if the library has been configured to do so.
203 INSTALLED_HEADERS =                                                     \
204         $(INCDIR)/ansidecl.h                                            \
205         $(INCDIR)/demangle.h                                            \
206         $(INCDIR)/dyn-string.h                                          \
207         $(INCDIR)/fibheap.h                                             \
208         $(INCDIR)/floatformat.h                                         \
209         $(INCDIR)/hashtab.h                                             \
210         $(INCDIR)/libiberty.h                                           \
211         $(INCDIR)/objalloc.h                                            \
212         $(INCDIR)/partition.h                                           \
213         $(INCDIR)/safe-ctype.h                                          \
214         $(INCDIR)/sort.h                                                \
215         $(INCDIR)/splay-tree.h                                          \
216         $(INCDIR)/ternary.h
217
218 $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
219         -rm -f $(TARGETLIB) pic/$(TARGETLIB)
220         $(AR) $(AR_FLAGS) $(TARGETLIB) \
221           $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
222         $(RANLIB) $(TARGETLIB)
223         if [ x"$(PICFLAG)" != x ]; then \
224           cd pic; \
225           $(AR) $(AR_FLAGS) $(TARGETLIB) \
226             $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
227           $(RANLIB) $(TARGETLIB); \
228           cd ..; \
229         else true; fi
230
231 $(TESTLIB): $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
232         -rm -f $(TESTLIB)
233         $(AR) $(AR_FLAGS) $(TESTLIB) \
234           $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
235         $(RANLIB) $(TESTLIB)
236
237 info: libiberty.info info-subdir
238 install-info: install-info-subdir
239 clean-info: clean-info-subdir
240 dvi: libiberty.dvi dvi-subdir
241 html: libiberty.html
242
243 TEXISRC = \
244         $(srcdir)/libiberty.texi \
245         $(srcdir)/copying-lib.texi \
246         $(srcdir)/obstacks.texi \
247         $(srcdir)/functions.texi
248
249 # Additional files that have texi snippets that need to be collected
250 # and sorted.  Some are here because the sources are imported from
251 # elsewhere.  Others represent headers in ../include.
252 TEXIFILES = fnmatch.txh pexecute.txh
253
254 libiberty.info : $(srcdir)/libiberty.texi $(TEXISRC)
255         $(MAKEINFO) -I$(srcdir) $(srcdir)/libiberty.texi
256
257 libiberty.dvi : $(srcdir)/libiberty.texi $(TEXISRC)
258         texi2dvi $(srcdir)/libiberty.texi
259
260 libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
261         $(MAKEINFO) --no-split --html -I$(srcdir) -o $@ $<
262
263 @MAINT@$(srcdir)/functions.texi : stamp-functions
264 @MAINT@ @true
265
266 @MAINT@stamp-functions : $(CFILES) $(TEXIFILES) $(srcdir)/gather-docs Makefile
267 @MAINT@@HAVE_PERL@      $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
268 @MAINT@ echo stamp > stamp-functions
269
270 INSTALL_DEST = @INSTALL_DEST@
271 install: install_to_$(INSTALL_DEST) install-subdir
272
273 install_to_libdir: all
274         ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)
275         $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
276         ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
277         mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
278         if test -n "${target_header_dir}"; then \
279           case "${target_header_dir}" in \
280             /*)    thd=${target_header_dir};; \
281             *)     thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
282           esac; \
283           ${mkinstalldirs} $(DESTDIR)$${thd}; \
284           for h in ${INSTALLED_HEADERS}; do \
285             ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
286           done; \
287         fi
288         @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
289
290 # This is tricky.  Even though CC in the Makefile contains
291 # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
292 # default multilib, so we have to take LIBCFLAGS into account as well,
293 # since it will be passed the multilib flags.
294 MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
295 install_to_tooldir: all
296         ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)
297         $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n
298         ( cd $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) ; $(RANLIB) $(TARGETLIB)n )
299         mv -f $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)/$(TARGETLIB)
300         @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
301
302 # needed-list is used by libstdc++.  NEEDED is the list of functions
303 # to include there.  Do not add anything LGPL to this list; libstdc++
304 # can't use anything encumbering.
305 NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
306          strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
307          vfork waitpid bcmp bcopy bzero
308 needed-list: Makefile
309         rm -f needed-list; touch needed-list; \
310         for f in $(NEEDED); do \
311           for g in $(LIBOBJS) $(EXTRA_OFILES); do \
312             case "$$g" in \
313               *$$f*) echo $$g >> needed-list ;; \
314             esac; \
315           done; \
316         done
317
318 # required-list was used when building a shared bfd/opcodes/libiberty
319 # library.  I don't know if it used by anything currently.
320 required-list: Makefile
321         echo $(REQUIRED_OFILES) > required-list
322
323 stamp-picdir:
324         if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
325           mkdir pic; \
326         else true; fi
327         touch stamp-picdir
328
329 .PHONY: all etags tags ls clean stage1 stage2
330
331 etags tags: TAGS etags-subdir
332
333 TAGS: $(CFILES)
334         etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done`
335
336 # The standalone demangler (c++filt) has been moved to binutils.
337 demangle:
338         @echo "The standalone demangler, now named c++filt, is now"
339         @echo "a part of binutils."
340         @false
341
342 ls:
343         @echo Makefile $(CFILES)
344
345 # Various targets for maintainers.
346
347 maint-missing :
348         @$(PERL) $(srcdir)/maint-tool -s $(srcdir) missing $(CFILES) $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
349
350 maint-buildall : $(REQUIRED_OFILES) $(CONFIGURED_OFILES)
351         @true
352
353 maint-undoc : $(srcdir)/functions.texi
354         @$(PERL) $(srcdir)/maint-tool -s $(srcdir) undoc
355
356 maint-deps :
357         @$(PERL) $(srcdir)/maint-tool -s $(srcdir) deps $(INCDIR)
358
359 # Need to deal with profiled libraries, too.
360
361 # Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
362 # multiple times, hence our explicit recursion with an empty SUBDIRS.
363 mostlyclean: mostlyclean-subdir
364         -rm -rf *.o pic core errs \#* *.E a.out
365         -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
366         -rm -f $(CONFIG_H) $(NEEDED_LIST) stamp-picdir
367         -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
368         -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
369         -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
370         -rm -f libtexi.stamp
371         @$(MULTICLEAN) multi-clean DO=mostlyclean
372 clean: clean-subdir
373         $(MAKE) SUBDIRS="" mostlyclean
374         -rm -f *.a required-list tmpmulti.out
375         -rm -f libiberty.dvi libiberty.info* libiberty.html
376         @$(MULTICLEAN) multi-clean DO=clean
377 distclean: distclean-subdir
378         $(MAKE) SUBDIRS="" clean
379         @$(MULTICLEAN) multi-clean DO=distclean
380         -rm -f *~ Makefile config.cache config.status xhost-mkfrag TAGS multilib.out
381         -rm -f config.log
382         -rmdir testsuite 2>/dev/null
383 maintainer-clean realclean: maintainer-clean-subdir
384         $(MAKE) SUBDIRS="" distclean
385
386 force:
387
388 Makefile: $(srcdir)/Makefile.in config.status
389         CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
390
391 # Depending on Makefile makes sure that config.status has been re-run
392 # if needed.  This prevents problems with parallel builds.
393 config.h: stamp-h ; @true
394 stamp-h: $(srcdir)/config.in config.status Makefile
395         CONFIG_FILES= CONFIG_HEADERS=config.h:$(srcdir)/config.in $(SHELL) ./config.status
396
397 config.status: $(srcdir)/configure $(srcdir)/config.table
398         $(SHELL) ./config.status --recheck
399
400 # Depending on config.h makes sure that config.status has been re-run
401 # if needed.  This prevents problems with parallel builds, in case
402 # subdirectories need to run config.status also.
403 all-subdir check-subdir installcheck-subdir info-subdir \
404 install-info-subdir clean-info-subdir dvi-subdir install-subdir \
405 etags-subdir mostlyclean-subdir clean-subdir distclean-subdir \
406 maintainer-clean-subdir: config.h
407         @subdirs='$(SUBDIRS)'; \
408         target=`echo $@ | sed -e 's/-subdir//'`; \
409         for dir in $$subdirs ; do \
410           cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \
411         done
412
413 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir
414 $(CONFIGURED_OFILES): stamp-picdir
415
416 # Don't export variables to the environment, in order to not confuse
417 # configure.
418 .NOEXPORT:
419
420 # The dependencies in the remainder of this file are automatically
421 # generated by "make maint-deps".  Manual edits will be lost.
422
423 ./_doprnt.o: $(srcdir)/_doprnt.c config.h $(INCDIR)/ansidecl.h \
424         $(INCDIR)/safe-ctype.h
425         if [ x"$(PICFLAG)" != x ]; then \
426           $(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \
427         else true; fi
428         $(COMPILE.c) $(srcdir)/_doprnt.c $(OUTPUT_OPTION)
429
430 ./alloca.o: $(srcdir)/alloca.c config.h $(INCDIR)/ansidecl.h \
431         $(INCDIR)/libiberty.h
432         if [ x"$(PICFLAG)" != x ]; then \
433           $(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
434         else true; fi
435         $(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
436
437 ./argv.o: $(srcdir)/argv.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
438         if [ x"$(PICFLAG)" != x ]; then \
439           $(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \
440         else true; fi
441         $(COMPILE.c) $(srcdir)/argv.c $(OUTPUT_OPTION)
442
443 ./asprintf.o: $(srcdir)/asprintf.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
444         if [ x"$(PICFLAG)" != x ]; then \
445           $(COMPILE.c) $(PICFLAG) $(srcdir)/asprintf.c -o pic/$@; \
446         else true; fi
447         $(COMPILE.c) $(srcdir)/asprintf.c $(OUTPUT_OPTION)
448
449 ./atexit.o: $(srcdir)/atexit.c config.h
450         if [ x"$(PICFLAG)" != x ]; then \
451           $(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \
452         else true; fi
453         $(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
454
455 ./basename.o: $(srcdir)/basename.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
456         $(INCDIR)/safe-ctype.h
457         if [ x"$(PICFLAG)" != x ]; then \
458           $(COMPILE.c) $(PICFLAG) $(srcdir)/basename.c -o pic/$@; \
459         else true; fi
460         $(COMPILE.c) $(srcdir)/basename.c $(OUTPUT_OPTION)
461
462 ./bcmp.o: $(srcdir)/bcmp.c
463         if [ x"$(PICFLAG)" != x ]; then \
464           $(COMPILE.c) $(PICFLAG) $(srcdir)/bcmp.c -o pic/$@; \
465         else true; fi
466         $(COMPILE.c) $(srcdir)/bcmp.c $(OUTPUT_OPTION)
467
468 ./bcopy.o: $(srcdir)/bcopy.c
469         if [ x"$(PICFLAG)" != x ]; then \
470           $(COMPILE.c) $(PICFLAG) $(srcdir)/bcopy.c -o pic/$@; \
471         else true; fi
472         $(COMPILE.c) $(srcdir)/bcopy.c $(OUTPUT_OPTION)
473
474 ./bsearch.o: $(srcdir)/bsearch.c config.h $(INCDIR)/ansidecl.h
475         if [ x"$(PICFLAG)" != x ]; then \
476           $(COMPILE.c) $(PICFLAG) $(srcdir)/bsearch.c -o pic/$@; \
477         else true; fi
478         $(COMPILE.c) $(srcdir)/bsearch.c $(OUTPUT_OPTION)
479
480 ./bzero.o: $(srcdir)/bzero.c
481         if [ x"$(PICFLAG)" != x ]; then \
482           $(COMPILE.c) $(PICFLAG) $(srcdir)/bzero.c -o pic/$@; \
483         else true; fi
484         $(COMPILE.c) $(srcdir)/bzero.c $(OUTPUT_OPTION)
485
486 ./calloc.o: $(srcdir)/calloc.c $(INCDIR)/ansidecl.h
487         if [ x"$(PICFLAG)" != x ]; then \
488           $(COMPILE.c) $(PICFLAG) $(srcdir)/calloc.c -o pic/$@; \
489         else true; fi
490         $(COMPILE.c) $(srcdir)/calloc.c $(OUTPUT_OPTION)
491
492 ./choose-temp.o: $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \
493         $(INCDIR)/libiberty.h
494         if [ x"$(PICFLAG)" != x ]; then \
495           $(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
496         else true; fi
497         $(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
498
499 ./clock.o: $(srcdir)/clock.c config.h
500         if [ x"$(PICFLAG)" != x ]; then \
501           $(COMPILE.c) $(PICFLAG) $(srcdir)/clock.c -o pic/$@; \
502         else true; fi
503         $(COMPILE.c) $(srcdir)/clock.c $(OUTPUT_OPTION)
504
505 ./concat.o: $(srcdir)/concat.c config.h $(INCDIR)/ansidecl.h \
506         $(INCDIR)/libiberty.h
507         if [ x"$(PICFLAG)" != x ]; then \
508           $(COMPILE.c) $(PICFLAG) $(srcdir)/concat.c -o pic/$@; \
509         else true; fi
510         $(COMPILE.c) $(srcdir)/concat.c $(OUTPUT_OPTION)
511
512 ./copysign.o: $(srcdir)/copysign.c $(INCDIR)/ansidecl.h
513         if [ x"$(PICFLAG)" != x ]; then \
514           $(COMPILE.c) $(PICFLAG) $(srcdir)/copysign.c -o pic/$@; \
515         else true; fi
516         $(COMPILE.c) $(srcdir)/copysign.c $(OUTPUT_OPTION)
517
518 ./cp-demangle.o: $(srcdir)/cp-demangle.c config.h $(INCDIR)/ansidecl.h \
519         $(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
520         $(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h
521         if [ x"$(PICFLAG)" != x ]; then \
522           $(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demangle.c -o pic/$@; \
523         else true; fi
524         $(COMPILE.c) $(srcdir)/cp-demangle.c $(OUTPUT_OPTION)
525
526 ./cp-demint.o: $(srcdir)/cp-demint.c config.h $(INCDIR)/ansidecl.h \
527         $(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
528         $(INCDIR)/libiberty.h
529         if [ x"$(PICFLAG)" != x ]; then \
530           $(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demint.c -o pic/$@; \
531         else true; fi
532         $(COMPILE.c) $(srcdir)/cp-demint.c $(OUTPUT_OPTION)
533
534 ./cplus-dem.o: $(srcdir)/cplus-dem.c config.h $(INCDIR)/ansidecl.h \
535         $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
536         $(INCDIR)/safe-ctype.h
537         if [ x"$(PICFLAG)" != x ]; then \
538           $(COMPILE.c) $(PICFLAG) $(srcdir)/cplus-dem.c -o pic/$@; \
539         else true; fi
540         $(COMPILE.c) $(srcdir)/cplus-dem.c $(OUTPUT_OPTION)
541
542 ./dyn-string.o: $(srcdir)/dyn-string.c config.h $(INCDIR)/ansidecl.h \
543         $(INCDIR)/dyn-string.h $(INCDIR)/libiberty.h
544         if [ x"$(PICFLAG)" != x ]; then \
545           $(COMPILE.c) $(PICFLAG) $(srcdir)/dyn-string.c -o pic/$@; \
546         else true; fi
547         $(COMPILE.c) $(srcdir)/dyn-string.c $(OUTPUT_OPTION)
548
549 ./fdmatch.o: $(srcdir)/fdmatch.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
550         if [ x"$(PICFLAG)" != x ]; then \
551           $(COMPILE.c) $(PICFLAG) $(srcdir)/fdmatch.c -o pic/$@; \
552         else true; fi
553         $(COMPILE.c) $(srcdir)/fdmatch.c $(OUTPUT_OPTION)
554
555 ./ffs.o: $(srcdir)/ffs.c
556         if [ x"$(PICFLAG)" != x ]; then \
557           $(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \
558         else true; fi
559         $(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION)
560
561 ./fibheap.o: $(srcdir)/fibheap.c config.h $(INCDIR)/ansidecl.h \
562         $(INCDIR)/fibheap.h $(INCDIR)/libiberty.h
563         if [ x"$(PICFLAG)" != x ]; then \
564           $(COMPILE.c) $(PICFLAG) $(srcdir)/fibheap.c -o pic/$@; \
565         else true; fi
566         $(COMPILE.c) $(srcdir)/fibheap.c $(OUTPUT_OPTION)
567
568 ./floatformat.o: $(srcdir)/floatformat.c config.h $(INCDIR)/ansidecl.h \
569         $(INCDIR)/floatformat.h $(INCDIR)/libiberty.h
570         if [ x"$(PICFLAG)" != x ]; then \
571           $(COMPILE.c) $(PICFLAG) $(srcdir)/floatformat.c -o pic/$@; \
572         else true; fi
573         $(COMPILE.c) $(srcdir)/floatformat.c $(OUTPUT_OPTION)
574
575 ./fnmatch.o: $(srcdir)/fnmatch.c config.h $(INCDIR)/fnmatch.h \
576         $(INCDIR)/safe-ctype.h
577         if [ x"$(PICFLAG)" != x ]; then \
578           $(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \
579         else true; fi
580         $(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION)
581
582 ./getcwd.o: $(srcdir)/getcwd.c config.h
583         if [ x"$(PICFLAG)" != x ]; then \
584           $(COMPILE.c) $(PICFLAG) $(srcdir)/getcwd.c -o pic/$@; \
585         else true; fi
586         $(COMPILE.c) $(srcdir)/getcwd.c $(OUTPUT_OPTION)
587
588 ./getopt.o: $(srcdir)/getopt.c config.h $(INCDIR)/getopt.h
589         if [ x"$(PICFLAG)" != x ]; then \
590           $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \
591         else true; fi
592         $(COMPILE.c) $(srcdir)/getopt.c $(OUTPUT_OPTION)
593
594 ./getopt1.o: $(srcdir)/getopt1.c config.h $(INCDIR)/getopt.h
595         if [ x"$(PICFLAG)" != x ]; then \
596           $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt1.c -o pic/$@; \
597         else true; fi
598         $(COMPILE.c) $(srcdir)/getopt1.c $(OUTPUT_OPTION)
599
600 ./getpagesize.o: $(srcdir)/getpagesize.c config.h
601         if [ x"$(PICFLAG)" != x ]; then \
602           $(COMPILE.c) $(PICFLAG) $(srcdir)/getpagesize.c -o pic/$@; \
603         else true; fi
604         $(COMPILE.c) $(srcdir)/getpagesize.c $(OUTPUT_OPTION)
605
606 ./getpwd.o: $(srcdir)/getpwd.c config.h $(INCDIR)/ansidecl.h \
607         $(INCDIR)/libiberty.h
608         if [ x"$(PICFLAG)" != x ]; then \
609           $(COMPILE.c) $(PICFLAG) $(srcdir)/getpwd.c -o pic/$@; \
610         else true; fi
611         $(COMPILE.c) $(srcdir)/getpwd.c $(OUTPUT_OPTION)
612
613 ./getruntime.o: $(srcdir)/getruntime.c config.h $(INCDIR)/ansidecl.h \
614         $(INCDIR)/libiberty.h
615         if [ x"$(PICFLAG)" != x ]; then \
616           $(COMPILE.c) $(PICFLAG) $(srcdir)/getruntime.c -o pic/$@; \
617         else true; fi
618         $(COMPILE.c) $(srcdir)/getruntime.c $(OUTPUT_OPTION)
619
620 ./hashtab.o: $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \
621         $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
622         if [ x"$(PICFLAG)" != x ]; then \
623           $(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
624         else true; fi
625         $(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
626
627 ./hex.o: $(srcdir)/hex.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
628         $(INCDIR)/safe-ctype.h
629         if [ x"$(PICFLAG)" != x ]; then \
630           $(COMPILE.c) $(PICFLAG) $(srcdir)/hex.c -o pic/$@; \
631         else true; fi
632         $(COMPILE.c) $(srcdir)/hex.c $(OUTPUT_OPTION)
633
634 ./index.o: $(srcdir)/index.c
635         if [ x"$(PICFLAG)" != x ]; then \
636           $(COMPILE.c) $(PICFLAG) $(srcdir)/index.c -o pic/$@; \
637         else true; fi
638         $(COMPILE.c) $(srcdir)/index.c $(OUTPUT_OPTION)
639
640 ./insque.o: $(srcdir)/insque.c
641         if [ x"$(PICFLAG)" != x ]; then \
642           $(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \
643         else true; fi
644         $(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
645
646 ./lbasename.o: $(srcdir)/lbasename.c $(INCDIR)/ansidecl.h $(INCDIR)/filenames.h \
647         $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
648         if [ x"$(PICFLAG)" != x ]; then \
649           $(COMPILE.c) $(PICFLAG) $(srcdir)/lbasename.c -o pic/$@; \
650         else true; fi
651         $(COMPILE.c) $(srcdir)/lbasename.c $(OUTPUT_OPTION)
652
653 ./lrealpath.o: $(srcdir)/lrealpath.c config.h $(INCDIR)/ansidecl.h \
654         $(INCDIR)/libiberty.h
655         if [ x"$(PICFLAG)" != x ]; then \
656           $(COMPILE.c) $(PICFLAG) $(srcdir)/lrealpath.c -o pic/$@; \
657         else true; fi
658         $(COMPILE.c) $(srcdir)/lrealpath.c $(OUTPUT_OPTION)
659
660 ./make-relative-prefix.o: $(srcdir)/make-relative-prefix.c config.h \
661         $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
662         if [ x"$(PICFLAG)" != x ]; then \
663           $(COMPILE.c) $(PICFLAG) $(srcdir)/make-relative-prefix.c -o pic/$@; \
664         else true; fi
665         $(COMPILE.c) $(srcdir)/make-relative-prefix.c $(OUTPUT_OPTION)
666
667 ./make-temp-file.o: $(srcdir)/make-temp-file.c config.h $(INCDIR)/ansidecl.h \
668         $(INCDIR)/libiberty.h
669         if [ x"$(PICFLAG)" != x ]; then \
670           $(COMPILE.c) $(PICFLAG) $(srcdir)/make-temp-file.c -o pic/$@; \
671         else true; fi
672         $(COMPILE.c) $(srcdir)/make-temp-file.c $(OUTPUT_OPTION)
673
674 ./md5.o: $(srcdir)/md5.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h
675         if [ x"$(PICFLAG)" != x ]; then \
676           $(COMPILE.c) $(PICFLAG) $(srcdir)/md5.c -o pic/$@; \
677         else true; fi
678         $(COMPILE.c) $(srcdir)/md5.c $(OUTPUT_OPTION)
679
680 ./memchr.o: $(srcdir)/memchr.c $(INCDIR)/ansidecl.h
681         if [ x"$(PICFLAG)" != x ]; then \
682           $(COMPILE.c) $(PICFLAG) $(srcdir)/memchr.c -o pic/$@; \
683         else true; fi
684         $(COMPILE.c) $(srcdir)/memchr.c $(OUTPUT_OPTION)
685
686 ./memcmp.o: $(srcdir)/memcmp.c $(INCDIR)/ansidecl.h
687         if [ x"$(PICFLAG)" != x ]; then \
688           $(COMPILE.c) $(PICFLAG) $(srcdir)/memcmp.c -o pic/$@; \
689         else true; fi
690         $(COMPILE.c) $(srcdir)/memcmp.c $(OUTPUT_OPTION)
691
692 ./memcpy.o: $(srcdir)/memcpy.c $(INCDIR)/ansidecl.h
693         if [ x"$(PICFLAG)" != x ]; then \
694           $(COMPILE.c) $(PICFLAG) $(srcdir)/memcpy.c -o pic/$@; \
695         else true; fi
696         $(COMPILE.c) $(srcdir)/memcpy.c $(OUTPUT_OPTION)
697
698 ./memmove.o: $(srcdir)/memmove.c $(INCDIR)/ansidecl.h
699         if [ x"$(PICFLAG)" != x ]; then \
700           $(COMPILE.c) $(PICFLAG) $(srcdir)/memmove.c -o pic/$@; \
701         else true; fi
702         $(COMPILE.c) $(srcdir)/memmove.c $(OUTPUT_OPTION)
703
704 ./mempcpy.o: $(srcdir)/mempcpy.c $(INCDIR)/ansidecl.h
705         if [ x"$(PICFLAG)" != x ]; then \
706           $(COMPILE.c) $(PICFLAG) $(srcdir)/mempcpy.c -o pic/$@; \
707         else true; fi
708         $(COMPILE.c) $(srcdir)/mempcpy.c $(OUTPUT_OPTION)
709
710 ./memset.o: $(srcdir)/memset.c $(INCDIR)/ansidecl.h
711         if [ x"$(PICFLAG)" != x ]; then \
712           $(COMPILE.c) $(PICFLAG) $(srcdir)/memset.c -o pic/$@; \
713         else true; fi
714         $(COMPILE.c) $(srcdir)/memset.c $(OUTPUT_OPTION)
715
716 ./mkstemps.o: $(srcdir)/mkstemps.c config.h $(INCDIR)/ansidecl.h
717         if [ x"$(PICFLAG)" != x ]; then \
718           $(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \
719         else true; fi
720         $(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION)
721
722 ./mpw.o: $(srcdir)/mpw.c
723         if [ x"$(PICFLAG)" != x ]; then \
724           $(COMPILE.c) $(PICFLAG) $(srcdir)/mpw.c -o pic/$@; \
725         else true; fi
726         $(COMPILE.c) $(srcdir)/mpw.c $(OUTPUT_OPTION)
727
728 ./msdos.o: $(srcdir)/msdos.c
729         if [ x"$(PICFLAG)" != x ]; then \
730           $(COMPILE.c) $(PICFLAG) $(srcdir)/msdos.c -o pic/$@; \
731         else true; fi
732         $(COMPILE.c) $(srcdir)/msdos.c $(OUTPUT_OPTION)
733
734 ./objalloc.o: $(srcdir)/objalloc.c config.h $(INCDIR)/ansidecl.h \
735         $(INCDIR)/objalloc.h
736         if [ x"$(PICFLAG)" != x ]; then \
737           $(COMPILE.c) $(PICFLAG) $(srcdir)/objalloc.c -o pic/$@; \
738         else true; fi
739         $(COMPILE.c) $(srcdir)/objalloc.c $(OUTPUT_OPTION)
740
741 ./obstack.o: $(srcdir)/obstack.c config.h $(INCDIR)/obstack.h
742         if [ x"$(PICFLAG)" != x ]; then \
743           $(COMPILE.c) $(PICFLAG) $(srcdir)/obstack.c -o pic/$@; \
744         else true; fi
745         $(COMPILE.c) $(srcdir)/obstack.c $(OUTPUT_OPTION)
746
747 ./partition.o: $(srcdir)/partition.c config.h $(INCDIR)/ansidecl.h \
748         $(INCDIR)/libiberty.h $(INCDIR)/partition.h
749         if [ x"$(PICFLAG)" != x ]; then \
750           $(COMPILE.c) $(PICFLAG) $(srcdir)/partition.c -o pic/$@; \
751         else true; fi
752         $(COMPILE.c) $(srcdir)/partition.c $(OUTPUT_OPTION)
753
754 ./pex-djgpp.o: $(srcdir)/pex-djgpp.c config.h $(INCDIR)/ansidecl.h \
755         $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
756         if [ x"$(PICFLAG)" != x ]; then \
757           $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-djgpp.c -o pic/$@; \
758         else true; fi
759         $(COMPILE.c) $(srcdir)/pex-djgpp.c $(OUTPUT_OPTION)
760
761 ./pex-mpw.o: $(srcdir)/pex-mpw.c config.h $(INCDIR)/ansidecl.h \
762         $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
763         if [ x"$(PICFLAG)" != x ]; then \
764           $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-mpw.c -o pic/$@; \
765         else true; fi
766         $(COMPILE.c) $(srcdir)/pex-mpw.c $(OUTPUT_OPTION)
767
768 ./pex-msdos.o: $(srcdir)/pex-msdos.c config.h $(INCDIR)/ansidecl.h \
769         $(INCDIR)/libiberty.h $(srcdir)/pex-common.h \
770         $(INCDIR)/safe-ctype.h
771         if [ x"$(PICFLAG)" != x ]; then \
772           $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-msdos.c -o pic/$@; \
773         else true; fi
774         $(COMPILE.c) $(srcdir)/pex-msdos.c $(OUTPUT_OPTION)
775
776 ./pex-os2.o: $(srcdir)/pex-os2.c config.h $(INCDIR)/ansidecl.h \
777         $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
778         if [ x"$(PICFLAG)" != x ]; then \
779           $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-os2.c -o pic/$@; \
780         else true; fi
781         $(COMPILE.c) $(srcdir)/pex-os2.c $(OUTPUT_OPTION)
782
783 ./pex-unix.o: $(srcdir)/pex-unix.c config.h $(INCDIR)/ansidecl.h \
784         $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
785         if [ x"$(PICFLAG)" != x ]; then \
786           $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-unix.c -o pic/$@; \
787         else true; fi
788         $(COMPILE.c) $(srcdir)/pex-unix.c $(OUTPUT_OPTION)
789
790 ./pex-win32.o: $(srcdir)/pex-win32.c config.h $(INCDIR)/ansidecl.h \
791         $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
792         if [ x"$(PICFLAG)" != x ]; then \
793           $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-win32.c -o pic/$@; \
794         else true; fi
795         $(COMPILE.c) $(srcdir)/pex-win32.c $(OUTPUT_OPTION)
796
797 ./physmem.o: $(srcdir)/physmem.c config.h $(INCDIR)/ansidecl.h \
798         $(INCDIR)/libiberty.h
799         if [ x"$(PICFLAG)" != x ]; then \
800           $(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \
801         else true; fi
802         $(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
803
804 ./putenv.o: $(srcdir)/putenv.c config.h $(INCDIR)/ansidecl.h
805         if [ x"$(PICFLAG)" != x ]; then \
806           $(COMPILE.c) $(PICFLAG) $(srcdir)/putenv.c -o pic/$@; \
807         else true; fi
808         $(COMPILE.c) $(srcdir)/putenv.c $(OUTPUT_OPTION)
809
810 ./random.o: $(srcdir)/random.c $(INCDIR)/ansidecl.h
811         if [ x"$(PICFLAG)" != x ]; then \
812           $(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \
813         else true; fi
814         $(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION)
815
816 ./regex.o: $(srcdir)/regex.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
817         $(INCDIR)/xregex2.h
818         if [ x"$(PICFLAG)" != x ]; then \
819           $(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \
820         else true; fi
821         $(COMPILE.c) $(srcdir)/regex.c $(OUTPUT_OPTION)
822
823 ./rename.o: $(srcdir)/rename.c config.h $(INCDIR)/ansidecl.h
824         if [ x"$(PICFLAG)" != x ]; then \
825           $(COMPILE.c) $(PICFLAG) $(srcdir)/rename.c -o pic/$@; \
826         else true; fi
827         $(COMPILE.c) $(srcdir)/rename.c $(OUTPUT_OPTION)
828
829 ./rindex.o: $(srcdir)/rindex.c
830         if [ x"$(PICFLAG)" != x ]; then \
831           $(COMPILE.c) $(PICFLAG) $(srcdir)/rindex.c -o pic/$@; \
832         else true; fi
833         $(COMPILE.c) $(srcdir)/rindex.c $(OUTPUT_OPTION)
834
835 ./safe-ctype.o: $(srcdir)/safe-ctype.c $(INCDIR)/ansidecl.h \
836         $(INCDIR)/safe-ctype.h
837         if [ x"$(PICFLAG)" != x ]; then \
838           $(COMPILE.c) $(PICFLAG) $(srcdir)/safe-ctype.c -o pic/$@; \
839         else true; fi
840         $(COMPILE.c) $(srcdir)/safe-ctype.c $(OUTPUT_OPTION)
841
842 ./setenv.o: $(srcdir)/setenv.c config.h $(INCDIR)/ansidecl.h
843         if [ x"$(PICFLAG)" != x ]; then \
844           $(COMPILE.c) $(PICFLAG) $(srcdir)/setenv.c -o pic/$@; \
845         else true; fi
846         $(COMPILE.c) $(srcdir)/setenv.c $(OUTPUT_OPTION)
847
848 ./sigsetmask.o: $(srcdir)/sigsetmask.c $(INCDIR)/ansidecl.h
849         if [ x"$(PICFLAG)" != x ]; then \
850           $(COMPILE.c) $(PICFLAG) $(srcdir)/sigsetmask.c -o pic/$@; \
851         else true; fi
852         $(COMPILE.c) $(srcdir)/sigsetmask.c $(OUTPUT_OPTION)
853
854 ./snprintf.o: $(srcdir)/snprintf.c $(INCDIR)/ansidecl.h
855         if [ x"$(PICFLAG)" != x ]; then \
856           $(COMPILE.c) $(PICFLAG) $(srcdir)/snprintf.c -o pic/$@; \
857         else true; fi
858         $(COMPILE.c) $(srcdir)/snprintf.c $(OUTPUT_OPTION)
859
860 ./sort.o: $(srcdir)/sort.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
861         $(INCDIR)/sort.h
862         if [ x"$(PICFLAG)" != x ]; then \
863           $(COMPILE.c) $(PICFLAG) $(srcdir)/sort.c -o pic/$@; \
864         else true; fi
865         $(COMPILE.c) $(srcdir)/sort.c $(OUTPUT_OPTION)
866
867 ./spaces.o: $(srcdir)/spaces.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
868         if [ x"$(PICFLAG)" != x ]; then \
869           $(COMPILE.c) $(PICFLAG) $(srcdir)/spaces.c -o pic/$@; \
870         else true; fi
871         $(COMPILE.c) $(srcdir)/spaces.c $(OUTPUT_OPTION)
872
873 ./splay-tree.o: $(srcdir)/splay-tree.c config.h $(INCDIR)/ansidecl.h \
874         $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h
875         if [ x"$(PICFLAG)" != x ]; then \
876           $(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \
877         else true; fi
878         $(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION)
879
880 ./stpcpy.o: $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h
881         if [ x"$(PICFLAG)" != x ]; then \
882           $(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \
883         else true; fi
884         $(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION)
885
886 ./stpncpy.o: $(srcdir)/stpncpy.c $(INCDIR)/ansidecl.h
887         if [ x"$(PICFLAG)" != x ]; then \
888           $(COMPILE.c) $(PICFLAG) $(srcdir)/stpncpy.c -o pic/$@; \
889         else true; fi
890         $(COMPILE.c) $(srcdir)/stpncpy.c $(OUTPUT_OPTION)
891
892 ./strcasecmp.o: $(srcdir)/strcasecmp.c $(INCDIR)/ansidecl.h
893         if [ x"$(PICFLAG)" != x ]; then \
894           $(COMPILE.c) $(PICFLAG) $(srcdir)/strcasecmp.c -o pic/$@; \
895         else true; fi
896         $(COMPILE.c) $(srcdir)/strcasecmp.c $(OUTPUT_OPTION)
897
898 ./strchr.o: $(srcdir)/strchr.c $(INCDIR)/ansidecl.h
899         if [ x"$(PICFLAG)" != x ]; then \
900           $(COMPILE.c) $(PICFLAG) $(srcdir)/strchr.c -o pic/$@; \
901         else true; fi
902         $(COMPILE.c) $(srcdir)/strchr.c $(OUTPUT_OPTION)
903
904 ./strdup.o: $(srcdir)/strdup.c $(INCDIR)/ansidecl.h
905         if [ x"$(PICFLAG)" != x ]; then \
906           $(COMPILE.c) $(PICFLAG) $(srcdir)/strdup.c -o pic/$@; \
907         else true; fi
908         $(COMPILE.c) $(srcdir)/strdup.c $(OUTPUT_OPTION)
909
910 ./strerror.o: $(srcdir)/strerror.c config.h $(INCDIR)/ansidecl.h \
911         $(INCDIR)/libiberty.h
912         if [ x"$(PICFLAG)" != x ]; then \
913           $(COMPILE.c) $(PICFLAG) $(srcdir)/strerror.c -o pic/$@; \
914         else true; fi
915         $(COMPILE.c) $(srcdir)/strerror.c $(OUTPUT_OPTION)
916
917 ./strncasecmp.o: $(srcdir)/strncasecmp.c $(INCDIR)/ansidecl.h
918         if [ x"$(PICFLAG)" != x ]; then \
919           $(COMPILE.c) $(PICFLAG) $(srcdir)/strncasecmp.c -o pic/$@; \
920         else true; fi
921         $(COMPILE.c) $(srcdir)/strncasecmp.c $(OUTPUT_OPTION)
922
923 ./strncmp.o: $(srcdir)/strncmp.c $(INCDIR)/ansidecl.h
924         if [ x"$(PICFLAG)" != x ]; then \
925           $(COMPILE.c) $(PICFLAG) $(srcdir)/strncmp.c -o pic/$@; \
926         else true; fi
927         $(COMPILE.c) $(srcdir)/strncmp.c $(OUTPUT_OPTION)
928
929 ./strrchr.o: $(srcdir)/strrchr.c $(INCDIR)/ansidecl.h
930         if [ x"$(PICFLAG)" != x ]; then \
931           $(COMPILE.c) $(PICFLAG) $(srcdir)/strrchr.c -o pic/$@; \
932         else true; fi
933         $(COMPILE.c) $(srcdir)/strrchr.c $(OUTPUT_OPTION)
934
935 ./strsignal.o: $(srcdir)/strsignal.c config.h $(INCDIR)/ansidecl.h \
936         $(INCDIR)/libiberty.h
937         if [ x"$(PICFLAG)" != x ]; then \
938           $(COMPILE.c) $(PICFLAG) $(srcdir)/strsignal.c -o pic/$@; \
939         else true; fi
940         $(COMPILE.c) $(srcdir)/strsignal.c $(OUTPUT_OPTION)
941
942 ./strstr.o: $(srcdir)/strstr.c
943         if [ x"$(PICFLAG)" != x ]; then \
944           $(COMPILE.c) $(PICFLAG) $(srcdir)/strstr.c -o pic/$@; \
945         else true; fi
946         $(COMPILE.c) $(srcdir)/strstr.c $(OUTPUT_OPTION)
947
948 ./strtod.o: $(srcdir)/strtod.c $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
949         if [ x"$(PICFLAG)" != x ]; then \
950           $(COMPILE.c) $(PICFLAG) $(srcdir)/strtod.c -o pic/$@; \
951         else true; fi
952         $(COMPILE.c) $(srcdir)/strtod.c $(OUTPUT_OPTION)
953
954 ./strtol.o: $(srcdir)/strtol.c config.h $(INCDIR)/safe-ctype.h
955         if [ x"$(PICFLAG)" != x ]; then \
956           $(COMPILE.c) $(PICFLAG) $(srcdir)/strtol.c -o pic/$@; \
957         else true; fi
958         $(COMPILE.c) $(srcdir)/strtol.c $(OUTPUT_OPTION)
959
960 ./strtoul.o: $(srcdir)/strtoul.c config.h $(INCDIR)/ansidecl.h \
961         $(INCDIR)/safe-ctype.h
962         if [ x"$(PICFLAG)" != x ]; then \
963           $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \
964         else true; fi
965         $(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
966
967 ./ternary.o: $(srcdir)/ternary.c config.h $(INCDIR)/ansidecl.h \
968         $(INCDIR)/libiberty.h $(INCDIR)/ternary.h
969         if [ x"$(PICFLAG)" != x ]; then \
970           $(COMPILE.c) $(PICFLAG) $(srcdir)/ternary.c -o pic/$@; \
971         else true; fi
972         $(COMPILE.c) $(srcdir)/ternary.c $(OUTPUT_OPTION)
973
974 ./tmpnam.o: $(srcdir)/tmpnam.c
975         if [ x"$(PICFLAG)" != x ]; then \
976           $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
977         else true; fi
978         $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
979
980 ./vasprintf.o: $(srcdir)/vasprintf.c config.h $(INCDIR)/ansidecl.h \
981         $(INCDIR)/libiberty.h
982         if [ x"$(PICFLAG)" != x ]; then \
983           $(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \
984         else true; fi
985         $(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION)
986
987 ./vfork.o: $(srcdir)/vfork.c $(INCDIR)/ansidecl.h
988         if [ x"$(PICFLAG)" != x ]; then \
989           $(COMPILE.c) $(PICFLAG) $(srcdir)/vfork.c -o pic/$@; \
990         else true; fi
991         $(COMPILE.c) $(srcdir)/vfork.c $(OUTPUT_OPTION)
992
993 ./vfprintf.o: $(srcdir)/vfprintf.c $(INCDIR)/ansidecl.h
994         if [ x"$(PICFLAG)" != x ]; then \
995           $(COMPILE.c) $(PICFLAG) $(srcdir)/vfprintf.c -o pic/$@; \
996         else true; fi
997         $(COMPILE.c) $(srcdir)/vfprintf.c $(OUTPUT_OPTION)
998
999 ./vprintf.o: $(srcdir)/vprintf.c $(INCDIR)/ansidecl.h
1000         if [ x"$(PICFLAG)" != x ]; then \
1001           $(COMPILE.c) $(PICFLAG) $(srcdir)/vprintf.c -o pic/$@; \
1002         else true; fi
1003         $(COMPILE.c) $(srcdir)/vprintf.c $(OUTPUT_OPTION)
1004
1005 ./vsnprintf.o: $(srcdir)/vsnprintf.c config.h $(INCDIR)/ansidecl.h \
1006         $(INCDIR)/libiberty.h
1007         if [ x"$(PICFLAG)" != x ]; then \
1008           $(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \
1009         else true; fi
1010         $(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION)
1011
1012 ./vsprintf.o: $(srcdir)/vsprintf.c $(INCDIR)/ansidecl.h
1013         if [ x"$(PICFLAG)" != x ]; then \
1014           $(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \
1015         else true; fi
1016         $(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION)
1017
1018 ./waitpid.o: $(srcdir)/waitpid.c config.h
1019         if [ x"$(PICFLAG)" != x ]; then \
1020           $(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \
1021         else true; fi
1022         $(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION)
1023
1024 ./xatexit.o: $(srcdir)/xatexit.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
1025         if [ x"$(PICFLAG)" != x ]; then \
1026           $(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
1027         else true; fi
1028         $(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
1029
1030 ./xexit.o: $(srcdir)/xexit.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
1031         if [ x"$(PICFLAG)" != x ]; then \
1032           $(COMPILE.c) $(PICFLAG) $(srcdir)/xexit.c -o pic/$@; \
1033         else true; fi
1034         $(COMPILE.c) $(srcdir)/xexit.c $(OUTPUT_OPTION)
1035
1036 ./xmalloc.o: $(srcdir)/xmalloc.c config.h $(INCDIR)/ansidecl.h \
1037         $(INCDIR)/libiberty.h
1038         if [ x"$(PICFLAG)" != x ]; then \
1039           $(COMPILE.c) $(PICFLAG) $(srcdir)/xmalloc.c -o pic/$@; \
1040         else true; fi
1041         $(COMPILE.c) $(srcdir)/xmalloc.c $(OUTPUT_OPTION)
1042
1043 ./xmemdup.o: $(srcdir)/xmemdup.c config.h $(INCDIR)/ansidecl.h \
1044         $(INCDIR)/libiberty.h
1045         if [ x"$(PICFLAG)" != x ]; then \
1046           $(COMPILE.c) $(PICFLAG) $(srcdir)/xmemdup.c -o pic/$@; \
1047         else true; fi
1048         $(COMPILE.c) $(srcdir)/xmemdup.c $(OUTPUT_OPTION)
1049
1050 ./xstrdup.o: $(srcdir)/xstrdup.c config.h $(INCDIR)/ansidecl.h \
1051         $(INCDIR)/libiberty.h
1052         if [ x"$(PICFLAG)" != x ]; then \
1053           $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrdup.c -o pic/$@; \
1054         else true; fi
1055         $(COMPILE.c) $(srcdir)/xstrdup.c $(OUTPUT_OPTION)
1056
1057 ./xstrerror.o: $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \
1058         $(INCDIR)/libiberty.h
1059         if [ x"$(PICFLAG)" != x ]; then \
1060           $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
1061         else true; fi
1062         $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
1063