comparison libiberty/Makefile.in @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # Makefile for the libiberty library. 1 # Makefile for the libiberty library.
2 # Originally written by K. Richard Pixley <rich@cygnus.com>. 2 # Originally written by K. Richard Pixley <rich@cygnus.com>.
3 # 3 #
4 # Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 4 # Copyright (C) 1990-2017 Free Software Foundation, Inc.
5 # 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
6 # Free Software Foundation
7 # 5 #
8 # This file is part of the libiberty library. 6 # This file is part of the libiberty library.
9 # Libiberty is free software; you can redistribute it and/or 7 # Libiberty is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU Library General Public 8 # modify it under the terms of the GNU Library General Public
11 # License as published by the Free Software Foundation; either 9 # License as published by the Free Software Foundation; either
60 RANLIB = @RANLIB@ 58 RANLIB = @RANLIB@
61 MAKEINFO = @MAKEINFO@ 59 MAKEINFO = @MAKEINFO@
62 PERL = @PERL@ 60 PERL = @PERL@
63 61
64 PICFLAG = @PICFLAG@ 62 PICFLAG = @PICFLAG@
63 NOASANFLAG = @NOASANFLAG@
65 64
66 MAKEOVERRIDES = 65 MAKEOVERRIDES =
67 66
68 TARGETLIB = ./libiberty.a 67 TARGETLIB = ./libiberty.a
69 TESTLIB = ./testlib.a 68 TESTLIB = ./testlib.a
99 98
100 # Subdirectories to recurse into. We need to override this during cleaning 99 # Subdirectories to recurse into. We need to override this during cleaning
101 SUBDIRS = testsuite 100 SUBDIRS = testsuite
102 101
103 # FIXME: add @BUILD_INFO@ once we're sure it works for everyone. 102 # FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
104 all: stamp-picdir $(TARGETLIB) required-list all-subdir 103 all: stamp-picdir stamp-noasandir $(TARGETLIB) required-list all-subdir
105 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all 104 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
106 105
107 .PHONY: check installcheck 106 .PHONY: check installcheck
108 check: check-subdir 107 check: check-subdir
109 installcheck: installcheck-subdir 108 installcheck: installcheck-subdir
110 109
111 @host_makefile_frag@ 110 @host_makefile_frag@
112 111
113 INCDIR=$(srcdir)/$(MULTISRCTOP)../include 112 INCDIR=$(srcdir)/$(MULTISRCTOP)../include
114 113
115 COMPILE.c = $(CC) -c @DEFS@ $(CFLAGS) $(CPPFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiberty_warn_cflags@ 114 COMPILE.c = $(CC) -c @DEFS@ $(CFLAGS) $(CPPFLAGS) -I. -I$(INCDIR) \
115 $(HDEFINES) @ac_libiberty_warn_cflags@ -D_GNU_SOURCE
116 116
117 # Just to make sure we don't use a built-in rule with VPATH 117 # Just to make sure we don't use a built-in rule with VPATH
118 .c.$(objext): 118 .c.$(objext):
119 false 119 false
120 120
124 # to build the new rules. 124 # to build the new rules.
125 CFILES = alloca.c argv.c asprintf.c atexit.c \ 125 CFILES = alloca.c argv.c asprintf.c atexit.c \
126 basename.c bcmp.c bcopy.c bsearch.c bzero.c \ 126 basename.c bcmp.c bcopy.c bsearch.c bzero.c \
127 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \ 127 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
128 cp-demint.c cplus-dem.c crc32.c \ 128 cp-demint.c cplus-dem.c crc32.c \
129 dyn-string.c \ 129 d-demangle.c dwarfnames.c dyn-string.c \
130 fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \ 130 fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \
131 fnmatch.c fopen_unlocked.c \ 131 fnmatch.c fopen_unlocked.c \
132 getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \ 132 getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \
133 gettimeofday.c \ 133 gettimeofday.c \
134 hashtab.c hex.c \ 134 hashtab.c hex.c \
142 partition.c pexecute.c \ 142 partition.c pexecute.c \
143 pex-common.c pex-djgpp.c pex-msdos.c pex-one.c \ 143 pex-common.c pex-djgpp.c pex-msdos.c pex-one.c \
144 pex-unix.c pex-win32.c \ 144 pex-unix.c pex-win32.c \
145 physmem.c putenv.c \ 145 physmem.c putenv.c \
146 random.c regex.c rename.c rindex.c \ 146 random.c regex.c rename.c rindex.c \
147 rust-demangle.c \
147 safe-ctype.c setenv.c setproctitle.c sha1.c sigsetmask.c \ 148 safe-ctype.c setenv.c setproctitle.c sha1.c sigsetmask.c \
148 simple-object.c simple-object-coff.c simple-object-elf.c \ 149 simple-object.c simple-object-coff.c simple-object-elf.c \
149 simple-object-mach-o.c \ 150 simple-object-mach-o.c simple-object-xcoff.c \
150 snprintf.c sort.c \ 151 snprintf.c sort.c \
151 spaces.c splay-tree.c stpcpy.c stpncpy.c strcasecmp.c \ 152 spaces.c splay-tree.c stack-limit.c stpcpy.c stpncpy.c \
152 strchr.c strdup.c strerror.c strncasecmp.c strncmp.c \ 153 strcasecmp.c strchr.c strdup.c strerror.c strncasecmp.c \
153 strrchr.c strsignal.c strstr.c strtod.c strtol.c strtoul.c \ 154 strncmp.c strrchr.c strsignal.c strstr.c strtod.c strtol.c \
154 strndup.c strverscmp.c \ 155 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \
155 tmpnam.c \ 156 strverscmp.c timeval-utils.c tmpnam.c \
156 unlink-if-ordinary.c \ 157 unlink-if-ordinary.c \
157 vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \ 158 vasprintf.c vfork.c vfprintf.c vprintf.c vprintf-support.c \
159 vsnprintf.c vsprintf.c \
158 waitpid.c \ 160 waitpid.c \
159 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \ 161 xasprintf.c xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c \
160 xstrndup.c 162 xstrerror.c xstrndup.c xvasprintf.c
161 163
162 # These are always included in the library. The first four are listed 164 # These are always included in the library. The first four are listed
163 # first and by compile time to optimize parallel builds. 165 # first and by compile time to optimize parallel builds.
164 REQUIRED_OFILES = \ 166 REQUIRED_OFILES = \
165 ./regex.$(objext) ./cplus-dem.$(objext) ./cp-demangle.$(objext) \ 167 ./regex.$(objext) ./cplus-dem.$(objext) ./cp-demangle.$(objext) \
166 ./md5.$(objext) ./sha1.$(objext) ./alloca.$(objext) \ 168 ./md5.$(objext) ./sha1.$(objext) ./alloca.$(objext) \
167 ./argv.$(objext) \ 169 ./argv.$(objext) \
168 ./choose-temp.$(objext) ./concat.$(objext) \ 170 ./choose-temp.$(objext) ./concat.$(objext) \
169 ./cp-demint.$(objext) ./crc32.$(objext) ./dyn-string.$(objext) \ 171 ./cp-demint.$(objext) ./crc32.$(objext) ./d-demangle.$(objext) \
172 ./dwarfnames.$(objext) ./dyn-string.$(objext) \
170 ./fdmatch.$(objext) ./fibheap.$(objext) \ 173 ./fdmatch.$(objext) ./fibheap.$(objext) \
171 ./filename_cmp.$(objext) ./floatformat.$(objext) \ 174 ./filename_cmp.$(objext) ./floatformat.$(objext) \
172 ./fnmatch.$(objext) ./fopen_unlocked.$(objext) \ 175 ./fnmatch.$(objext) ./fopen_unlocked.$(objext) \
173 ./getopt.$(objext) ./getopt1.$(objext) ./getpwd.$(objext) \ 176 ./getopt.$(objext) ./getopt1.$(objext) ./getpwd.$(objext) \
174 ./getruntime.$(objext) ./hashtab.$(objext) ./hex.$(objext) \ 177 ./getruntime.$(objext) ./hashtab.$(objext) ./hex.$(objext) \
176 ./make-relative-prefix.$(objext) ./make-temp-file.$(objext) \ 179 ./make-relative-prefix.$(objext) ./make-temp-file.$(objext) \
177 ./objalloc.$(objext) \ 180 ./objalloc.$(objext) \
178 ./obstack.$(objext) \ 181 ./obstack.$(objext) \
179 ./partition.$(objext) ./pexecute.$(objext) ./physmem.$(objext) \ 182 ./partition.$(objext) ./pexecute.$(objext) ./physmem.$(objext) \
180 ./pex-common.$(objext) ./pex-one.$(objext) \ 183 ./pex-common.$(objext) ./pex-one.$(objext) \
181 ./@pexecute@.$(objext) \ 184 ./@pexecute@.$(objext) ./vprintf-support.$(objext) \
185 ./rust-demangle.$(objext) \
182 ./safe-ctype.$(objext) \ 186 ./safe-ctype.$(objext) \
183 ./simple-object.$(objext) ./simple-object-coff.$(objext) \ 187 ./simple-object.$(objext) ./simple-object-coff.$(objext) \
184 ./simple-object-elf.$(objext) ./simple-object-mach-o.$(objext) \ 188 ./simple-object-elf.$(objext) ./simple-object-mach-o.$(objext) \
189 ./simple-object-xcoff.$(objext) \
185 ./sort.$(objext) ./spaces.$(objext) \ 190 ./sort.$(objext) ./spaces.$(objext) \
186 ./splay-tree.$(objext) ./strerror.$(objext) \ 191 ./splay-tree.$(objext) ./stack-limit.$(objext) \
187 ./strsignal.$(objext) ./unlink-if-ordinary.$(objext) \ 192 ./strerror.$(objext) ./strsignal.$(objext) \
188 ./xatexit.$(objext) ./xexit.$(objext) ./xmalloc.$(objext) \ 193 ./timeval-utils.$(objext) ./unlink-if-ordinary.$(objext) \
189 ./xmemdup.$(objext) ./xstrdup.$(objext) ./xstrerror.$(objext) \ 194 ./xasprintf.$(objext) ./xatexit.$(objext) ./xexit.$(objext) \
190 ./xstrndup.$(objext) 195 ./xmalloc.$(objext) ./xmemdup.$(objext) ./xstrdup.$(objext) \
196 ./xstrerror.$(objext) ./xstrndup.$(objext) \
197 ./xvasprintf.$(objext)
191 198
192 # These are all the objects that configure may add to the library via 199 # These are all the objects that configure may add to the library via
193 # $funcs or EXTRA_OFILES. This list exists here only for "make 200 # $funcs or EXTRA_OFILES. This list exists here only for "make
194 # maint-missing" and "make check". 201 # maint-missing" and "make check".
195 CONFIGURED_OFILES = ./asprintf.$(objext) ./atexit.$(objext) \ 202 CONFIGURED_OFILES = ./asprintf.$(objext) ./atexit.$(objext) \
211 ./setenv.$(objext) \ 218 ./setenv.$(objext) \
212 ./setproctitle.$(objext) \ 219 ./setproctitle.$(objext) \
213 ./sigsetmask.$(objext) ./snprintf.$(objext) \ 220 ./sigsetmask.$(objext) ./snprintf.$(objext) \
214 ./stpcpy.$(objext) ./stpncpy.$(objext) ./strcasecmp.$(objext) \ 221 ./stpcpy.$(objext) ./stpncpy.$(objext) ./strcasecmp.$(objext) \
215 ./strchr.$(objext) ./strdup.$(objext) ./strncasecmp.$(objext) \ 222 ./strchr.$(objext) ./strdup.$(objext) ./strncasecmp.$(objext) \
216 ./strncmp.$(objext) ./strndup.$(objext) ./strrchr.$(objext) \ 223 ./strncmp.$(objext) ./strndup.$(objext) ./strnlen.$(objext) \
217 ./strstr.$(objext) ./strtod.$(objext) ./strtol.$(objext) \ 224 ./strrchr.$(objext) ./strstr.$(objext) ./strtod.$(objext) \
218 ./strtoul.$(objext) ./strverscmp.$(objext) \ 225 ./strtol.$(objext) ./strtoul.$(objext) strtoll.$(objext) \
219 ./tmpnam.$(objext) \ 226 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
220 ./vasprintf.$(objext) ./vfork.$(objext) ./vfprintf.$(objext) \ 227 ./vasprintf.$(objext) ./vfork.$(objext) ./vfprintf.$(objext) \
221 ./vprintf.$(objext) ./vsnprintf.$(objext) ./vsprintf.$(objext) \ 228 ./vprintf.$(objext) ./vsnprintf.$(objext) ./vsprintf.$(objext) \
222 ./waitpid.$(objext) 229 ./waitpid.$(objext)
223 230
224 # These files are installed if the library has been configured to do so. 231 # These files are installed if the library has been configured to do so.
232 $(INCDIR)/libiberty.h \ 239 $(INCDIR)/libiberty.h \
233 $(INCDIR)/objalloc.h \ 240 $(INCDIR)/objalloc.h \
234 $(INCDIR)/partition.h \ 241 $(INCDIR)/partition.h \
235 $(INCDIR)/safe-ctype.h \ 242 $(INCDIR)/safe-ctype.h \
236 $(INCDIR)/sort.h \ 243 $(INCDIR)/sort.h \
237 $(INCDIR)/splay-tree.h 244 $(INCDIR)/splay-tree.h \
245 $(INCDIR)/timeval-utils.h
238 246
239 $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS) 247 $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
240 -rm -f $(TARGETLIB) pic/$(TARGETLIB) 248 -rm -f $(TARGETLIB) pic/$(TARGETLIB) noasan/$(TARGETLIB)
241 $(AR) $(AR_FLAGS) $(TARGETLIB) \ 249 $(AR) $(AR_FLAGS) $(TARGETLIB) \
242 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS) 250 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
243 $(RANLIB) $(TARGETLIB) 251 $(RANLIB) $(TARGETLIB)
244 if [ x"$(PICFLAG)" != x ]; then \ 252 if [ x"$(PICFLAG)" != x ]; then \
245 cd pic; \ 253 cd pic; \
254 $(AR) $(AR_FLAGS) $(TARGETLIB) \
255 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
256 $(RANLIB) $(TARGETLIB); \
257 cd ..; \
258 else true; fi; \
259 if [ x"$(NOASANFLAG)" != x ]; then \
260 cd noasan; \
246 $(AR) $(AR_FLAGS) $(TARGETLIB) \ 261 $(AR) $(AR_FLAGS) $(TARGETLIB) \
247 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \ 262 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
248 $(RANLIB) $(TARGETLIB); \ 263 $(RANLIB) $(TARGETLIB); \
249 cd ..; \ 264 cd ..; \
250 else true; fi 265 else true; fi
349 # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the 364 # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
350 # default multilib, so we have to take CFLAGS into account as well, 365 # default multilib, so we have to take CFLAGS into account as well,
351 # since it will be passed the multilib flags. 366 # since it will be passed the multilib flags.
352 MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory` 367 MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory`
353 install_to_libdir: all 368 install_to_libdir: all
354 ${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR)
355 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n
356 ( cd $(DESTDIR)$(libdir)/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n ;$(RANLIB) $(TARGETLIB)n )
357 mv -f $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)
358 if test -n "${target_header_dir}"; then \ 369 if test -n "${target_header_dir}"; then \
359 case "${target_header_dir}" in \ 370 ${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR); \
360 /*) thd=${target_header_dir};; \ 371 $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n; \
361 *) thd=${includedir}/${target_header_dir};; \ 372 ( cd $(DESTDIR)$(libdir)/$(MULTIOSDIR) ; chmod 644 $(TARGETLIB)n ;$(RANLIB) $(TARGETLIB)n ); \
362 esac; \ 373 mv -f $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB); \
363 ${mkinstalldirs} $(DESTDIR)$${thd}; \ 374 case "${target_header_dir}" in \
364 for h in ${INSTALLED_HEADERS}; do \ 375 /*) thd=${target_header_dir};; \
365 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \ 376 *) thd=${includedir}/${target_header_dir};; \
366 done; \ 377 esac; \
378 ${mkinstalldirs} $(DESTDIR)$${thd}; \
379 for h in ${INSTALLED_HEADERS}; do \
380 ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
381 done; \
367 fi 382 fi
368 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install 383 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
369 384
370 install_to_tooldir: all 385 install_to_tooldir: all
371 ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR) 386 ${mkinstalldirs} $(DESTDIR)$(tooldir)/lib/$(MULTIOSDIR)
383 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \ 398 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
384 mkdir pic; \ 399 mkdir pic; \
385 else true; fi 400 else true; fi
386 touch stamp-picdir 401 touch stamp-picdir
387 402
388 .PHONY: all etags tags ls clean stage1 stage2 403 stamp-noasandir:
389 404 if [ x"$(NOASANFLAG)" != x ] && [ ! -d noasan ]; then \
390 etags tags: TAGS etags-subdir 405 mkdir noasan; \
391 406 else true; fi
392 TAGS: $(CFILES) 407 touch stamp-noasandir
393 etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done` 408
409 .PHONY: all etags tags TAGS ls clean stage1 stage2
410
411 etags tags TAGS: etags-subdir
412 cd $(srcdir) && etags $(CFILES)
394 413
395 # The standalone demangler (c++filt) has been moved to binutils. 414 # The standalone demangler (c++filt) has been moved to binutils.
396 # But make this target work anyway for demangler hacking. 415 # But make this target work anyway for demangler hacking.
397 demangle: $(ALL) $(srcdir)/cp-demangle.c 416 demangle: $(ALL) $(srcdir)/cp-demangle.c
398 @echo "The standalone demangler, now named c++filt, is now" 417 @echo "The standalone demangler, now named c++filt, is now"
420 # Need to deal with profiled libraries, too. 439 # Need to deal with profiled libraries, too.
421 440
422 # Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS 441 # Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
423 # multiple times, hence our explicit recursion with an empty SUBDIRS. 442 # multiple times, hence our explicit recursion with an empty SUBDIRS.
424 mostlyclean: mostlyclean-subdir 443 mostlyclean: mostlyclean-subdir
425 -rm -rf *.$(objext) pic core errs \#* *.E a.out 444 -rm -rf *.$(objext) pic noasan core errs \#* *.E a.out
426 -rm -f errors dummy config.h stamp-* 445 -rm -f errors dummy config.h stamp-*
427 -rm -f $(CONFIG_H) stamp-picdir 446 -rm -f $(CONFIG_H) stamp-picdir stamp-noasandir
428 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky 447 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
429 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg 448 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
430 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr 449 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
431 -rm -f libtexi.stamp 450 -rm -f libtexi.stamp
432 @$(MULTICLEAN) multi-clean DO=mostlyclean 451 @$(MULTICLEAN) multi-clean DO=mostlyclean
461 AUTOCONF = autoconf 480 AUTOCONF = autoconf
462 configure_deps = $(srcdir)/aclocal.m4 \ 481 configure_deps = $(srcdir)/aclocal.m4 \
463 $(srcdir)/../config/acx.m4 \ 482 $(srcdir)/../config/acx.m4 \
464 $(srcdir)/../config/no-executables.m4 \ 483 $(srcdir)/../config/no-executables.m4 \
465 $(srcdir)/../config/override.m4 \ 484 $(srcdir)/../config/override.m4 \
466 $(srcdir)/../config/warnings.m4 \ 485 $(srcdir)/../config/picflag.m4 \
486 $(srcdir)/../config/warnings.m4
467 487
468 $(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(configure_deps) 488 $(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(configure_deps)
469 cd $(srcdir) && $(AUTOCONF) 489 cd $(srcdir) && $(AUTOCONF)
470 490
471 # Depending on config.h makes sure that config.status has been re-run 491 # Depending on config.h makes sure that config.status has been re-run
479 target=`echo $@ | sed -e 's/-subdir//'`; \ 499 target=`echo $@ | sed -e 's/-subdir//'`; \
480 for dir in $$subdirs ; do \ 500 for dir in $$subdirs ; do \
481 cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \ 501 cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \
482 done 502 done
483 503
484 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir 504 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir stamp-noasandir
485 $(CONFIGURED_OFILES): stamp-picdir 505 $(CONFIGURED_OFILES): stamp-picdir stamp-noasandir
486 506
487 # Don't export variables to the environment, in order to not confuse 507 # Don't export variables to the environment, in order to not confuse
488 # configure. 508 # configure.
489 .NOEXPORT: 509 .NOEXPORT:
490 510
494 ./_doprnt.$(objext): $(srcdir)/_doprnt.c config.h $(INCDIR)/ansidecl.h \ 514 ./_doprnt.$(objext): $(srcdir)/_doprnt.c config.h $(INCDIR)/ansidecl.h \
495 $(INCDIR)/safe-ctype.h 515 $(INCDIR)/safe-ctype.h
496 if [ x"$(PICFLAG)" != x ]; then \ 516 if [ x"$(PICFLAG)" != x ]; then \
497 $(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \ 517 $(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \
498 else true; fi 518 else true; fi
519 if [ x"$(NOASANFLAG)" != x ]; then \
520 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/_doprnt.c -o noasan/$@; \
521 else true; fi
499 $(COMPILE.c) $(srcdir)/_doprnt.c $(OUTPUT_OPTION) 522 $(COMPILE.c) $(srcdir)/_doprnt.c $(OUTPUT_OPTION)
500 523
501 ./alloca.$(objext): $(srcdir)/alloca.c config.h $(INCDIR)/ansidecl.h \ 524 ./alloca.$(objext): $(srcdir)/alloca.c config.h $(INCDIR)/ansidecl.h \
502 $(INCDIR)/libiberty.h 525 $(INCDIR)/libiberty.h
503 if [ x"$(PICFLAG)" != x ]; then \ 526 if [ x"$(PICFLAG)" != x ]; then \
504 $(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \ 527 $(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
528 else true; fi
529 if [ x"$(NOASANFLAG)" != x ]; then \
530 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/alloca.c -o noasan/$@; \
505 else true; fi 531 else true; fi
506 $(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION) 532 $(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
507 533
508 ./argv.$(objext): $(srcdir)/argv.c config.h $(INCDIR)/ansidecl.h \ 534 ./argv.$(objext): $(srcdir)/argv.c config.h $(INCDIR)/ansidecl.h \
509 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h 535 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
510 if [ x"$(PICFLAG)" != x ]; then \ 536 if [ x"$(PICFLAG)" != x ]; then \
511 $(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \ 537 $(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \
512 else true; fi 538 else true; fi
539 if [ x"$(NOASANFLAG)" != x ]; then \
540 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/argv.c -o noasan/$@; \
541 else true; fi
513 $(COMPILE.c) $(srcdir)/argv.c $(OUTPUT_OPTION) 542 $(COMPILE.c) $(srcdir)/argv.c $(OUTPUT_OPTION)
514 543
515 ./asprintf.$(objext): $(srcdir)/asprintf.c config.h $(INCDIR)/ansidecl.h \ 544 ./asprintf.$(objext): $(srcdir)/asprintf.c config.h $(INCDIR)/ansidecl.h \
516 $(INCDIR)/libiberty.h 545 $(INCDIR)/libiberty.h
517 if [ x"$(PICFLAG)" != x ]; then \ 546 if [ x"$(PICFLAG)" != x ]; then \
518 $(COMPILE.c) $(PICFLAG) $(srcdir)/asprintf.c -o pic/$@; \ 547 $(COMPILE.c) $(PICFLAG) $(srcdir)/asprintf.c -o pic/$@; \
519 else true; fi 548 else true; fi
549 if [ x"$(NOASANFLAG)" != x ]; then \
550 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/asprintf.c -o noasan/$@; \
551 else true; fi
520 $(COMPILE.c) $(srcdir)/asprintf.c $(OUTPUT_OPTION) 552 $(COMPILE.c) $(srcdir)/asprintf.c $(OUTPUT_OPTION)
521 553
522 ./atexit.$(objext): $(srcdir)/atexit.c config.h 554 ./atexit.$(objext): $(srcdir)/atexit.c config.h
523 if [ x"$(PICFLAG)" != x ]; then \ 555 if [ x"$(PICFLAG)" != x ]; then \
524 $(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \ 556 $(COMPILE.c) $(PICFLAG) $(srcdir)/atexit.c -o pic/$@; \
557 else true; fi
558 if [ x"$(NOASANFLAG)" != x ]; then \
559 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/atexit.c -o noasan/$@; \
525 else true; fi 560 else true; fi
526 $(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION) 561 $(COMPILE.c) $(srcdir)/atexit.c $(OUTPUT_OPTION)
527 562
528 ./basename.$(objext): $(srcdir)/basename.c config.h $(INCDIR)/ansidecl.h \ 563 ./basename.$(objext): $(srcdir)/basename.c config.h $(INCDIR)/ansidecl.h \
529 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h 564 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
530 if [ x"$(PICFLAG)" != x ]; then \ 565 if [ x"$(PICFLAG)" != x ]; then \
531 $(COMPILE.c) $(PICFLAG) $(srcdir)/basename.c -o pic/$@; \ 566 $(COMPILE.c) $(PICFLAG) $(srcdir)/basename.c -o pic/$@; \
532 else true; fi 567 else true; fi
568 if [ x"$(NOASANFLAG)" != x ]; then \
569 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/basename.c -o noasan/$@; \
570 else true; fi
533 $(COMPILE.c) $(srcdir)/basename.c $(OUTPUT_OPTION) 571 $(COMPILE.c) $(srcdir)/basename.c $(OUTPUT_OPTION)
534 572
535 ./bcmp.$(objext): $(srcdir)/bcmp.c 573 ./bcmp.$(objext): $(srcdir)/bcmp.c
536 if [ x"$(PICFLAG)" != x ]; then \ 574 if [ x"$(PICFLAG)" != x ]; then \
537 $(COMPILE.c) $(PICFLAG) $(srcdir)/bcmp.c -o pic/$@; \ 575 $(COMPILE.c) $(PICFLAG) $(srcdir)/bcmp.c -o pic/$@; \
538 else true; fi 576 else true; fi
577 if [ x"$(NOASANFLAG)" != x ]; then \
578 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/bcmp.c -o noasan/$@; \
579 else true; fi
539 $(COMPILE.c) $(srcdir)/bcmp.c $(OUTPUT_OPTION) 580 $(COMPILE.c) $(srcdir)/bcmp.c $(OUTPUT_OPTION)
540 581
541 ./bcopy.$(objext): $(srcdir)/bcopy.c 582 ./bcopy.$(objext): $(srcdir)/bcopy.c
542 if [ x"$(PICFLAG)" != x ]; then \ 583 if [ x"$(PICFLAG)" != x ]; then \
543 $(COMPILE.c) $(PICFLAG) $(srcdir)/bcopy.c -o pic/$@; \ 584 $(COMPILE.c) $(PICFLAG) $(srcdir)/bcopy.c -o pic/$@; \
544 else true; fi 585 else true; fi
586 if [ x"$(NOASANFLAG)" != x ]; then \
587 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/bcopy.c -o noasan/$@; \
588 else true; fi
545 $(COMPILE.c) $(srcdir)/bcopy.c $(OUTPUT_OPTION) 589 $(COMPILE.c) $(srcdir)/bcopy.c $(OUTPUT_OPTION)
546 590
547 ./bsearch.$(objext): $(srcdir)/bsearch.c config.h $(INCDIR)/ansidecl.h 591 ./bsearch.$(objext): $(srcdir)/bsearch.c config.h $(INCDIR)/ansidecl.h
548 if [ x"$(PICFLAG)" != x ]; then \ 592 if [ x"$(PICFLAG)" != x ]; then \
549 $(COMPILE.c) $(PICFLAG) $(srcdir)/bsearch.c -o pic/$@; \ 593 $(COMPILE.c) $(PICFLAG) $(srcdir)/bsearch.c -o pic/$@; \
550 else true; fi 594 else true; fi
595 if [ x"$(NOASANFLAG)" != x ]; then \
596 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/bsearch.c -o noasan/$@; \
597 else true; fi
551 $(COMPILE.c) $(srcdir)/bsearch.c $(OUTPUT_OPTION) 598 $(COMPILE.c) $(srcdir)/bsearch.c $(OUTPUT_OPTION)
552 599
553 ./bzero.$(objext): $(srcdir)/bzero.c 600 ./bzero.$(objext): $(srcdir)/bzero.c
554 if [ x"$(PICFLAG)" != x ]; then \ 601 if [ x"$(PICFLAG)" != x ]; then \
555 $(COMPILE.c) $(PICFLAG) $(srcdir)/bzero.c -o pic/$@; \ 602 $(COMPILE.c) $(PICFLAG) $(srcdir)/bzero.c -o pic/$@; \
556 else true; fi 603 else true; fi
604 if [ x"$(NOASANFLAG)" != x ]; then \
605 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/bzero.c -o noasan/$@; \
606 else true; fi
557 $(COMPILE.c) $(srcdir)/bzero.c $(OUTPUT_OPTION) 607 $(COMPILE.c) $(srcdir)/bzero.c $(OUTPUT_OPTION)
558 608
559 ./calloc.$(objext): $(srcdir)/calloc.c $(INCDIR)/ansidecl.h 609 ./calloc.$(objext): $(srcdir)/calloc.c $(INCDIR)/ansidecl.h
560 if [ x"$(PICFLAG)" != x ]; then \ 610 if [ x"$(PICFLAG)" != x ]; then \
561 $(COMPILE.c) $(PICFLAG) $(srcdir)/calloc.c -o pic/$@; \ 611 $(COMPILE.c) $(PICFLAG) $(srcdir)/calloc.c -o pic/$@; \
562 else true; fi 612 else true; fi
613 if [ x"$(NOASANFLAG)" != x ]; then \
614 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/calloc.c -o noasan/$@; \
615 else true; fi
563 $(COMPILE.c) $(srcdir)/calloc.c $(OUTPUT_OPTION) 616 $(COMPILE.c) $(srcdir)/calloc.c $(OUTPUT_OPTION)
564 617
565 ./choose-temp.$(objext): $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \ 618 ./choose-temp.$(objext): $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \
566 $(INCDIR)/libiberty.h 619 $(INCDIR)/libiberty.h
567 if [ x"$(PICFLAG)" != x ]; then \ 620 if [ x"$(PICFLAG)" != x ]; then \
568 $(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \ 621 $(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
569 else true; fi 622 else true; fi
623 if [ x"$(NOASANFLAG)" != x ]; then \
624 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/choose-temp.c -o noasan/$@; \
625 else true; fi
570 $(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION) 626 $(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
571 627
572 ./clock.$(objext): $(srcdir)/clock.c config.h 628 ./clock.$(objext): $(srcdir)/clock.c config.h
573 if [ x"$(PICFLAG)" != x ]; then \ 629 if [ x"$(PICFLAG)" != x ]; then \
574 $(COMPILE.c) $(PICFLAG) $(srcdir)/clock.c -o pic/$@; \ 630 $(COMPILE.c) $(PICFLAG) $(srcdir)/clock.c -o pic/$@; \
575 else true; fi 631 else true; fi
632 if [ x"$(NOASANFLAG)" != x ]; then \
633 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/clock.c -o noasan/$@; \
634 else true; fi
576 $(COMPILE.c) $(srcdir)/clock.c $(OUTPUT_OPTION) 635 $(COMPILE.c) $(srcdir)/clock.c $(OUTPUT_OPTION)
577 636
578 ./concat.$(objext): $(srcdir)/concat.c config.h $(INCDIR)/ansidecl.h \ 637 ./concat.$(objext): $(srcdir)/concat.c config.h $(INCDIR)/ansidecl.h \
579 $(INCDIR)/libiberty.h 638 $(INCDIR)/libiberty.h
580 if [ x"$(PICFLAG)" != x ]; then \ 639 if [ x"$(PICFLAG)" != x ]; then \
581 $(COMPILE.c) $(PICFLAG) $(srcdir)/concat.c -o pic/$@; \ 640 $(COMPILE.c) $(PICFLAG) $(srcdir)/concat.c -o pic/$@; \
582 else true; fi 641 else true; fi
642 if [ x"$(NOASANFLAG)" != x ]; then \
643 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/concat.c -o noasan/$@; \
644 else true; fi
583 $(COMPILE.c) $(srcdir)/concat.c $(OUTPUT_OPTION) 645 $(COMPILE.c) $(srcdir)/concat.c $(OUTPUT_OPTION)
584 646
585 ./copysign.$(objext): $(srcdir)/copysign.c $(INCDIR)/ansidecl.h 647 ./copysign.$(objext): $(srcdir)/copysign.c $(INCDIR)/ansidecl.h
586 if [ x"$(PICFLAG)" != x ]; then \ 648 if [ x"$(PICFLAG)" != x ]; then \
587 $(COMPILE.c) $(PICFLAG) $(srcdir)/copysign.c -o pic/$@; \ 649 $(COMPILE.c) $(PICFLAG) $(srcdir)/copysign.c -o pic/$@; \
650 else true; fi
651 if [ x"$(NOASANFLAG)" != x ]; then \
652 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/copysign.c -o noasan/$@; \
588 else true; fi 653 else true; fi
589 $(COMPILE.c) $(srcdir)/copysign.c $(OUTPUT_OPTION) 654 $(COMPILE.c) $(srcdir)/copysign.c $(OUTPUT_OPTION)
590 655
591 ./cp-demangle.$(objext): $(srcdir)/cp-demangle.c config.h $(INCDIR)/ansidecl.h \ 656 ./cp-demangle.$(objext): $(srcdir)/cp-demangle.c config.h $(INCDIR)/ansidecl.h \
592 $(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \ 657 $(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
593 $(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h 658 $(INCDIR)/dyn-string.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h
594 if [ x"$(PICFLAG)" != x ]; then \ 659 if [ x"$(PICFLAG)" != x ]; then \
595 $(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demangle.c -o pic/$@; \ 660 $(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demangle.c -o pic/$@; \
596 else true; fi 661 else true; fi
662 if [ x"$(NOASANFLAG)" != x ]; then \
663 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/cp-demangle.c -o noasan/$@; \
664 else true; fi
597 $(COMPILE.c) $(srcdir)/cp-demangle.c $(OUTPUT_OPTION) 665 $(COMPILE.c) $(srcdir)/cp-demangle.c $(OUTPUT_OPTION)
598 666
599 ./cp-demint.$(objext): $(srcdir)/cp-demint.c config.h $(INCDIR)/ansidecl.h \ 667 ./cp-demint.$(objext): $(srcdir)/cp-demint.c config.h $(INCDIR)/ansidecl.h \
600 $(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \ 668 $(srcdir)/cp-demangle.h $(INCDIR)/demangle.h \
601 $(INCDIR)/libiberty.h 669 $(INCDIR)/libiberty.h
602 if [ x"$(PICFLAG)" != x ]; then \ 670 if [ x"$(PICFLAG)" != x ]; then \
603 $(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demint.c -o pic/$@; \ 671 $(COMPILE.c) $(PICFLAG) $(srcdir)/cp-demint.c -o pic/$@; \
672 else true; fi
673 if [ x"$(NOASANFLAG)" != x ]; then \
674 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/cp-demint.c -o noasan/$@; \
604 else true; fi 675 else true; fi
605 $(COMPILE.c) $(srcdir)/cp-demint.c $(OUTPUT_OPTION) 676 $(COMPILE.c) $(srcdir)/cp-demint.c $(OUTPUT_OPTION)
606 677
607 ./cplus-dem.$(objext): $(srcdir)/cplus-dem.c config.h $(INCDIR)/ansidecl.h \ 678 ./cplus-dem.$(objext): $(srcdir)/cplus-dem.c config.h $(INCDIR)/ansidecl.h \
608 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \ 679 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
609 $(INCDIR)/safe-ctype.h 680 $(INCDIR)/safe-ctype.h
610 if [ x"$(PICFLAG)" != x ]; then \ 681 if [ x"$(PICFLAG)" != x ]; then \
611 $(COMPILE.c) $(PICFLAG) $(srcdir)/cplus-dem.c -o pic/$@; \ 682 $(COMPILE.c) $(PICFLAG) $(srcdir)/cplus-dem.c -o pic/$@; \
612 else true; fi 683 else true; fi
684 if [ x"$(NOASANFLAG)" != x ]; then \
685 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/cplus-dem.c -o noasan/$@; \
686 else true; fi
613 $(COMPILE.c) $(srcdir)/cplus-dem.c $(OUTPUT_OPTION) 687 $(COMPILE.c) $(srcdir)/cplus-dem.c $(OUTPUT_OPTION)
614 688
615 ./crc32.$(objext): $(srcdir)/crc32.c config.h $(INCDIR)/ansidecl.h \ 689 ./crc32.$(objext): $(srcdir)/crc32.c config.h $(INCDIR)/ansidecl.h \
616 $(INCDIR)/libiberty.h 690 $(INCDIR)/libiberty.h
617 if [ x"$(PICFLAG)" != x ]; then \ 691 if [ x"$(PICFLAG)" != x ]; then \
618 $(COMPILE.c) $(PICFLAG) $(srcdir)/crc32.c -o pic/$@; \ 692 $(COMPILE.c) $(PICFLAG) $(srcdir)/crc32.c -o pic/$@; \
619 else true; fi 693 else true; fi
694 if [ x"$(NOASANFLAG)" != x ]; then \
695 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/crc32.c -o noasan/$@; \
696 else true; fi
620 $(COMPILE.c) $(srcdir)/crc32.c $(OUTPUT_OPTION) 697 $(COMPILE.c) $(srcdir)/crc32.c $(OUTPUT_OPTION)
698
699 ./d-demangle.$(objext): $(srcdir)/d-demangle.c config.h $(INCDIR)/ansidecl.h \
700 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
701 $(INCDIR)/safe-ctype.h
702 if [ x"$(PICFLAG)" != x ]; then \
703 $(COMPILE.c) $(PICFLAG) $(srcdir)/d-demangle.c -o pic/$@; \
704 else true; fi
705 if [ x"$(NOASANFLAG)" != x ]; then \
706 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/d-demangle.c -o noasan/$@; \
707 else true; fi
708 $(COMPILE.c) $(srcdir)/d-demangle.c $(OUTPUT_OPTION)
709
710 ./dwarfnames.$(objext): $(srcdir)/dwarfnames.c $(INCDIR)/dwarf2.def \
711 $(INCDIR)/dwarf2.h
712 if [ x"$(PICFLAG)" != x ]; then \
713 $(COMPILE.c) $(PICFLAG) $(srcdir)/dwarfnames.c -o pic/$@; \
714 else true; fi
715 if [ x"$(NOASANFLAG)" != x ]; then \
716 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/dwarfnames.c -o noasan/$@; \
717 else true; fi
718 $(COMPILE.c) $(srcdir)/dwarfnames.c $(OUTPUT_OPTION)
621 719
622 ./dyn-string.$(objext): $(srcdir)/dyn-string.c config.h $(INCDIR)/ansidecl.h \ 720 ./dyn-string.$(objext): $(srcdir)/dyn-string.c config.h $(INCDIR)/ansidecl.h \
623 $(INCDIR)/dyn-string.h $(INCDIR)/libiberty.h 721 $(INCDIR)/dyn-string.h $(INCDIR)/libiberty.h
624 if [ x"$(PICFLAG)" != x ]; then \ 722 if [ x"$(PICFLAG)" != x ]; then \
625 $(COMPILE.c) $(PICFLAG) $(srcdir)/dyn-string.c -o pic/$@; \ 723 $(COMPILE.c) $(PICFLAG) $(srcdir)/dyn-string.c -o pic/$@; \
626 else true; fi 724 else true; fi
725 if [ x"$(NOASANFLAG)" != x ]; then \
726 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/dyn-string.c -o noasan/$@; \
727 else true; fi
627 $(COMPILE.c) $(srcdir)/dyn-string.c $(OUTPUT_OPTION) 728 $(COMPILE.c) $(srcdir)/dyn-string.c $(OUTPUT_OPTION)
628 729
629 ./fdmatch.$(objext): $(srcdir)/fdmatch.c config.h $(INCDIR)/ansidecl.h \ 730 ./fdmatch.$(objext): $(srcdir)/fdmatch.c config.h $(INCDIR)/ansidecl.h \
630 $(INCDIR)/libiberty.h 731 $(INCDIR)/libiberty.h
631 if [ x"$(PICFLAG)" != x ]; then \ 732 if [ x"$(PICFLAG)" != x ]; then \
632 $(COMPILE.c) $(PICFLAG) $(srcdir)/fdmatch.c -o pic/$@; \ 733 $(COMPILE.c) $(PICFLAG) $(srcdir)/fdmatch.c -o pic/$@; \
633 else true; fi 734 else true; fi
735 if [ x"$(NOASANFLAG)" != x ]; then \
736 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fdmatch.c -o noasan/$@; \
737 else true; fi
634 $(COMPILE.c) $(srcdir)/fdmatch.c $(OUTPUT_OPTION) 738 $(COMPILE.c) $(srcdir)/fdmatch.c $(OUTPUT_OPTION)
635 739
636 ./ffs.$(objext): $(srcdir)/ffs.c 740 ./ffs.$(objext): $(srcdir)/ffs.c
637 if [ x"$(PICFLAG)" != x ]; then \ 741 if [ x"$(PICFLAG)" != x ]; then \
638 $(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \ 742 $(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \
743 else true; fi
744 if [ x"$(NOASANFLAG)" != x ]; then \
745 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/ffs.c -o noasan/$@; \
639 else true; fi 746 else true; fi
640 $(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION) 747 $(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION)
641 748
642 ./fibheap.$(objext): $(srcdir)/fibheap.c config.h $(INCDIR)/ansidecl.h \ 749 ./fibheap.$(objext): $(srcdir)/fibheap.c config.h $(INCDIR)/ansidecl.h \
643 $(INCDIR)/fibheap.h $(INCDIR)/libiberty.h 750 $(INCDIR)/fibheap.h $(INCDIR)/libiberty.h
644 if [ x"$(PICFLAG)" != x ]; then \ 751 if [ x"$(PICFLAG)" != x ]; then \
645 $(COMPILE.c) $(PICFLAG) $(srcdir)/fibheap.c -o pic/$@; \ 752 $(COMPILE.c) $(PICFLAG) $(srcdir)/fibheap.c -o pic/$@; \
646 else true; fi 753 else true; fi
754 if [ x"$(NOASANFLAG)" != x ]; then \
755 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fibheap.c -o noasan/$@; \
756 else true; fi
647 $(COMPILE.c) $(srcdir)/fibheap.c $(OUTPUT_OPTION) 757 $(COMPILE.c) $(srcdir)/fibheap.c $(OUTPUT_OPTION)
648 758
649 ./filename_cmp.$(objext): $(srcdir)/filename_cmp.c config.h $(INCDIR)/filenames.h \ 759 ./filename_cmp.$(objext): $(srcdir)/filename_cmp.c config.h $(INCDIR)/ansidecl.h \
760 $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
650 $(INCDIR)/safe-ctype.h 761 $(INCDIR)/safe-ctype.h
651 if [ x"$(PICFLAG)" != x ]; then \ 762 if [ x"$(PICFLAG)" != x ]; then \
652 $(COMPILE.c) $(PICFLAG) $(srcdir)/filename_cmp.c -o pic/$@; \ 763 $(COMPILE.c) $(PICFLAG) $(srcdir)/filename_cmp.c -o pic/$@; \
764 else true; fi
765 if [ x"$(NOASANFLAG)" != x ]; then \
766 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/filename_cmp.c -o noasan/$@; \
653 else true; fi 767 else true; fi
654 $(COMPILE.c) $(srcdir)/filename_cmp.c $(OUTPUT_OPTION) 768 $(COMPILE.c) $(srcdir)/filename_cmp.c $(OUTPUT_OPTION)
655 769
656 ./floatformat.$(objext): $(srcdir)/floatformat.c config.h $(INCDIR)/ansidecl.h \ 770 ./floatformat.$(objext): $(srcdir)/floatformat.c config.h $(INCDIR)/ansidecl.h \
657 $(INCDIR)/floatformat.h $(INCDIR)/libiberty.h 771 $(INCDIR)/floatformat.h $(INCDIR)/libiberty.h
658 if [ x"$(PICFLAG)" != x ]; then \ 772 if [ x"$(PICFLAG)" != x ]; then \
659 $(COMPILE.c) $(PICFLAG) $(srcdir)/floatformat.c -o pic/$@; \ 773 $(COMPILE.c) $(PICFLAG) $(srcdir)/floatformat.c -o pic/$@; \
660 else true; fi 774 else true; fi
775 if [ x"$(NOASANFLAG)" != x ]; then \
776 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/floatformat.c -o noasan/$@; \
777 else true; fi
661 $(COMPILE.c) $(srcdir)/floatformat.c $(OUTPUT_OPTION) 778 $(COMPILE.c) $(srcdir)/floatformat.c $(OUTPUT_OPTION)
662 779
663 ./fnmatch.$(objext): $(srcdir)/fnmatch.c config.h $(INCDIR)/fnmatch.h \ 780 ./fnmatch.$(objext): $(srcdir)/fnmatch.c config.h $(INCDIR)/fnmatch.h \
664 $(INCDIR)/safe-ctype.h 781 $(INCDIR)/safe-ctype.h
665 if [ x"$(PICFLAG)" != x ]; then \ 782 if [ x"$(PICFLAG)" != x ]; then \
666 $(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \ 783 $(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \
667 else true; fi 784 else true; fi
785 if [ x"$(NOASANFLAG)" != x ]; then \
786 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fnmatch.c -o noasan/$@; \
787 else true; fi
668 $(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION) 788 $(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION)
669 789
670 ./fopen_unlocked.$(objext): $(srcdir)/fopen_unlocked.c config.h \ 790 ./fopen_unlocked.$(objext): $(srcdir)/fopen_unlocked.c config.h \
671 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h 791 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
672 if [ x"$(PICFLAG)" != x ]; then \ 792 if [ x"$(PICFLAG)" != x ]; then \
673 $(COMPILE.c) $(PICFLAG) $(srcdir)/fopen_unlocked.c -o pic/$@; \ 793 $(COMPILE.c) $(PICFLAG) $(srcdir)/fopen_unlocked.c -o pic/$@; \
674 else true; fi 794 else true; fi
795 if [ x"$(NOASANFLAG)" != x ]; then \
796 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fopen_unlocked.c -o noasan/$@; \
797 else true; fi
675 $(COMPILE.c) $(srcdir)/fopen_unlocked.c $(OUTPUT_OPTION) 798 $(COMPILE.c) $(srcdir)/fopen_unlocked.c $(OUTPUT_OPTION)
676 799
677 ./getcwd.$(objext): $(srcdir)/getcwd.c config.h 800 ./getcwd.$(objext): $(srcdir)/getcwd.c config.h
678 if [ x"$(PICFLAG)" != x ]; then \ 801 if [ x"$(PICFLAG)" != x ]; then \
679 $(COMPILE.c) $(PICFLAG) $(srcdir)/getcwd.c -o pic/$@; \ 802 $(COMPILE.c) $(PICFLAG) $(srcdir)/getcwd.c -o pic/$@; \
803 else true; fi
804 if [ x"$(NOASANFLAG)" != x ]; then \
805 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/getcwd.c -o noasan/$@; \
680 else true; fi 806 else true; fi
681 $(COMPILE.c) $(srcdir)/getcwd.c $(OUTPUT_OPTION) 807 $(COMPILE.c) $(srcdir)/getcwd.c $(OUTPUT_OPTION)
682 808
683 ./getopt.$(objext): $(srcdir)/getopt.c config.h $(INCDIR)/ansidecl.h \ 809 ./getopt.$(objext): $(srcdir)/getopt.c config.h $(INCDIR)/ansidecl.h \
684 $(INCDIR)/getopt.h 810 $(INCDIR)/getopt.h
685 if [ x"$(PICFLAG)" != x ]; then \ 811 if [ x"$(PICFLAG)" != x ]; then \
686 $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \ 812 $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt.c -o pic/$@; \
687 else true; fi 813 else true; fi
814 if [ x"$(NOASANFLAG)" != x ]; then \
815 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/getopt.c -o noasan/$@; \
816 else true; fi
688 $(COMPILE.c) $(srcdir)/getopt.c $(OUTPUT_OPTION) 817 $(COMPILE.c) $(srcdir)/getopt.c $(OUTPUT_OPTION)
689 818
690 ./getopt1.$(objext): $(srcdir)/getopt1.c config.h $(INCDIR)/getopt.h 819 ./getopt1.$(objext): $(srcdir)/getopt1.c config.h $(INCDIR)/getopt.h
691 if [ x"$(PICFLAG)" != x ]; then \ 820 if [ x"$(PICFLAG)" != x ]; then \
692 $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt1.c -o pic/$@; \ 821 $(COMPILE.c) $(PICFLAG) $(srcdir)/getopt1.c -o pic/$@; \
693 else true; fi 822 else true; fi
823 if [ x"$(NOASANFLAG)" != x ]; then \
824 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/getopt1.c -o noasan/$@; \
825 else true; fi
694 $(COMPILE.c) $(srcdir)/getopt1.c $(OUTPUT_OPTION) 826 $(COMPILE.c) $(srcdir)/getopt1.c $(OUTPUT_OPTION)
695 827
696 ./getpagesize.$(objext): $(srcdir)/getpagesize.c config.h 828 ./getpagesize.$(objext): $(srcdir)/getpagesize.c config.h
697 if [ x"$(PICFLAG)" != x ]; then \ 829 if [ x"$(PICFLAG)" != x ]; then \
698 $(COMPILE.c) $(PICFLAG) $(srcdir)/getpagesize.c -o pic/$@; \ 830 $(COMPILE.c) $(PICFLAG) $(srcdir)/getpagesize.c -o pic/$@; \
699 else true; fi 831 else true; fi
832 if [ x"$(NOASANFLAG)" != x ]; then \
833 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/getpagesize.c -o noasan/$@; \
834 else true; fi
700 $(COMPILE.c) $(srcdir)/getpagesize.c $(OUTPUT_OPTION) 835 $(COMPILE.c) $(srcdir)/getpagesize.c $(OUTPUT_OPTION)
701 836
702 ./getpwd.$(objext): $(srcdir)/getpwd.c config.h $(INCDIR)/ansidecl.h \ 837 ./getpwd.$(objext): $(srcdir)/getpwd.c config.h $(INCDIR)/ansidecl.h \
703 $(INCDIR)/libiberty.h 838 $(INCDIR)/libiberty.h
704 if [ x"$(PICFLAG)" != x ]; then \ 839 if [ x"$(PICFLAG)" != x ]; then \
705 $(COMPILE.c) $(PICFLAG) $(srcdir)/getpwd.c -o pic/$@; \ 840 $(COMPILE.c) $(PICFLAG) $(srcdir)/getpwd.c -o pic/$@; \
706 else true; fi 841 else true; fi
842 if [ x"$(NOASANFLAG)" != x ]; then \
843 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/getpwd.c -o noasan/$@; \
844 else true; fi
707 $(COMPILE.c) $(srcdir)/getpwd.c $(OUTPUT_OPTION) 845 $(COMPILE.c) $(srcdir)/getpwd.c $(OUTPUT_OPTION)
708 846
709 ./getruntime.$(objext): $(srcdir)/getruntime.c config.h $(INCDIR)/ansidecl.h \ 847 ./getruntime.$(objext): $(srcdir)/getruntime.c config.h $(INCDIR)/ansidecl.h \
710 $(INCDIR)/libiberty.h 848 $(INCDIR)/libiberty.h
711 if [ x"$(PICFLAG)" != x ]; then \ 849 if [ x"$(PICFLAG)" != x ]; then \
712 $(COMPILE.c) $(PICFLAG) $(srcdir)/getruntime.c -o pic/$@; \ 850 $(COMPILE.c) $(PICFLAG) $(srcdir)/getruntime.c -o pic/$@; \
713 else true; fi 851 else true; fi
852 if [ x"$(NOASANFLAG)" != x ]; then \
853 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/getruntime.c -o noasan/$@; \
854 else true; fi
714 $(COMPILE.c) $(srcdir)/getruntime.c $(OUTPUT_OPTION) 855 $(COMPILE.c) $(srcdir)/getruntime.c $(OUTPUT_OPTION)
715 856
716 ./gettimeofday.$(objext): $(srcdir)/gettimeofday.c config.h $(INCDIR)/ansidecl.h \ 857 ./gettimeofday.$(objext): $(srcdir)/gettimeofday.c config.h $(INCDIR)/ansidecl.h \
717 $(INCDIR)/libiberty.h 858 $(INCDIR)/libiberty.h
718 if [ x"$(PICFLAG)" != x ]; then \ 859 if [ x"$(PICFLAG)" != x ]; then \
719 $(COMPILE.c) $(PICFLAG) $(srcdir)/gettimeofday.c -o pic/$@; \ 860 $(COMPILE.c) $(PICFLAG) $(srcdir)/gettimeofday.c -o pic/$@; \
861 else true; fi
862 if [ x"$(NOASANFLAG)" != x ]; then \
863 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/gettimeofday.c -o noasan/$@; \
720 else true; fi 864 else true; fi
721 $(COMPILE.c) $(srcdir)/gettimeofday.c $(OUTPUT_OPTION) 865 $(COMPILE.c) $(srcdir)/gettimeofday.c $(OUTPUT_OPTION)
722 866
723 ./hashtab.$(objext): $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \ 867 ./hashtab.$(objext): $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \
724 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h 868 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
725 if [ x"$(PICFLAG)" != x ]; then \ 869 if [ x"$(PICFLAG)" != x ]; then \
726 $(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \ 870 $(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
727 else true; fi 871 else true; fi
872 if [ x"$(NOASANFLAG)" != x ]; then \
873 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/hashtab.c -o noasan/$@; \
874 else true; fi
728 $(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION) 875 $(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
729 876
730 ./hex.$(objext): $(srcdir)/hex.c config.h $(INCDIR)/ansidecl.h \ 877 ./hex.$(objext): $(srcdir)/hex.c config.h $(INCDIR)/ansidecl.h \
731 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h 878 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
732 if [ x"$(PICFLAG)" != x ]; then \ 879 if [ x"$(PICFLAG)" != x ]; then \
733 $(COMPILE.c) $(PICFLAG) $(srcdir)/hex.c -o pic/$@; \ 880 $(COMPILE.c) $(PICFLAG) $(srcdir)/hex.c -o pic/$@; \
734 else true; fi 881 else true; fi
882 if [ x"$(NOASANFLAG)" != x ]; then \
883 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/hex.c -o noasan/$@; \
884 else true; fi
735 $(COMPILE.c) $(srcdir)/hex.c $(OUTPUT_OPTION) 885 $(COMPILE.c) $(srcdir)/hex.c $(OUTPUT_OPTION)
736 886
737 ./index.$(objext): $(srcdir)/index.c 887 ./index.$(objext): $(srcdir)/index.c
738 if [ x"$(PICFLAG)" != x ]; then \ 888 if [ x"$(PICFLAG)" != x ]; then \
739 $(COMPILE.c) $(PICFLAG) $(srcdir)/index.c -o pic/$@; \ 889 $(COMPILE.c) $(PICFLAG) $(srcdir)/index.c -o pic/$@; \
740 else true; fi 890 else true; fi
891 if [ x"$(NOASANFLAG)" != x ]; then \
892 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/index.c -o noasan/$@; \
893 else true; fi
741 $(COMPILE.c) $(srcdir)/index.c $(OUTPUT_OPTION) 894 $(COMPILE.c) $(srcdir)/index.c $(OUTPUT_OPTION)
742 895
743 ./insque.$(objext): $(srcdir)/insque.c 896 ./insque.$(objext): $(srcdir)/insque.c
744 if [ x"$(PICFLAG)" != x ]; then \ 897 if [ x"$(PICFLAG)" != x ]; then \
745 $(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \ 898 $(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \
746 else true; fi 899 else true; fi
900 if [ x"$(NOASANFLAG)" != x ]; then \
901 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/insque.c -o noasan/$@; \
902 else true; fi
747 $(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION) 903 $(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
748 904
749 ./lbasename.$(objext): $(srcdir)/lbasename.c config.h $(INCDIR)/ansidecl.h \ 905 ./lbasename.$(objext): $(srcdir)/lbasename.c config.h $(INCDIR)/ansidecl.h \
750 $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 906 $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \
751 $(INCDIR)/safe-ctype.h 907 $(INCDIR)/safe-ctype.h
752 if [ x"$(PICFLAG)" != x ]; then \ 908 if [ x"$(PICFLAG)" != x ]; then \
753 $(COMPILE.c) $(PICFLAG) $(srcdir)/lbasename.c -o pic/$@; \ 909 $(COMPILE.c) $(PICFLAG) $(srcdir)/lbasename.c -o pic/$@; \
754 else true; fi 910 else true; fi
911 if [ x"$(NOASANFLAG)" != x ]; then \
912 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/lbasename.c -o noasan/$@; \
913 else true; fi
755 $(COMPILE.c) $(srcdir)/lbasename.c $(OUTPUT_OPTION) 914 $(COMPILE.c) $(srcdir)/lbasename.c $(OUTPUT_OPTION)
756 915
757 ./lrealpath.$(objext): $(srcdir)/lrealpath.c config.h $(INCDIR)/ansidecl.h \ 916 ./lrealpath.$(objext): $(srcdir)/lrealpath.c config.h $(INCDIR)/ansidecl.h \
758 $(INCDIR)/libiberty.h 917 $(INCDIR)/libiberty.h
759 if [ x"$(PICFLAG)" != x ]; then \ 918 if [ x"$(PICFLAG)" != x ]; then \
760 $(COMPILE.c) $(PICFLAG) $(srcdir)/lrealpath.c -o pic/$@; \ 919 $(COMPILE.c) $(PICFLAG) $(srcdir)/lrealpath.c -o pic/$@; \
920 else true; fi
921 if [ x"$(NOASANFLAG)" != x ]; then \
922 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/lrealpath.c -o noasan/$@; \
761 else true; fi 923 else true; fi
762 $(COMPILE.c) $(srcdir)/lrealpath.c $(OUTPUT_OPTION) 924 $(COMPILE.c) $(srcdir)/lrealpath.c $(OUTPUT_OPTION)
763 925
764 ./make-relative-prefix.$(objext): $(srcdir)/make-relative-prefix.c config.h \ 926 ./make-relative-prefix.$(objext): $(srcdir)/make-relative-prefix.c config.h \
765 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h 927 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
766 if [ x"$(PICFLAG)" != x ]; then \ 928 if [ x"$(PICFLAG)" != x ]; then \
767 $(COMPILE.c) $(PICFLAG) $(srcdir)/make-relative-prefix.c -o pic/$@; \ 929 $(COMPILE.c) $(PICFLAG) $(srcdir)/make-relative-prefix.c -o pic/$@; \
768 else true; fi 930 else true; fi
931 if [ x"$(NOASANFLAG)" != x ]; then \
932 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/make-relative-prefix.c -o noasan/$@; \
933 else true; fi
769 $(COMPILE.c) $(srcdir)/make-relative-prefix.c $(OUTPUT_OPTION) 934 $(COMPILE.c) $(srcdir)/make-relative-prefix.c $(OUTPUT_OPTION)
770 935
771 ./make-temp-file.$(objext): $(srcdir)/make-temp-file.c config.h \ 936 ./make-temp-file.$(objext): $(srcdir)/make-temp-file.c config.h \
772 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h 937 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
773 if [ x"$(PICFLAG)" != x ]; then \ 938 if [ x"$(PICFLAG)" != x ]; then \
774 $(COMPILE.c) $(PICFLAG) $(srcdir)/make-temp-file.c -o pic/$@; \ 939 $(COMPILE.c) $(PICFLAG) $(srcdir)/make-temp-file.c -o pic/$@; \
775 else true; fi 940 else true; fi
941 if [ x"$(NOASANFLAG)" != x ]; then \
942 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/make-temp-file.c -o noasan/$@; \
943 else true; fi
776 $(COMPILE.c) $(srcdir)/make-temp-file.c $(OUTPUT_OPTION) 944 $(COMPILE.c) $(srcdir)/make-temp-file.c $(OUTPUT_OPTION)
777 945
778 ./md5.$(objext): $(srcdir)/md5.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h 946 ./md5.$(objext): $(srcdir)/md5.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/md5.h
779 if [ x"$(PICFLAG)" != x ]; then \ 947 if [ x"$(PICFLAG)" != x ]; then \
780 $(COMPILE.c) $(PICFLAG) $(srcdir)/md5.c -o pic/$@; \ 948 $(COMPILE.c) $(PICFLAG) $(srcdir)/md5.c -o pic/$@; \
781 else true; fi 949 else true; fi
950 if [ x"$(NOASANFLAG)" != x ]; then \
951 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/md5.c -o noasan/$@; \
952 else true; fi
782 $(COMPILE.c) $(srcdir)/md5.c $(OUTPUT_OPTION) 953 $(COMPILE.c) $(srcdir)/md5.c $(OUTPUT_OPTION)
783 954
784 ./memchr.$(objext): $(srcdir)/memchr.c $(INCDIR)/ansidecl.h 955 ./memchr.$(objext): $(srcdir)/memchr.c $(INCDIR)/ansidecl.h
785 if [ x"$(PICFLAG)" != x ]; then \ 956 if [ x"$(PICFLAG)" != x ]; then \
786 $(COMPILE.c) $(PICFLAG) $(srcdir)/memchr.c -o pic/$@; \ 957 $(COMPILE.c) $(PICFLAG) $(srcdir)/memchr.c -o pic/$@; \
787 else true; fi 958 else true; fi
959 if [ x"$(NOASANFLAG)" != x ]; then \
960 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/memchr.c -o noasan/$@; \
961 else true; fi
788 $(COMPILE.c) $(srcdir)/memchr.c $(OUTPUT_OPTION) 962 $(COMPILE.c) $(srcdir)/memchr.c $(OUTPUT_OPTION)
789 963
790 ./memcmp.$(objext): $(srcdir)/memcmp.c $(INCDIR)/ansidecl.h 964 ./memcmp.$(objext): $(srcdir)/memcmp.c $(INCDIR)/ansidecl.h
791 if [ x"$(PICFLAG)" != x ]; then \ 965 if [ x"$(PICFLAG)" != x ]; then \
792 $(COMPILE.c) $(PICFLAG) $(srcdir)/memcmp.c -o pic/$@; \ 966 $(COMPILE.c) $(PICFLAG) $(srcdir)/memcmp.c -o pic/$@; \
793 else true; fi 967 else true; fi
968 if [ x"$(NOASANFLAG)" != x ]; then \
969 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/memcmp.c -o noasan/$@; \
970 else true; fi
794 $(COMPILE.c) $(srcdir)/memcmp.c $(OUTPUT_OPTION) 971 $(COMPILE.c) $(srcdir)/memcmp.c $(OUTPUT_OPTION)
795 972
796 ./memcpy.$(objext): $(srcdir)/memcpy.c $(INCDIR)/ansidecl.h 973 ./memcpy.$(objext): $(srcdir)/memcpy.c $(INCDIR)/ansidecl.h
797 if [ x"$(PICFLAG)" != x ]; then \ 974 if [ x"$(PICFLAG)" != x ]; then \
798 $(COMPILE.c) $(PICFLAG) $(srcdir)/memcpy.c -o pic/$@; \ 975 $(COMPILE.c) $(PICFLAG) $(srcdir)/memcpy.c -o pic/$@; \
799 else true; fi 976 else true; fi
977 if [ x"$(NOASANFLAG)" != x ]; then \
978 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/memcpy.c -o noasan/$@; \
979 else true; fi
800 $(COMPILE.c) $(srcdir)/memcpy.c $(OUTPUT_OPTION) 980 $(COMPILE.c) $(srcdir)/memcpy.c $(OUTPUT_OPTION)
801 981
802 ./memmem.$(objext): $(srcdir)/memmem.c config.h 982 ./memmem.$(objext): $(srcdir)/memmem.c config.h
803 if [ x"$(PICFLAG)" != x ]; then \ 983 if [ x"$(PICFLAG)" != x ]; then \
804 $(COMPILE.c) $(PICFLAG) $(srcdir)/memmem.c -o pic/$@; \ 984 $(COMPILE.c) $(PICFLAG) $(srcdir)/memmem.c -o pic/$@; \
805 else true; fi 985 else true; fi
986 if [ x"$(NOASANFLAG)" != x ]; then \
987 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/memmem.c -o noasan/$@; \
988 else true; fi
806 $(COMPILE.c) $(srcdir)/memmem.c $(OUTPUT_OPTION) 989 $(COMPILE.c) $(srcdir)/memmem.c $(OUTPUT_OPTION)
807 990
808 ./memmove.$(objext): $(srcdir)/memmove.c $(INCDIR)/ansidecl.h 991 ./memmove.$(objext): $(srcdir)/memmove.c $(INCDIR)/ansidecl.h
809 if [ x"$(PICFLAG)" != x ]; then \ 992 if [ x"$(PICFLAG)" != x ]; then \
810 $(COMPILE.c) $(PICFLAG) $(srcdir)/memmove.c -o pic/$@; \ 993 $(COMPILE.c) $(PICFLAG) $(srcdir)/memmove.c -o pic/$@; \
811 else true; fi 994 else true; fi
995 if [ x"$(NOASANFLAG)" != x ]; then \
996 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/memmove.c -o noasan/$@; \
997 else true; fi
812 $(COMPILE.c) $(srcdir)/memmove.c $(OUTPUT_OPTION) 998 $(COMPILE.c) $(srcdir)/memmove.c $(OUTPUT_OPTION)
813 999
814 ./mempcpy.$(objext): $(srcdir)/mempcpy.c $(INCDIR)/ansidecl.h 1000 ./mempcpy.$(objext): $(srcdir)/mempcpy.c $(INCDIR)/ansidecl.h
815 if [ x"$(PICFLAG)" != x ]; then \ 1001 if [ x"$(PICFLAG)" != x ]; then \
816 $(COMPILE.c) $(PICFLAG) $(srcdir)/mempcpy.c -o pic/$@; \ 1002 $(COMPILE.c) $(PICFLAG) $(srcdir)/mempcpy.c -o pic/$@; \
817 else true; fi 1003 else true; fi
1004 if [ x"$(NOASANFLAG)" != x ]; then \
1005 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/mempcpy.c -o noasan/$@; \
1006 else true; fi
818 $(COMPILE.c) $(srcdir)/mempcpy.c $(OUTPUT_OPTION) 1007 $(COMPILE.c) $(srcdir)/mempcpy.c $(OUTPUT_OPTION)
819 1008
820 ./memset.$(objext): $(srcdir)/memset.c $(INCDIR)/ansidecl.h 1009 ./memset.$(objext): $(srcdir)/memset.c $(INCDIR)/ansidecl.h
821 if [ x"$(PICFLAG)" != x ]; then \ 1010 if [ x"$(PICFLAG)" != x ]; then \
822 $(COMPILE.c) $(PICFLAG) $(srcdir)/memset.c -o pic/$@; \ 1011 $(COMPILE.c) $(PICFLAG) $(srcdir)/memset.c -o pic/$@; \
823 else true; fi 1012 else true; fi
1013 if [ x"$(NOASANFLAG)" != x ]; then \
1014 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/memset.c -o noasan/$@; \
1015 else true; fi
824 $(COMPILE.c) $(srcdir)/memset.c $(OUTPUT_OPTION) 1016 $(COMPILE.c) $(srcdir)/memset.c $(OUTPUT_OPTION)
825 1017
826 ./mkstemps.$(objext): $(srcdir)/mkstemps.c config.h $(INCDIR)/ansidecl.h 1018 ./mkstemps.$(objext): $(srcdir)/mkstemps.c config.h $(INCDIR)/ansidecl.h
827 if [ x"$(PICFLAG)" != x ]; then \ 1019 if [ x"$(PICFLAG)" != x ]; then \
828 $(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \ 1020 $(COMPILE.c) $(PICFLAG) $(srcdir)/mkstemps.c -o pic/$@; \
829 else true; fi 1021 else true; fi
1022 if [ x"$(NOASANFLAG)" != x ]; then \
1023 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/mkstemps.c -o noasan/$@; \
1024 else true; fi
830 $(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION) 1025 $(COMPILE.c) $(srcdir)/mkstemps.c $(OUTPUT_OPTION)
831 1026
832 ./msdos.$(objext): $(srcdir)/msdos.c 1027 ./msdos.$(objext): $(srcdir)/msdos.c
833 if [ x"$(PICFLAG)" != x ]; then \ 1028 if [ x"$(PICFLAG)" != x ]; then \
834 $(COMPILE.c) $(PICFLAG) $(srcdir)/msdos.c -o pic/$@; \ 1029 $(COMPILE.c) $(PICFLAG) $(srcdir)/msdos.c -o pic/$@; \
1030 else true; fi
1031 if [ x"$(NOASANFLAG)" != x ]; then \
1032 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/msdos.c -o noasan/$@; \
835 else true; fi 1033 else true; fi
836 $(COMPILE.c) $(srcdir)/msdos.c $(OUTPUT_OPTION) 1034 $(COMPILE.c) $(srcdir)/msdos.c $(OUTPUT_OPTION)
837 1035
838 ./objalloc.$(objext): $(srcdir)/objalloc.c config.h $(INCDIR)/ansidecl.h \ 1036 ./objalloc.$(objext): $(srcdir)/objalloc.c config.h $(INCDIR)/ansidecl.h \
839 $(INCDIR)/objalloc.h 1037 $(INCDIR)/objalloc.h
840 if [ x"$(PICFLAG)" != x ]; then \ 1038 if [ x"$(PICFLAG)" != x ]; then \
841 $(COMPILE.c) $(PICFLAG) $(srcdir)/objalloc.c -o pic/$@; \ 1039 $(COMPILE.c) $(PICFLAG) $(srcdir)/objalloc.c -o pic/$@; \
842 else true; fi 1040 else true; fi
1041 if [ x"$(NOASANFLAG)" != x ]; then \
1042 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/objalloc.c -o noasan/$@; \
1043 else true; fi
843 $(COMPILE.c) $(srcdir)/objalloc.c $(OUTPUT_OPTION) 1044 $(COMPILE.c) $(srcdir)/objalloc.c $(OUTPUT_OPTION)
844 1045
845 ./obstack.$(objext): $(srcdir)/obstack.c config.h $(INCDIR)/obstack.h 1046 ./obstack.$(objext): $(srcdir)/obstack.c config.h $(INCDIR)/obstack.h
846 if [ x"$(PICFLAG)" != x ]; then \ 1047 if [ x"$(PICFLAG)" != x ]; then \
847 $(COMPILE.c) $(PICFLAG) $(srcdir)/obstack.c -o pic/$@; \ 1048 $(COMPILE.c) $(PICFLAG) $(srcdir)/obstack.c -o pic/$@; \
1049 else true; fi
1050 if [ x"$(NOASANFLAG)" != x ]; then \
1051 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/obstack.c -o noasan/$@; \
848 else true; fi 1052 else true; fi
849 $(COMPILE.c) $(srcdir)/obstack.c $(OUTPUT_OPTION) 1053 $(COMPILE.c) $(srcdir)/obstack.c $(OUTPUT_OPTION)
850 1054
851 ./partition.$(objext): $(srcdir)/partition.c config.h $(INCDIR)/ansidecl.h \ 1055 ./partition.$(objext): $(srcdir)/partition.c config.h $(INCDIR)/ansidecl.h \
852 $(INCDIR)/libiberty.h $(INCDIR)/partition.h 1056 $(INCDIR)/libiberty.h $(INCDIR)/partition.h
853 if [ x"$(PICFLAG)" != x ]; then \ 1057 if [ x"$(PICFLAG)" != x ]; then \
854 $(COMPILE.c) $(PICFLAG) $(srcdir)/partition.c -o pic/$@; \ 1058 $(COMPILE.c) $(PICFLAG) $(srcdir)/partition.c -o pic/$@; \
855 else true; fi 1059 else true; fi
1060 if [ x"$(NOASANFLAG)" != x ]; then \
1061 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/partition.c -o noasan/$@; \
1062 else true; fi
856 $(COMPILE.c) $(srcdir)/partition.c $(OUTPUT_OPTION) 1063 $(COMPILE.c) $(srcdir)/partition.c $(OUTPUT_OPTION)
857 1064
858 ./pex-common.$(objext): $(srcdir)/pex-common.c config.h $(INCDIR)/ansidecl.h \ 1065 ./pex-common.$(objext): $(srcdir)/pex-common.c config.h $(INCDIR)/ansidecl.h \
859 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h 1066 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
860 if [ x"$(PICFLAG)" != x ]; then \ 1067 if [ x"$(PICFLAG)" != x ]; then \
861 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-common.c -o pic/$@; \ 1068 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-common.c -o pic/$@; \
862 else true; fi 1069 else true; fi
1070 if [ x"$(NOASANFLAG)" != x ]; then \
1071 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/pex-common.c -o noasan/$@; \
1072 else true; fi
863 $(COMPILE.c) $(srcdir)/pex-common.c $(OUTPUT_OPTION) 1073 $(COMPILE.c) $(srcdir)/pex-common.c $(OUTPUT_OPTION)
864 1074
865 ./pex-djgpp.$(objext): $(srcdir)/pex-djgpp.c config.h $(INCDIR)/ansidecl.h \ 1075 ./pex-djgpp.$(objext): $(srcdir)/pex-djgpp.c config.h $(INCDIR)/ansidecl.h \
866 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h 1076 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
867 if [ x"$(PICFLAG)" != x ]; then \ 1077 if [ x"$(PICFLAG)" != x ]; then \
868 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-djgpp.c -o pic/$@; \ 1078 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-djgpp.c -o pic/$@; \
1079 else true; fi
1080 if [ x"$(NOASANFLAG)" != x ]; then \
1081 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/pex-djgpp.c -o noasan/$@; \
869 else true; fi 1082 else true; fi
870 $(COMPILE.c) $(srcdir)/pex-djgpp.c $(OUTPUT_OPTION) 1083 $(COMPILE.c) $(srcdir)/pex-djgpp.c $(OUTPUT_OPTION)
871 1084
872 ./pex-msdos.$(objext): $(srcdir)/pex-msdos.c config.h $(INCDIR)/ansidecl.h \ 1085 ./pex-msdos.$(objext): $(srcdir)/pex-msdos.c config.h $(INCDIR)/ansidecl.h \
873 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h \ 1086 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h \
874 $(INCDIR)/safe-ctype.h 1087 $(INCDIR)/safe-ctype.h
875 if [ x"$(PICFLAG)" != x ]; then \ 1088 if [ x"$(PICFLAG)" != x ]; then \
876 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-msdos.c -o pic/$@; \ 1089 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-msdos.c -o pic/$@; \
877 else true; fi 1090 else true; fi
1091 if [ x"$(NOASANFLAG)" != x ]; then \
1092 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/pex-msdos.c -o noasan/$@; \
1093 else true; fi
878 $(COMPILE.c) $(srcdir)/pex-msdos.c $(OUTPUT_OPTION) 1094 $(COMPILE.c) $(srcdir)/pex-msdos.c $(OUTPUT_OPTION)
879 1095
880 ./pex-one.$(objext): $(srcdir)/pex-one.c config.h $(INCDIR)/ansidecl.h \ 1096 ./pex-one.$(objext): $(srcdir)/pex-one.c config.h $(INCDIR)/ansidecl.h \
881 $(INCDIR)/libiberty.h 1097 $(INCDIR)/libiberty.h
882 if [ x"$(PICFLAG)" != x ]; then \ 1098 if [ x"$(PICFLAG)" != x ]; then \
883 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-one.c -o pic/$@; \ 1099 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-one.c -o pic/$@; \
1100 else true; fi
1101 if [ x"$(NOASANFLAG)" != x ]; then \
1102 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/pex-one.c -o noasan/$@; \
884 else true; fi 1103 else true; fi
885 $(COMPILE.c) $(srcdir)/pex-one.c $(OUTPUT_OPTION) 1104 $(COMPILE.c) $(srcdir)/pex-one.c $(OUTPUT_OPTION)
886 1105
887 ./pex-unix.$(objext): $(srcdir)/pex-unix.c config.h $(INCDIR)/ansidecl.h \ 1106 ./pex-unix.$(objext): $(srcdir)/pex-unix.c config.h $(INCDIR)/ansidecl.h \
888 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h 1107 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
889 if [ x"$(PICFLAG)" != x ]; then \ 1108 if [ x"$(PICFLAG)" != x ]; then \
890 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-unix.c -o pic/$@; \ 1109 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-unix.c -o pic/$@; \
891 else true; fi 1110 else true; fi
1111 if [ x"$(NOASANFLAG)" != x ]; then \
1112 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/pex-unix.c -o noasan/$@; \
1113 else true; fi
892 $(COMPILE.c) $(srcdir)/pex-unix.c $(OUTPUT_OPTION) 1114 $(COMPILE.c) $(srcdir)/pex-unix.c $(OUTPUT_OPTION)
893 1115
894 ./pex-win32.$(objext): $(srcdir)/pex-win32.c config.h $(INCDIR)/ansidecl.h \ 1116 ./pex-win32.$(objext): $(srcdir)/pex-win32.c config.h $(INCDIR)/ansidecl.h \
895 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h 1117 $(INCDIR)/libiberty.h $(srcdir)/pex-common.h
896 if [ x"$(PICFLAG)" != x ]; then \ 1118 if [ x"$(PICFLAG)" != x ]; then \
897 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-win32.c -o pic/$@; \ 1119 $(COMPILE.c) $(PICFLAG) $(srcdir)/pex-win32.c -o pic/$@; \
898 else true; fi 1120 else true; fi
1121 if [ x"$(NOASANFLAG)" != x ]; then \
1122 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/pex-win32.c -o noasan/$@; \
1123 else true; fi
899 $(COMPILE.c) $(srcdir)/pex-win32.c $(OUTPUT_OPTION) 1124 $(COMPILE.c) $(srcdir)/pex-win32.c $(OUTPUT_OPTION)
900 1125
901 ./pexecute.$(objext): $(srcdir)/pexecute.c config.h $(INCDIR)/ansidecl.h \ 1126 ./pexecute.$(objext): $(srcdir)/pexecute.c config.h $(INCDIR)/ansidecl.h \
902 $(INCDIR)/libiberty.h 1127 $(INCDIR)/libiberty.h
903 if [ x"$(PICFLAG)" != x ]; then \ 1128 if [ x"$(PICFLAG)" != x ]; then \
904 $(COMPILE.c) $(PICFLAG) $(srcdir)/pexecute.c -o pic/$@; \ 1129 $(COMPILE.c) $(PICFLAG) $(srcdir)/pexecute.c -o pic/$@; \
905 else true; fi 1130 else true; fi
1131 if [ x"$(NOASANFLAG)" != x ]; then \
1132 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/pexecute.c -o noasan/$@; \
1133 else true; fi
906 $(COMPILE.c) $(srcdir)/pexecute.c $(OUTPUT_OPTION) 1134 $(COMPILE.c) $(srcdir)/pexecute.c $(OUTPUT_OPTION)
907 1135
908 ./physmem.$(objext): $(srcdir)/physmem.c config.h $(INCDIR)/ansidecl.h \ 1136 ./physmem.$(objext): $(srcdir)/physmem.c config.h $(INCDIR)/ansidecl.h \
909 $(INCDIR)/libiberty.h 1137 $(INCDIR)/libiberty.h
910 if [ x"$(PICFLAG)" != x ]; then \ 1138 if [ x"$(PICFLAG)" != x ]; then \
911 $(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \ 1139 $(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \
912 else true; fi 1140 else true; fi
1141 if [ x"$(NOASANFLAG)" != x ]; then \
1142 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/physmem.c -o noasan/$@; \
1143 else true; fi
913 $(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION) 1144 $(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
914 1145
915 ./putenv.$(objext): $(srcdir)/putenv.c config.h $(INCDIR)/ansidecl.h 1146 ./putenv.$(objext): $(srcdir)/putenv.c config.h $(INCDIR)/ansidecl.h
916 if [ x"$(PICFLAG)" != x ]; then \ 1147 if [ x"$(PICFLAG)" != x ]; then \
917 $(COMPILE.c) $(PICFLAG) $(srcdir)/putenv.c -o pic/$@; \ 1148 $(COMPILE.c) $(PICFLAG) $(srcdir)/putenv.c -o pic/$@; \
918 else true; fi 1149 else true; fi
1150 if [ x"$(NOASANFLAG)" != x ]; then \
1151 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/putenv.c -o noasan/$@; \
1152 else true; fi
919 $(COMPILE.c) $(srcdir)/putenv.c $(OUTPUT_OPTION) 1153 $(COMPILE.c) $(srcdir)/putenv.c $(OUTPUT_OPTION)
920 1154
921 ./random.$(objext): $(srcdir)/random.c $(INCDIR)/ansidecl.h 1155 ./random.$(objext): $(srcdir)/random.c $(INCDIR)/ansidecl.h
922 if [ x"$(PICFLAG)" != x ]; then \ 1156 if [ x"$(PICFLAG)" != x ]; then \
923 $(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \ 1157 $(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \
1158 else true; fi
1159 if [ x"$(NOASANFLAG)" != x ]; then \
1160 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/random.c -o noasan/$@; \
924 else true; fi 1161 else true; fi
925 $(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION) 1162 $(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION)
926 1163
927 ./regex.$(objext): $(srcdir)/regex.c config.h $(INCDIR)/ansidecl.h \ 1164 ./regex.$(objext): $(srcdir)/regex.c config.h $(INCDIR)/ansidecl.h \
928 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h 1165 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
929 if [ x"$(PICFLAG)" != x ]; then \ 1166 if [ x"$(PICFLAG)" != x ]; then \
930 $(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \ 1167 $(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \
931 else true; fi 1168 else true; fi
1169 if [ x"$(NOASANFLAG)" != x ]; then \
1170 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/regex.c -o noasan/$@; \
1171 else true; fi
932 $(COMPILE.c) $(srcdir)/regex.c $(OUTPUT_OPTION) 1172 $(COMPILE.c) $(srcdir)/regex.c $(OUTPUT_OPTION)
933 1173
934 ./rename.$(objext): $(srcdir)/rename.c config.h $(INCDIR)/ansidecl.h 1174 ./rename.$(objext): $(srcdir)/rename.c config.h $(INCDIR)/ansidecl.h
935 if [ x"$(PICFLAG)" != x ]; then \ 1175 if [ x"$(PICFLAG)" != x ]; then \
936 $(COMPILE.c) $(PICFLAG) $(srcdir)/rename.c -o pic/$@; \ 1176 $(COMPILE.c) $(PICFLAG) $(srcdir)/rename.c -o pic/$@; \
937 else true; fi 1177 else true; fi
1178 if [ x"$(NOASANFLAG)" != x ]; then \
1179 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/rename.c -o noasan/$@; \
1180 else true; fi
938 $(COMPILE.c) $(srcdir)/rename.c $(OUTPUT_OPTION) 1181 $(COMPILE.c) $(srcdir)/rename.c $(OUTPUT_OPTION)
939 1182
940 ./rindex.$(objext): $(srcdir)/rindex.c 1183 ./rindex.$(objext): $(srcdir)/rindex.c
941 if [ x"$(PICFLAG)" != x ]; then \ 1184 if [ x"$(PICFLAG)" != x ]; then \
942 $(COMPILE.c) $(PICFLAG) $(srcdir)/rindex.c -o pic/$@; \ 1185 $(COMPILE.c) $(PICFLAG) $(srcdir)/rindex.c -o pic/$@; \
943 else true; fi 1186 else true; fi
1187 if [ x"$(NOASANFLAG)" != x ]; then \
1188 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/rindex.c -o noasan/$@; \
1189 else true; fi
944 $(COMPILE.c) $(srcdir)/rindex.c $(OUTPUT_OPTION) 1190 $(COMPILE.c) $(srcdir)/rindex.c $(OUTPUT_OPTION)
1191
1192 ./rust-demangle.$(objext): $(srcdir)/rust-demangle.c config.h \
1193 $(INCDIR)/ansidecl.h $(INCDIR)/demangle.h $(INCDIR)/libiberty.h \
1194 $(INCDIR)/safe-ctype.h
1195 if [ x"$(PICFLAG)" != x ]; then \
1196 $(COMPILE.c) $(PICFLAG) $(srcdir)/rust-demangle.c -o pic/$@; \
1197 else true; fi
1198 if [ x"$(NOASANFLAG)" != x ]; then \
1199 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/rust-demangle.c -o noasan/$@; \
1200 else true; fi
1201 $(COMPILE.c) $(srcdir)/rust-demangle.c $(OUTPUT_OPTION)
945 1202
946 ./safe-ctype.$(objext): $(srcdir)/safe-ctype.c $(INCDIR)/ansidecl.h \ 1203 ./safe-ctype.$(objext): $(srcdir)/safe-ctype.c $(INCDIR)/ansidecl.h \
947 $(INCDIR)/safe-ctype.h 1204 $(INCDIR)/safe-ctype.h
948 if [ x"$(PICFLAG)" != x ]; then \ 1205 if [ x"$(PICFLAG)" != x ]; then \
949 $(COMPILE.c) $(PICFLAG) $(srcdir)/safe-ctype.c -o pic/$@; \ 1206 $(COMPILE.c) $(PICFLAG) $(srcdir)/safe-ctype.c -o pic/$@; \
950 else true; fi 1207 else true; fi
1208 if [ x"$(NOASANFLAG)" != x ]; then \
1209 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/safe-ctype.c -o noasan/$@; \
1210 else true; fi
951 $(COMPILE.c) $(srcdir)/safe-ctype.c $(OUTPUT_OPTION) 1211 $(COMPILE.c) $(srcdir)/safe-ctype.c $(OUTPUT_OPTION)
952 1212
953 ./setenv.$(objext): $(srcdir)/setenv.c config.h $(INCDIR)/ansidecl.h 1213 ./setenv.$(objext): $(srcdir)/setenv.c config.h $(INCDIR)/ansidecl.h
954 if [ x"$(PICFLAG)" != x ]; then \ 1214 if [ x"$(PICFLAG)" != x ]; then \
955 $(COMPILE.c) $(PICFLAG) $(srcdir)/setenv.c -o pic/$@; \ 1215 $(COMPILE.c) $(PICFLAG) $(srcdir)/setenv.c -o pic/$@; \
956 else true; fi 1216 else true; fi
1217 if [ x"$(NOASANFLAG)" != x ]; then \
1218 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/setenv.c -o noasan/$@; \
1219 else true; fi
957 $(COMPILE.c) $(srcdir)/setenv.c $(OUTPUT_OPTION) 1220 $(COMPILE.c) $(srcdir)/setenv.c $(OUTPUT_OPTION)
958 1221
959 ./setproctitle.$(objext): $(srcdir)/setproctitle.c config.h $(INCDIR)/ansidecl.h 1222 ./setproctitle.$(objext): $(srcdir)/setproctitle.c config.h $(INCDIR)/ansidecl.h
960 if [ x"$(PICFLAG)" != x ]; then \ 1223 if [ x"$(PICFLAG)" != x ]; then \
961 $(COMPILE.c) $(PICFLAG) $(srcdir)/setproctitle.c -o pic/$@; \ 1224 $(COMPILE.c) $(PICFLAG) $(srcdir)/setproctitle.c -o pic/$@; \
962 else true; fi 1225 else true; fi
1226 if [ x"$(NOASANFLAG)" != x ]; then \
1227 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/setproctitle.c -o noasan/$@; \
1228 else true; fi
963 $(COMPILE.c) $(srcdir)/setproctitle.c $(OUTPUT_OPTION) 1229 $(COMPILE.c) $(srcdir)/setproctitle.c $(OUTPUT_OPTION)
964 1230
965 ./sha1.$(objext): $(srcdir)/sha1.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/sha1.h 1231 ./sha1.$(objext): $(srcdir)/sha1.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/sha1.h
966 if [ x"$(PICFLAG)" != x ]; then \ 1232 if [ x"$(PICFLAG)" != x ]; then \
967 $(COMPILE.c) $(PICFLAG) $(srcdir)/sha1.c -o pic/$@; \ 1233 $(COMPILE.c) $(PICFLAG) $(srcdir)/sha1.c -o pic/$@; \
968 else true; fi 1234 else true; fi
1235 if [ x"$(NOASANFLAG)" != x ]; then \
1236 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/sha1.c -o noasan/$@; \
1237 else true; fi
969 $(COMPILE.c) $(srcdir)/sha1.c $(OUTPUT_OPTION) 1238 $(COMPILE.c) $(srcdir)/sha1.c $(OUTPUT_OPTION)
970 1239
971 ./sigsetmask.$(objext): $(srcdir)/sigsetmask.c $(INCDIR)/ansidecl.h 1240 ./sigsetmask.$(objext): $(srcdir)/sigsetmask.c $(INCDIR)/ansidecl.h
972 if [ x"$(PICFLAG)" != x ]; then \ 1241 if [ x"$(PICFLAG)" != x ]; then \
973 $(COMPILE.c) $(PICFLAG) $(srcdir)/sigsetmask.c -o pic/$@; \ 1242 $(COMPILE.c) $(PICFLAG) $(srcdir)/sigsetmask.c -o pic/$@; \
1243 else true; fi
1244 if [ x"$(NOASANFLAG)" != x ]; then \
1245 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/sigsetmask.c -o noasan/$@; \
974 else true; fi 1246 else true; fi
975 $(COMPILE.c) $(srcdir)/sigsetmask.c $(OUTPUT_OPTION) 1247 $(COMPILE.c) $(srcdir)/sigsetmask.c $(OUTPUT_OPTION)
976 1248
977 ./simple-object-coff.$(objext): $(srcdir)/simple-object-coff.c config.h \ 1249 ./simple-object-coff.$(objext): $(srcdir)/simple-object-coff.c config.h \
978 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ 1250 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
979 $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h 1251 $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h
980 if [ x"$(PICFLAG)" != x ]; then \ 1252 if [ x"$(PICFLAG)" != x ]; then \
981 $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-coff.c -o pic/$@; \ 1253 $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-coff.c -o pic/$@; \
982 else true; fi 1254 else true; fi
1255 if [ x"$(NOASANFLAG)" != x ]; then \
1256 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/simple-object-coff.c -o noasan/$@; \
1257 else true; fi
983 $(COMPILE.c) $(srcdir)/simple-object-coff.c $(OUTPUT_OPTION) 1258 $(COMPILE.c) $(srcdir)/simple-object-coff.c $(OUTPUT_OPTION)
984 1259
985 ./simple-object-elf.$(objext): $(srcdir)/simple-object-elf.c config.h \ 1260 ./simple-object-elf.$(objext): $(srcdir)/simple-object-elf.c config.h \
986 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ 1261 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
987 $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h 1262 $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h
988 if [ x"$(PICFLAG)" != x ]; then \ 1263 if [ x"$(PICFLAG)" != x ]; then \
989 $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-elf.c -o pic/$@; \ 1264 $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-elf.c -o pic/$@; \
990 else true; fi 1265 else true; fi
1266 if [ x"$(NOASANFLAG)" != x ]; then \
1267 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/simple-object-elf.c -o noasan/$@; \
1268 else true; fi
991 $(COMPILE.c) $(srcdir)/simple-object-elf.c $(OUTPUT_OPTION) 1269 $(COMPILE.c) $(srcdir)/simple-object-elf.c $(OUTPUT_OPTION)
992 1270
993 ./simple-object-mach-o.$(objext): $(srcdir)/simple-object-mach-o.c config.h \ 1271 ./simple-object-mach-o.$(objext): $(srcdir)/simple-object-mach-o.c config.h \
994 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ 1272 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
995 $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h 1273 $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h
996 if [ x"$(PICFLAG)" != x ]; then \ 1274 if [ x"$(PICFLAG)" != x ]; then \
997 $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-mach-o.c -o pic/$@; \ 1275 $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-mach-o.c -o pic/$@; \
998 else true; fi 1276 else true; fi
1277 if [ x"$(NOASANFLAG)" != x ]; then \
1278 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/simple-object-mach-o.c -o noasan/$@; \
1279 else true; fi
999 $(COMPILE.c) $(srcdir)/simple-object-mach-o.c $(OUTPUT_OPTION) 1280 $(COMPILE.c) $(srcdir)/simple-object-mach-o.c $(OUTPUT_OPTION)
1281
1282 ./simple-object-xcoff.$(objext): $(srcdir)/simple-object-xcoff.c config.h \
1283 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
1284 $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h
1285 if [ x"$(PICFLAG)" != x ]; then \
1286 $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-xcoff.c -o pic/$@; \
1287 else true; fi
1288 if [ x"$(NOASANFLAG)" != x ]; then \
1289 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/simple-object-xcoff.c -o noasan/$@; \
1290 else true; fi
1291 $(COMPILE.c) $(srcdir)/simple-object-xcoff.c $(OUTPUT_OPTION)
1000 1292
1001 ./simple-object.$(objext): $(srcdir)/simple-object.c config.h \ 1293 ./simple-object.$(objext): $(srcdir)/simple-object.c config.h \
1002 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ 1294 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
1003 $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h 1295 $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h
1004 if [ x"$(PICFLAG)" != x ]; then \ 1296 if [ x"$(PICFLAG)" != x ]; then \
1005 $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object.c -o pic/$@; \ 1297 $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object.c -o pic/$@; \
1006 else true; fi 1298 else true; fi
1299 if [ x"$(NOASANFLAG)" != x ]; then \
1300 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/simple-object.c -o noasan/$@; \
1301 else true; fi
1007 $(COMPILE.c) $(srcdir)/simple-object.c $(OUTPUT_OPTION) 1302 $(COMPILE.c) $(srcdir)/simple-object.c $(OUTPUT_OPTION)
1008 1303
1009 ./snprintf.$(objext): $(srcdir)/snprintf.c $(INCDIR)/ansidecl.h 1304 ./snprintf.$(objext): $(srcdir)/snprintf.c $(INCDIR)/ansidecl.h
1010 if [ x"$(PICFLAG)" != x ]; then \ 1305 if [ x"$(PICFLAG)" != x ]; then \
1011 $(COMPILE.c) $(PICFLAG) $(srcdir)/snprintf.c -o pic/$@; \ 1306 $(COMPILE.c) $(PICFLAG) $(srcdir)/snprintf.c -o pic/$@; \
1307 else true; fi
1308 if [ x"$(NOASANFLAG)" != x ]; then \
1309 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/snprintf.c -o noasan/$@; \
1012 else true; fi 1310 else true; fi
1013 $(COMPILE.c) $(srcdir)/snprintf.c $(OUTPUT_OPTION) 1311 $(COMPILE.c) $(srcdir)/snprintf.c $(OUTPUT_OPTION)
1014 1312
1015 ./sort.$(objext): $(srcdir)/sort.c config.h $(INCDIR)/ansidecl.h \ 1313 ./sort.$(objext): $(srcdir)/sort.c config.h $(INCDIR)/ansidecl.h \
1016 $(INCDIR)/libiberty.h $(INCDIR)/sort.h 1314 $(INCDIR)/libiberty.h $(INCDIR)/sort.h
1017 if [ x"$(PICFLAG)" != x ]; then \ 1315 if [ x"$(PICFLAG)" != x ]; then \
1018 $(COMPILE.c) $(PICFLAG) $(srcdir)/sort.c -o pic/$@; \ 1316 $(COMPILE.c) $(PICFLAG) $(srcdir)/sort.c -o pic/$@; \
1019 else true; fi 1317 else true; fi
1318 if [ x"$(NOASANFLAG)" != x ]; then \
1319 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/sort.c -o noasan/$@; \
1320 else true; fi
1020 $(COMPILE.c) $(srcdir)/sort.c $(OUTPUT_OPTION) 1321 $(COMPILE.c) $(srcdir)/sort.c $(OUTPUT_OPTION)
1021 1322
1022 ./spaces.$(objext): $(srcdir)/spaces.c config.h $(INCDIR)/ansidecl.h \ 1323 ./spaces.$(objext): $(srcdir)/spaces.c config.h $(INCDIR)/ansidecl.h \
1023 $(INCDIR)/libiberty.h 1324 $(INCDIR)/libiberty.h
1024 if [ x"$(PICFLAG)" != x ]; then \ 1325 if [ x"$(PICFLAG)" != x ]; then \
1025 $(COMPILE.c) $(PICFLAG) $(srcdir)/spaces.c -o pic/$@; \ 1326 $(COMPILE.c) $(PICFLAG) $(srcdir)/spaces.c -o pic/$@; \
1327 else true; fi
1328 if [ x"$(NOASANFLAG)" != x ]; then \
1329 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/spaces.c -o noasan/$@; \
1026 else true; fi 1330 else true; fi
1027 $(COMPILE.c) $(srcdir)/spaces.c $(OUTPUT_OPTION) 1331 $(COMPILE.c) $(srcdir)/spaces.c $(OUTPUT_OPTION)
1028 1332
1029 ./splay-tree.$(objext): $(srcdir)/splay-tree.c config.h $(INCDIR)/ansidecl.h \ 1333 ./splay-tree.$(objext): $(srcdir)/splay-tree.c config.h $(INCDIR)/ansidecl.h \
1030 $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h 1334 $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h
1031 if [ x"$(PICFLAG)" != x ]; then \ 1335 if [ x"$(PICFLAG)" != x ]; then \
1032 $(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \ 1336 $(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \
1033 else true; fi 1337 else true; fi
1338 if [ x"$(NOASANFLAG)" != x ]; then \
1339 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/splay-tree.c -o noasan/$@; \
1340 else true; fi
1034 $(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION) 1341 $(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION)
1035 1342
1343 ./stack-limit.$(objext): $(srcdir)/stack-limit.c config.h $(INCDIR)/ansidecl.h
1344 if [ x"$(PICFLAG)" != x ]; then \
1345 $(COMPILE.c) $(PICFLAG) $(srcdir)/stack-limit.c -o pic/$@; \
1346 else true; fi
1347 if [ x"$(NOASANFLAG)" != x ]; then \
1348 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/stack-limit.c -o noasan/$@; \
1349 else true; fi
1350 $(COMPILE.c) $(srcdir)/stack-limit.c $(OUTPUT_OPTION)
1351
1036 ./stpcpy.$(objext): $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h 1352 ./stpcpy.$(objext): $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h
1037 if [ x"$(PICFLAG)" != x ]; then \ 1353 if [ x"$(PICFLAG)" != x ]; then \
1038 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \ 1354 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \
1039 else true; fi 1355 else true; fi
1356 if [ x"$(NOASANFLAG)" != x ]; then \
1357 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/stpcpy.c -o noasan/$@; \
1358 else true; fi
1040 $(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION) 1359 $(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION)
1041 1360
1042 ./stpncpy.$(objext): $(srcdir)/stpncpy.c $(INCDIR)/ansidecl.h 1361 ./stpncpy.$(objext): $(srcdir)/stpncpy.c $(INCDIR)/ansidecl.h
1043 if [ x"$(PICFLAG)" != x ]; then \ 1362 if [ x"$(PICFLAG)" != x ]; then \
1044 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpncpy.c -o pic/$@; \ 1363 $(COMPILE.c) $(PICFLAG) $(srcdir)/stpncpy.c -o pic/$@; \
1045 else true; fi 1364 else true; fi
1365 if [ x"$(NOASANFLAG)" != x ]; then \
1366 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/stpncpy.c -o noasan/$@; \
1367 else true; fi
1046 $(COMPILE.c) $(srcdir)/stpncpy.c $(OUTPUT_OPTION) 1368 $(COMPILE.c) $(srcdir)/stpncpy.c $(OUTPUT_OPTION)
1047 1369
1048 ./strcasecmp.$(objext): $(srcdir)/strcasecmp.c $(INCDIR)/ansidecl.h 1370 ./strcasecmp.$(objext): $(srcdir)/strcasecmp.c $(INCDIR)/ansidecl.h
1049 if [ x"$(PICFLAG)" != x ]; then \ 1371 if [ x"$(PICFLAG)" != x ]; then \
1050 $(COMPILE.c) $(PICFLAG) $(srcdir)/strcasecmp.c -o pic/$@; \ 1372 $(COMPILE.c) $(PICFLAG) $(srcdir)/strcasecmp.c -o pic/$@; \
1051 else true; fi 1373 else true; fi
1374 if [ x"$(NOASANFLAG)" != x ]; then \
1375 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strcasecmp.c -o noasan/$@; \
1376 else true; fi
1052 $(COMPILE.c) $(srcdir)/strcasecmp.c $(OUTPUT_OPTION) 1377 $(COMPILE.c) $(srcdir)/strcasecmp.c $(OUTPUT_OPTION)
1053 1378
1054 ./strchr.$(objext): $(srcdir)/strchr.c $(INCDIR)/ansidecl.h 1379 ./strchr.$(objext): $(srcdir)/strchr.c $(INCDIR)/ansidecl.h
1055 if [ x"$(PICFLAG)" != x ]; then \ 1380 if [ x"$(PICFLAG)" != x ]; then \
1056 $(COMPILE.c) $(PICFLAG) $(srcdir)/strchr.c -o pic/$@; \ 1381 $(COMPILE.c) $(PICFLAG) $(srcdir)/strchr.c -o pic/$@; \
1057 else true; fi 1382 else true; fi
1383 if [ x"$(NOASANFLAG)" != x ]; then \
1384 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strchr.c -o noasan/$@; \
1385 else true; fi
1058 $(COMPILE.c) $(srcdir)/strchr.c $(OUTPUT_OPTION) 1386 $(COMPILE.c) $(srcdir)/strchr.c $(OUTPUT_OPTION)
1059 1387
1060 ./strdup.$(objext): $(srcdir)/strdup.c $(INCDIR)/ansidecl.h 1388 ./strdup.$(objext): $(srcdir)/strdup.c $(INCDIR)/ansidecl.h
1061 if [ x"$(PICFLAG)" != x ]; then \ 1389 if [ x"$(PICFLAG)" != x ]; then \
1062 $(COMPILE.c) $(PICFLAG) $(srcdir)/strdup.c -o pic/$@; \ 1390 $(COMPILE.c) $(PICFLAG) $(srcdir)/strdup.c -o pic/$@; \
1063 else true; fi 1391 else true; fi
1392 if [ x"$(NOASANFLAG)" != x ]; then \
1393 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strdup.c -o noasan/$@; \
1394 else true; fi
1064 $(COMPILE.c) $(srcdir)/strdup.c $(OUTPUT_OPTION) 1395 $(COMPILE.c) $(srcdir)/strdup.c $(OUTPUT_OPTION)
1065 1396
1066 ./strerror.$(objext): $(srcdir)/strerror.c config.h $(INCDIR)/ansidecl.h \ 1397 ./strerror.$(objext): $(srcdir)/strerror.c config.h $(INCDIR)/ansidecl.h \
1067 $(INCDIR)/libiberty.h 1398 $(INCDIR)/libiberty.h
1068 if [ x"$(PICFLAG)" != x ]; then \ 1399 if [ x"$(PICFLAG)" != x ]; then \
1069 $(COMPILE.c) $(PICFLAG) $(srcdir)/strerror.c -o pic/$@; \ 1400 $(COMPILE.c) $(PICFLAG) $(srcdir)/strerror.c -o pic/$@; \
1070 else true; fi 1401 else true; fi
1402 if [ x"$(NOASANFLAG)" != x ]; then \
1403 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strerror.c -o noasan/$@; \
1404 else true; fi
1071 $(COMPILE.c) $(srcdir)/strerror.c $(OUTPUT_OPTION) 1405 $(COMPILE.c) $(srcdir)/strerror.c $(OUTPUT_OPTION)
1072 1406
1073 ./strncasecmp.$(objext): $(srcdir)/strncasecmp.c $(INCDIR)/ansidecl.h 1407 ./strncasecmp.$(objext): $(srcdir)/strncasecmp.c $(INCDIR)/ansidecl.h
1074 if [ x"$(PICFLAG)" != x ]; then \ 1408 if [ x"$(PICFLAG)" != x ]; then \
1075 $(COMPILE.c) $(PICFLAG) $(srcdir)/strncasecmp.c -o pic/$@; \ 1409 $(COMPILE.c) $(PICFLAG) $(srcdir)/strncasecmp.c -o pic/$@; \
1076 else true; fi 1410 else true; fi
1411 if [ x"$(NOASANFLAG)" != x ]; then \
1412 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strncasecmp.c -o noasan/$@; \
1413 else true; fi
1077 $(COMPILE.c) $(srcdir)/strncasecmp.c $(OUTPUT_OPTION) 1414 $(COMPILE.c) $(srcdir)/strncasecmp.c $(OUTPUT_OPTION)
1078 1415
1079 ./strncmp.$(objext): $(srcdir)/strncmp.c $(INCDIR)/ansidecl.h 1416 ./strncmp.$(objext): $(srcdir)/strncmp.c $(INCDIR)/ansidecl.h
1080 if [ x"$(PICFLAG)" != x ]; then \ 1417 if [ x"$(PICFLAG)" != x ]; then \
1081 $(COMPILE.c) $(PICFLAG) $(srcdir)/strncmp.c -o pic/$@; \ 1418 $(COMPILE.c) $(PICFLAG) $(srcdir)/strncmp.c -o pic/$@; \
1082 else true; fi 1419 else true; fi
1420 if [ x"$(NOASANFLAG)" != x ]; then \
1421 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strncmp.c -o noasan/$@; \
1422 else true; fi
1083 $(COMPILE.c) $(srcdir)/strncmp.c $(OUTPUT_OPTION) 1423 $(COMPILE.c) $(srcdir)/strncmp.c $(OUTPUT_OPTION)
1084 1424
1085 ./strndup.$(objext): $(srcdir)/strndup.c $(INCDIR)/ansidecl.h 1425 ./strndup.$(objext): $(srcdir)/strndup.c $(INCDIR)/ansidecl.h
1086 if [ x"$(PICFLAG)" != x ]; then \ 1426 if [ x"$(PICFLAG)" != x ]; then \
1087 $(COMPILE.c) $(PICFLAG) $(srcdir)/strndup.c -o pic/$@; \ 1427 $(COMPILE.c) $(PICFLAG) $(srcdir)/strndup.c -o pic/$@; \
1088 else true; fi 1428 else true; fi
1429 if [ x"$(NOASANFLAG)" != x ]; then \
1430 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strndup.c -o noasan/$@; \
1431 else true; fi
1089 $(COMPILE.c) $(srcdir)/strndup.c $(OUTPUT_OPTION) 1432 $(COMPILE.c) $(srcdir)/strndup.c $(OUTPUT_OPTION)
1090 1433
1434 ./strnlen.$(objext): $(srcdir)/strnlen.c config.h
1435 if [ x"$(PICFLAG)" != x ]; then \
1436 $(COMPILE.c) $(PICFLAG) $(srcdir)/strnlen.c -o pic/$@; \
1437 else true; fi
1438 if [ x"$(NOASANFLAG)" != x ]; then \
1439 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strnlen.c -o noasan/$@; \
1440 else true; fi
1441 $(COMPILE.c) $(srcdir)/strnlen.c $(OUTPUT_OPTION)
1442
1091 ./strrchr.$(objext): $(srcdir)/strrchr.c $(INCDIR)/ansidecl.h 1443 ./strrchr.$(objext): $(srcdir)/strrchr.c $(INCDIR)/ansidecl.h
1092 if [ x"$(PICFLAG)" != x ]; then \ 1444 if [ x"$(PICFLAG)" != x ]; then \
1093 $(COMPILE.c) $(PICFLAG) $(srcdir)/strrchr.c -o pic/$@; \ 1445 $(COMPILE.c) $(PICFLAG) $(srcdir)/strrchr.c -o pic/$@; \
1094 else true; fi 1446 else true; fi
1447 if [ x"$(NOASANFLAG)" != x ]; then \
1448 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strrchr.c -o noasan/$@; \
1449 else true; fi
1095 $(COMPILE.c) $(srcdir)/strrchr.c $(OUTPUT_OPTION) 1450 $(COMPILE.c) $(srcdir)/strrchr.c $(OUTPUT_OPTION)
1096 1451
1097 ./strsignal.$(objext): $(srcdir)/strsignal.c config.h $(INCDIR)/ansidecl.h \ 1452 ./strsignal.$(objext): $(srcdir)/strsignal.c config.h $(INCDIR)/ansidecl.h \
1098 $(INCDIR)/libiberty.h 1453 $(INCDIR)/libiberty.h
1099 if [ x"$(PICFLAG)" != x ]; then \ 1454 if [ x"$(PICFLAG)" != x ]; then \
1100 $(COMPILE.c) $(PICFLAG) $(srcdir)/strsignal.c -o pic/$@; \ 1455 $(COMPILE.c) $(PICFLAG) $(srcdir)/strsignal.c -o pic/$@; \
1101 else true; fi 1456 else true; fi
1457 if [ x"$(NOASANFLAG)" != x ]; then \
1458 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strsignal.c -o noasan/$@; \
1459 else true; fi
1102 $(COMPILE.c) $(srcdir)/strsignal.c $(OUTPUT_OPTION) 1460 $(COMPILE.c) $(srcdir)/strsignal.c $(OUTPUT_OPTION)
1103 1461
1104 ./strstr.$(objext): $(srcdir)/strstr.c 1462 ./strstr.$(objext): $(srcdir)/strstr.c
1105 if [ x"$(PICFLAG)" != x ]; then \ 1463 if [ x"$(PICFLAG)" != x ]; then \
1106 $(COMPILE.c) $(PICFLAG) $(srcdir)/strstr.c -o pic/$@; \ 1464 $(COMPILE.c) $(PICFLAG) $(srcdir)/strstr.c -o pic/$@; \
1465 else true; fi
1466 if [ x"$(NOASANFLAG)" != x ]; then \
1467 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strstr.c -o noasan/$@; \
1107 else true; fi 1468 else true; fi
1108 $(COMPILE.c) $(srcdir)/strstr.c $(OUTPUT_OPTION) 1469 $(COMPILE.c) $(srcdir)/strstr.c $(OUTPUT_OPTION)
1109 1470
1110 ./strtod.$(objext): $(srcdir)/strtod.c $(INCDIR)/ansidecl.h \ 1471 ./strtod.$(objext): $(srcdir)/strtod.c $(INCDIR)/ansidecl.h \
1111 $(INCDIR)/safe-ctype.h 1472 $(INCDIR)/safe-ctype.h
1112 if [ x"$(PICFLAG)" != x ]; then \ 1473 if [ x"$(PICFLAG)" != x ]; then \
1113 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtod.c -o pic/$@; \ 1474 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtod.c -o pic/$@; \
1114 else true; fi 1475 else true; fi
1476 if [ x"$(NOASANFLAG)" != x ]; then \
1477 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtod.c -o noasan/$@; \
1478 else true; fi
1115 $(COMPILE.c) $(srcdir)/strtod.c $(OUTPUT_OPTION) 1479 $(COMPILE.c) $(srcdir)/strtod.c $(OUTPUT_OPTION)
1116 1480
1117 ./strtol.$(objext): $(srcdir)/strtol.c config.h $(INCDIR)/safe-ctype.h 1481 ./strtol.$(objext): $(srcdir)/strtol.c config.h $(INCDIR)/safe-ctype.h
1118 if [ x"$(PICFLAG)" != x ]; then \ 1482 if [ x"$(PICFLAG)" != x ]; then \
1119 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtol.c -o pic/$@; \ 1483 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtol.c -o pic/$@; \
1120 else true; fi 1484 else true; fi
1485 if [ x"$(NOASANFLAG)" != x ]; then \
1486 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtol.c -o noasan/$@; \
1487 else true; fi
1121 $(COMPILE.c) $(srcdir)/strtol.c $(OUTPUT_OPTION) 1488 $(COMPILE.c) $(srcdir)/strtol.c $(OUTPUT_OPTION)
1489
1490 ./strtoll.$(objext): $(srcdir)/strtoll.c config.h $(INCDIR)/safe-ctype.h
1491 if [ x"$(PICFLAG)" != x ]; then \
1492 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoll.c -o pic/$@; \
1493 else true; fi
1494 if [ x"$(NOASANFLAG)" != x ]; then \
1495 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoll.c -o noasan/$@; \
1496 else true; fi
1497 $(COMPILE.c) $(srcdir)/strtoll.c $(OUTPUT_OPTION)
1122 1498
1123 ./strtoul.$(objext): $(srcdir)/strtoul.c config.h $(INCDIR)/ansidecl.h \ 1499 ./strtoul.$(objext): $(srcdir)/strtoul.c config.h $(INCDIR)/ansidecl.h \
1124 $(INCDIR)/safe-ctype.h 1500 $(INCDIR)/safe-ctype.h
1125 if [ x"$(PICFLAG)" != x ]; then \ 1501 if [ x"$(PICFLAG)" != x ]; then \
1126 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \ 1502 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \
1127 else true; fi 1503 else true; fi
1504 if [ x"$(NOASANFLAG)" != x ]; then \
1505 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoul.c -o noasan/$@; \
1506 else true; fi
1128 $(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION) 1507 $(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
1508
1509 ./strtoull.$(objext): $(srcdir)/strtoull.c config.h $(INCDIR)/ansidecl.h \
1510 $(INCDIR)/safe-ctype.h
1511 if [ x"$(PICFLAG)" != x ]; then \
1512 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoull.c -o pic/$@; \
1513 else true; fi
1514 if [ x"$(NOASANFLAG)" != x ]; then \
1515 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoull.c -o noasan/$@; \
1516 else true; fi
1517 $(COMPILE.c) $(srcdir)/strtoull.c $(OUTPUT_OPTION)
1129 1518
1130 ./strverscmp.$(objext): $(srcdir)/strverscmp.c $(INCDIR)/ansidecl.h \ 1519 ./strverscmp.$(objext): $(srcdir)/strverscmp.c $(INCDIR)/ansidecl.h \
1131 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h 1520 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1132 if [ x"$(PICFLAG)" != x ]; then \ 1521 if [ x"$(PICFLAG)" != x ]; then \
1133 $(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \ 1522 $(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \
1134 else true; fi 1523 else true; fi
1524 if [ x"$(NOASANFLAG)" != x ]; then \
1525 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strverscmp.c -o noasan/$@; \
1526 else true; fi
1135 $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION) 1527 $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
1136 1528
1529 ./timeval-utils.$(objext): $(srcdir)/timeval-utils.c config.h \
1530 $(INCDIR)/timeval-utils.h
1531 if [ x"$(PICFLAG)" != x ]; then \
1532 $(COMPILE.c) $(PICFLAG) $(srcdir)/timeval-utils.c -o pic/$@; \
1533 else true; fi
1534 if [ x"$(NOASANFLAG)" != x ]; then \
1535 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/timeval-utils.c -o noasan/$@; \
1536 else true; fi
1537 $(COMPILE.c) $(srcdir)/timeval-utils.c $(OUTPUT_OPTION)
1538
1137 ./tmpnam.$(objext): $(srcdir)/tmpnam.c 1539 ./tmpnam.$(objext): $(srcdir)/tmpnam.c
1138 if [ x"$(PICFLAG)" != x ]; then \ 1540 if [ x"$(PICFLAG)" != x ]; then \
1139 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \ 1541 $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
1542 else true; fi
1543 if [ x"$(NOASANFLAG)" != x ]; then \
1544 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/tmpnam.c -o noasan/$@; \
1140 else true; fi 1545 else true; fi
1141 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION) 1546 $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
1142 1547
1143 ./unlink-if-ordinary.$(objext): $(srcdir)/unlink-if-ordinary.c config.h \ 1548 ./unlink-if-ordinary.$(objext): $(srcdir)/unlink-if-ordinary.c config.h \
1144 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h 1549 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
1145 if [ x"$(PICFLAG)" != x ]; then \ 1550 if [ x"$(PICFLAG)" != x ]; then \
1146 $(COMPILE.c) $(PICFLAG) $(srcdir)/unlink-if-ordinary.c -o pic/$@; \ 1551 $(COMPILE.c) $(PICFLAG) $(srcdir)/unlink-if-ordinary.c -o pic/$@; \
1147 else true; fi 1552 else true; fi
1553 if [ x"$(NOASANFLAG)" != x ]; then \
1554 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/unlink-if-ordinary.c -o noasan/$@; \
1555 else true; fi
1148 $(COMPILE.c) $(srcdir)/unlink-if-ordinary.c $(OUTPUT_OPTION) 1556 $(COMPILE.c) $(srcdir)/unlink-if-ordinary.c $(OUTPUT_OPTION)
1149 1557
1150 ./vasprintf.$(objext): $(srcdir)/vasprintf.c config.h $(INCDIR)/ansidecl.h \ 1558 ./vasprintf.$(objext): $(srcdir)/vasprintf.c config.h $(INCDIR)/ansidecl.h \
1151 $(INCDIR)/libiberty.h 1559 $(INCDIR)/libiberty.h $(srcdir)/vprintf-support.h
1152 if [ x"$(PICFLAG)" != x ]; then \ 1560 if [ x"$(PICFLAG)" != x ]; then \
1153 $(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \ 1561 $(COMPILE.c) $(PICFLAG) $(srcdir)/vasprintf.c -o pic/$@; \
1154 else true; fi 1562 else true; fi
1563 if [ x"$(NOASANFLAG)" != x ]; then \
1564 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vasprintf.c -o noasan/$@; \
1565 else true; fi
1155 $(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION) 1566 $(COMPILE.c) $(srcdir)/vasprintf.c $(OUTPUT_OPTION)
1156 1567
1157 ./vfork.$(objext): $(srcdir)/vfork.c $(INCDIR)/ansidecl.h 1568 ./vfork.$(objext): $(srcdir)/vfork.c $(INCDIR)/ansidecl.h
1158 if [ x"$(PICFLAG)" != x ]; then \ 1569 if [ x"$(PICFLAG)" != x ]; then \
1159 $(COMPILE.c) $(PICFLAG) $(srcdir)/vfork.c -o pic/$@; \ 1570 $(COMPILE.c) $(PICFLAG) $(srcdir)/vfork.c -o pic/$@; \
1160 else true; fi 1571 else true; fi
1572 if [ x"$(NOASANFLAG)" != x ]; then \
1573 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vfork.c -o noasan/$@; \
1574 else true; fi
1161 $(COMPILE.c) $(srcdir)/vfork.c $(OUTPUT_OPTION) 1575 $(COMPILE.c) $(srcdir)/vfork.c $(OUTPUT_OPTION)
1162 1576
1163 ./vfprintf.$(objext): $(srcdir)/vfprintf.c $(INCDIR)/ansidecl.h 1577 ./vfprintf.$(objext): $(srcdir)/vfprintf.c $(INCDIR)/ansidecl.h
1164 if [ x"$(PICFLAG)" != x ]; then \ 1578 if [ x"$(PICFLAG)" != x ]; then \
1165 $(COMPILE.c) $(PICFLAG) $(srcdir)/vfprintf.c -o pic/$@; \ 1579 $(COMPILE.c) $(PICFLAG) $(srcdir)/vfprintf.c -o pic/$@; \
1166 else true; fi 1580 else true; fi
1581 if [ x"$(NOASANFLAG)" != x ]; then \
1582 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vfprintf.c -o noasan/$@; \
1583 else true; fi
1167 $(COMPILE.c) $(srcdir)/vfprintf.c $(OUTPUT_OPTION) 1584 $(COMPILE.c) $(srcdir)/vfprintf.c $(OUTPUT_OPTION)
1168 1585
1586 ./vprintf-support.$(objext): $(srcdir)/vprintf-support.c config.h \
1587 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
1588 if [ x"$(PICFLAG)" != x ]; then \
1589 $(COMPILE.c) $(PICFLAG) $(srcdir)/vprintf-support.c -o pic/$@; \
1590 else true; fi
1591 if [ x"$(NOASANFLAG)" != x ]; then \
1592 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vprintf-support.c -o noasan/$@; \
1593 else true; fi
1594 $(COMPILE.c) $(srcdir)/vprintf-support.c $(OUTPUT_OPTION)
1595
1169 ./vprintf.$(objext): $(srcdir)/vprintf.c $(INCDIR)/ansidecl.h 1596 ./vprintf.$(objext): $(srcdir)/vprintf.c $(INCDIR)/ansidecl.h
1170 if [ x"$(PICFLAG)" != x ]; then \ 1597 if [ x"$(PICFLAG)" != x ]; then \
1171 $(COMPILE.c) $(PICFLAG) $(srcdir)/vprintf.c -o pic/$@; \ 1598 $(COMPILE.c) $(PICFLAG) $(srcdir)/vprintf.c -o pic/$@; \
1172 else true; fi 1599 else true; fi
1600 if [ x"$(NOASANFLAG)" != x ]; then \
1601 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vprintf.c -o noasan/$@; \
1602 else true; fi
1173 $(COMPILE.c) $(srcdir)/vprintf.c $(OUTPUT_OPTION) 1603 $(COMPILE.c) $(srcdir)/vprintf.c $(OUTPUT_OPTION)
1174 1604
1175 ./vsnprintf.$(objext): $(srcdir)/vsnprintf.c config.h $(INCDIR)/ansidecl.h \ 1605 ./vsnprintf.$(objext): $(srcdir)/vsnprintf.c config.h $(INCDIR)/ansidecl.h \
1176 $(INCDIR)/libiberty.h 1606 $(INCDIR)/libiberty.h
1177 if [ x"$(PICFLAG)" != x ]; then \ 1607 if [ x"$(PICFLAG)" != x ]; then \
1178 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \ 1608 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsnprintf.c -o pic/$@; \
1179 else true; fi 1609 else true; fi
1610 if [ x"$(NOASANFLAG)" != x ]; then \
1611 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vsnprintf.c -o noasan/$@; \
1612 else true; fi
1180 $(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION) 1613 $(COMPILE.c) $(srcdir)/vsnprintf.c $(OUTPUT_OPTION)
1181 1614
1182 ./vsprintf.$(objext): $(srcdir)/vsprintf.c $(INCDIR)/ansidecl.h 1615 ./vsprintf.$(objext): $(srcdir)/vsprintf.c $(INCDIR)/ansidecl.h
1183 if [ x"$(PICFLAG)" != x ]; then \ 1616 if [ x"$(PICFLAG)" != x ]; then \
1184 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \ 1617 $(COMPILE.c) $(PICFLAG) $(srcdir)/vsprintf.c -o pic/$@; \
1185 else true; fi 1618 else true; fi
1619 if [ x"$(NOASANFLAG)" != x ]; then \
1620 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/vsprintf.c -o noasan/$@; \
1621 else true; fi
1186 $(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION) 1622 $(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION)
1187 1623
1188 ./waitpid.$(objext): $(srcdir)/waitpid.c config.h $(INCDIR)/ansidecl.h 1624 ./waitpid.$(objext): $(srcdir)/waitpid.c config.h $(INCDIR)/ansidecl.h
1189 if [ x"$(PICFLAG)" != x ]; then \ 1625 if [ x"$(PICFLAG)" != x ]; then \
1190 $(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \ 1626 $(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \
1191 else true; fi 1627 else true; fi
1628 if [ x"$(NOASANFLAG)" != x ]; then \
1629 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/waitpid.c -o noasan/$@; \
1630 else true; fi
1192 $(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION) 1631 $(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION)
1193 1632
1633 ./xasprintf.$(objext): $(srcdir)/xasprintf.c config.h $(INCDIR)/ansidecl.h \
1634 $(INCDIR)/libiberty.h
1635 if [ x"$(PICFLAG)" != x ]; then \
1636 $(COMPILE.c) $(PICFLAG) $(srcdir)/xasprintf.c -o pic/$@; \
1637 else true; fi
1638 if [ x"$(NOASANFLAG)" != x ]; then \
1639 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xasprintf.c -o noasan/$@; \
1640 else true; fi
1641 $(COMPILE.c) $(srcdir)/xasprintf.c $(OUTPUT_OPTION)
1642
1194 ./xatexit.$(objext): $(srcdir)/xatexit.c config.h $(INCDIR)/ansidecl.h \ 1643 ./xatexit.$(objext): $(srcdir)/xatexit.c config.h $(INCDIR)/ansidecl.h \
1195 $(INCDIR)/libiberty.h 1644 $(INCDIR)/libiberty.h
1196 if [ x"$(PICFLAG)" != x ]; then \ 1645 if [ x"$(PICFLAG)" != x ]; then \
1197 $(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \ 1646 $(COMPILE.c) $(PICFLAG) $(srcdir)/xatexit.c -o pic/$@; \
1198 else true; fi 1647 else true; fi
1648 if [ x"$(NOASANFLAG)" != x ]; then \
1649 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xatexit.c -o noasan/$@; \
1650 else true; fi
1199 $(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION) 1651 $(COMPILE.c) $(srcdir)/xatexit.c $(OUTPUT_OPTION)
1200 1652
1201 ./xexit.$(objext): $(srcdir)/xexit.c config.h $(INCDIR)/ansidecl.h \ 1653 ./xexit.$(objext): $(srcdir)/xexit.c config.h $(INCDIR)/ansidecl.h \
1202 $(INCDIR)/libiberty.h 1654 $(INCDIR)/libiberty.h
1203 if [ x"$(PICFLAG)" != x ]; then \ 1655 if [ x"$(PICFLAG)" != x ]; then \
1204 $(COMPILE.c) $(PICFLAG) $(srcdir)/xexit.c -o pic/$@; \ 1656 $(COMPILE.c) $(PICFLAG) $(srcdir)/xexit.c -o pic/$@; \
1205 else true; fi 1657 else true; fi
1658 if [ x"$(NOASANFLAG)" != x ]; then \
1659 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xexit.c -o noasan/$@; \
1660 else true; fi
1206 $(COMPILE.c) $(srcdir)/xexit.c $(OUTPUT_OPTION) 1661 $(COMPILE.c) $(srcdir)/xexit.c $(OUTPUT_OPTION)
1207 1662
1208 ./xmalloc.$(objext): $(srcdir)/xmalloc.c config.h $(INCDIR)/ansidecl.h \ 1663 ./xmalloc.$(objext): $(srcdir)/xmalloc.c config.h $(INCDIR)/ansidecl.h \
1209 $(INCDIR)/libiberty.h 1664 $(INCDIR)/libiberty.h
1210 if [ x"$(PICFLAG)" != x ]; then \ 1665 if [ x"$(PICFLAG)" != x ]; then \
1211 $(COMPILE.c) $(PICFLAG) $(srcdir)/xmalloc.c -o pic/$@; \ 1666 $(COMPILE.c) $(PICFLAG) $(srcdir)/xmalloc.c -o pic/$@; \
1212 else true; fi 1667 else true; fi
1668 if [ x"$(NOASANFLAG)" != x ]; then \
1669 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xmalloc.c -o noasan/$@; \
1670 else true; fi
1213 $(COMPILE.c) $(srcdir)/xmalloc.c $(OUTPUT_OPTION) 1671 $(COMPILE.c) $(srcdir)/xmalloc.c $(OUTPUT_OPTION)
1214 1672
1215 ./xmemdup.$(objext): $(srcdir)/xmemdup.c config.h $(INCDIR)/ansidecl.h \ 1673 ./xmemdup.$(objext): $(srcdir)/xmemdup.c config.h $(INCDIR)/ansidecl.h \
1216 $(INCDIR)/libiberty.h 1674 $(INCDIR)/libiberty.h
1217 if [ x"$(PICFLAG)" != x ]; then \ 1675 if [ x"$(PICFLAG)" != x ]; then \
1218 $(COMPILE.c) $(PICFLAG) $(srcdir)/xmemdup.c -o pic/$@; \ 1676 $(COMPILE.c) $(PICFLAG) $(srcdir)/xmemdup.c -o pic/$@; \
1219 else true; fi 1677 else true; fi
1678 if [ x"$(NOASANFLAG)" != x ]; then \
1679 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xmemdup.c -o noasan/$@; \
1680 else true; fi
1220 $(COMPILE.c) $(srcdir)/xmemdup.c $(OUTPUT_OPTION) 1681 $(COMPILE.c) $(srcdir)/xmemdup.c $(OUTPUT_OPTION)
1221 1682
1222 ./xstrdup.$(objext): $(srcdir)/xstrdup.c config.h $(INCDIR)/ansidecl.h \ 1683 ./xstrdup.$(objext): $(srcdir)/xstrdup.c config.h $(INCDIR)/ansidecl.h \
1223 $(INCDIR)/libiberty.h 1684 $(INCDIR)/libiberty.h
1224 if [ x"$(PICFLAG)" != x ]; then \ 1685 if [ x"$(PICFLAG)" != x ]; then \
1225 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrdup.c -o pic/$@; \ 1686 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrdup.c -o pic/$@; \
1226 else true; fi 1687 else true; fi
1688 if [ x"$(NOASANFLAG)" != x ]; then \
1689 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xstrdup.c -o noasan/$@; \
1690 else true; fi
1227 $(COMPILE.c) $(srcdir)/xstrdup.c $(OUTPUT_OPTION) 1691 $(COMPILE.c) $(srcdir)/xstrdup.c $(OUTPUT_OPTION)
1228 1692
1229 ./xstrerror.$(objext): $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \ 1693 ./xstrerror.$(objext): $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \
1230 $(INCDIR)/libiberty.h 1694 $(INCDIR)/libiberty.h
1231 if [ x"$(PICFLAG)" != x ]; then \ 1695 if [ x"$(PICFLAG)" != x ]; then \
1232 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \ 1696 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
1233 else true; fi 1697 else true; fi
1698 if [ x"$(NOASANFLAG)" != x ]; then \
1699 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xstrerror.c -o noasan/$@; \
1700 else true; fi
1234 $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION) 1701 $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
1235 1702
1236 ./xstrndup.$(objext): $(srcdir)/xstrndup.c config.h $(INCDIR)/ansidecl.h \ 1703 ./xstrndup.$(objext): $(srcdir)/xstrndup.c config.h $(INCDIR)/ansidecl.h \
1237 $(INCDIR)/libiberty.h 1704 $(INCDIR)/libiberty.h
1238 if [ x"$(PICFLAG)" != x ]; then \ 1705 if [ x"$(PICFLAG)" != x ]; then \
1239 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrndup.c -o pic/$@; \ 1706 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrndup.c -o pic/$@; \
1240 else true; fi 1707 else true; fi
1708 if [ x"$(NOASANFLAG)" != x ]; then \
1709 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xstrndup.c -o noasan/$@; \
1710 else true; fi
1241 $(COMPILE.c) $(srcdir)/xstrndup.c $(OUTPUT_OPTION) 1711 $(COMPILE.c) $(srcdir)/xstrndup.c $(OUTPUT_OPTION)
1242 1712
1713 ./xvasprintf.$(objext): $(srcdir)/xvasprintf.c config.h $(INCDIR)/ansidecl.h \
1714 $(INCDIR)/libiberty.h $(srcdir)/vprintf-support.h
1715 if [ x"$(PICFLAG)" != x ]; then \
1716 $(COMPILE.c) $(PICFLAG) $(srcdir)/xvasprintf.c -o pic/$@; \
1717 else true; fi
1718 if [ x"$(NOASANFLAG)" != x ]; then \
1719 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xvasprintf.c -o noasan/$@; \
1720 else true; fi
1721 $(COMPILE.c) $(srcdir)/xvasprintf.c $(OUTPUT_OPTION)