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