Makefile.in 65 KB

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