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