OSDN Git Service

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