Makefile.in 65 KB

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