Makefile.in 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. #
  13. # Copyright (C) 2012-2022 Free Software Foundation, Inc.
  14. #
  15. # This file is free software; you can redistribute it and/or modify
  16. # it under the terms of the GNU General Public License as published by
  17. # the Free Software Foundation; either version 3 of the License, or
  18. # (at your option) any later version.
  19. #
  20. # This program is distributed in the hope that it will be useful,
  21. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. # GNU General Public License for more details.
  24. #
  25. # You should have received a copy of the GNU General Public License
  26. # along with this program; see the file COPYING3. If not see
  27. # <http://www.gnu.org/licenses/>.
  28. #
  29. VPATH = @srcdir@
  30. am__is_gnu_make = { \
  31. if test -z '$(MAKELEVEL)'; then \
  32. false; \
  33. elif test -n '$(MAKE_HOST)'; then \
  34. true; \
  35. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  36. true; \
  37. else \
  38. false; \
  39. fi; \
  40. }
  41. am__make_running_with_option = \
  42. case $${target_option-} in \
  43. ?) ;; \
  44. *) echo "am__make_running_with_option: internal error: invalid" \
  45. "target option '$${target_option-}' specified" >&2; \
  46. exit 1;; \
  47. esac; \
  48. has_opt=no; \
  49. sane_makeflags=$$MAKEFLAGS; \
  50. if $(am__is_gnu_make); then \
  51. sane_makeflags=$$MFLAGS; \
  52. else \
  53. case $$MAKEFLAGS in \
  54. *\\[\ \ ]*) \
  55. bs=\\; \
  56. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  57. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  58. esac; \
  59. fi; \
  60. skip_next=no; \
  61. strip_trailopt () \
  62. { \
  63. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  64. }; \
  65. for flg in $$sane_makeflags; do \
  66. test $$skip_next = yes && { skip_next=no; continue; }; \
  67. case $$flg in \
  68. *=*|--*) continue;; \
  69. -*I) strip_trailopt 'I'; skip_next=yes;; \
  70. -*I?*) strip_trailopt 'I';; \
  71. -*O) strip_trailopt 'O'; skip_next=yes;; \
  72. -*O?*) strip_trailopt 'O';; \
  73. -*l) strip_trailopt 'l'; skip_next=yes;; \
  74. -*l?*) strip_trailopt 'l';; \
  75. -[dEDm]) skip_next=yes;; \
  76. -[JT]) skip_next=yes;; \
  77. esac; \
  78. case $$flg in \
  79. *$$target_option*) has_opt=yes; break;; \
  80. esac; \
  81. done; \
  82. test $$has_opt = yes
  83. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  84. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  85. pkgdatadir = $(datadir)/@PACKAGE@
  86. pkgincludedir = $(includedir)/@PACKAGE@
  87. pkglibdir = $(libdir)/@PACKAGE@
  88. pkglibexecdir = $(libexecdir)/@PACKAGE@
  89. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  90. install_sh_DATA = $(install_sh) -c -m 644
  91. install_sh_PROGRAM = $(install_sh) -c
  92. install_sh_SCRIPT = $(install_sh) -c
  93. INSTALL_HEADER = $(INSTALL_DATA)
  94. transform = $(program_transform_name)
  95. NORMAL_INSTALL = :
  96. PRE_INSTALL = :
  97. POST_INSTALL = :
  98. NORMAL_UNINSTALL = :
  99. PRE_UNINSTALL = :
  100. POST_UNINSTALL = :
  101. build_triplet = @build@
  102. host_triplet = @host@
  103. target_triplet = @target@
  104. @INSTALL_LIBBFD_FALSE@am__append_1 = -rpath $(rpath_bfdlibdir)
  105. subdir = .
  106. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  107. am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
  108. $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
  109. $(top_srcdir)/../config/bfd64.m4 \
  110. $(top_srcdir)/../config/depstand.m4 \
  111. $(top_srcdir)/../config/gettext-sister.m4 \
  112. $(top_srcdir)/../config/jobserver.m4 \
  113. $(top_srcdir)/../config/lead-dot.m4 \
  114. $(top_srcdir)/../config/nls.m4 \
  115. $(top_srcdir)/../config/override.m4 \
  116. $(top_srcdir)/../config/po.m4 \
  117. $(top_srcdir)/../config/progtest.m4 \
  118. $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
  119. $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
  120. $(top_srcdir)/../lt~obsolete.m4 \
  121. $(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac
  122. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  123. $(ACLOCAL_M4)
  124. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  125. $(am__configure_deps)
  126. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  127. configure.lineno config.status.lineno
  128. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  129. CONFIG_HEADER = config.h
  130. CONFIG_CLEAN_FILES = po/Makefile.in
  131. CONFIG_CLEAN_VPATH_FILES =
  132. LIBRARIES = $(noinst_LIBRARIES)
  133. ARFLAGS = cru
  134. AM_V_AR = $(am__v_AR_@AM_V@)
  135. am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
  136. am__v_AR_0 = @echo " AR " $@;
  137. am__v_AR_1 =
  138. libopcodes_a_AR = $(AR) $(ARFLAGS)
  139. libopcodes_a_LIBADD =
  140. am_libopcodes_a_OBJECTS =
  141. libopcodes_a_OBJECTS = $(am_libopcodes_a_OBJECTS)
  142. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  143. am__vpath_adj = case $$p in \
  144. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  145. *) f=$$p;; \
  146. esac;
  147. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  148. am__install_max = 40
  149. am__nobase_strip_setup = \
  150. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  151. am__nobase_strip = \
  152. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  153. am__nobase_list = $(am__nobase_strip_setup); \
  154. for p in $$list; do echo "$$p $$p"; done | \
  155. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  156. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  157. if (++n[$$2] == $(am__install_max)) \
  158. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  159. END { for (dir in files) print dir, files[dir] }'
  160. am__base_list = \
  161. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  162. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  163. am__uninstall_files_from_dir = { \
  164. test -z "$$files" \
  165. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  166. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  167. $(am__cd) "$$dir" && rm -f $$files; }; \
  168. }
  169. am__installdirs = "$(DESTDIR)$(bfdlibdir)" \
  170. "$(DESTDIR)$(bfdincludedir)"
  171. LTLIBRARIES = $(bfdlib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  172. am__DEPENDENCIES_1 =
  173. am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
  174. libopcodes_la_OBJECTS = $(am_libopcodes_la_OBJECTS)
  175. AM_V_lt = $(am__v_lt_@AM_V@)
  176. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  177. am__v_lt_0 = --silent
  178. am__v_lt_1 =
  179. libopcodes_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  180. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  181. $(libopcodes_la_LDFLAGS) $(LDFLAGS) -o $@
  182. @INSTALL_LIBBFD_FALSE@am_libopcodes_la_rpath =
  183. @INSTALL_LIBBFD_TRUE@am_libopcodes_la_rpath = -rpath $(bfdlibdir)
  184. AM_V_P = $(am__v_P_@AM_V@)
  185. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  186. am__v_P_0 = false
  187. am__v_P_1 = :
  188. AM_V_GEN = $(am__v_GEN_@AM_V@)
  189. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  190. am__v_GEN_0 = @echo " GEN " $@;
  191. am__v_GEN_1 =
  192. AM_V_at = $(am__v_at_@AM_V@)
  193. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  194. am__v_at_0 = @
  195. am__v_at_1 =
  196. DEFAULT_INCLUDES = -I.@am__isrc@
  197. depcomp = $(SHELL) $(top_srcdir)/../depcomp
  198. am__depfiles_maybe = depfiles
  199. am__mv = mv -f
  200. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  201. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  202. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  203. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  204. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  205. $(AM_CFLAGS) $(CFLAGS)
  206. AM_V_CC = $(am__v_CC_@AM_V@)
  207. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  208. am__v_CC_0 = @echo " CC " $@;
  209. am__v_CC_1 =
  210. CCLD = $(CC)
  211. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  212. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  213. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  214. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  215. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  216. am__v_CCLD_0 = @echo " CCLD " $@;
  217. am__v_CCLD_1 =
  218. SOURCES = $(libopcodes_a_SOURCES) $(libopcodes_la_SOURCES) \
  219. $(EXTRA_libopcodes_la_SOURCES)
  220. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  221. ctags-recursive dvi-recursive html-recursive info-recursive \
  222. install-data-recursive install-dvi-recursive \
  223. install-exec-recursive install-html-recursive \
  224. install-info-recursive install-pdf-recursive \
  225. install-ps-recursive install-recursive installcheck-recursive \
  226. installdirs-recursive pdf-recursive ps-recursive \
  227. tags-recursive uninstall-recursive
  228. am__can_run_installinfo = \
  229. case $$AM_UPDATE_INFO_DIR in \
  230. n|no|NO) false;; \
  231. *) (install-info --version) >/dev/null 2>&1;; \
  232. esac
  233. DATA = $(bfdinclude_DATA)
  234. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  235. distclean-recursive maintainer-clean-recursive
  236. am__recursive_targets = \
  237. $(RECURSIVE_TARGETS) \
  238. $(RECURSIVE_CLEAN_TARGETS) \
  239. $(am__extra_recursive_targets)
  240. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  241. cscope
  242. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  243. $(LISP)config.in
  244. # Read a list of newline-separated strings from the standard input,
  245. # and print each of them once, without duplicates. Input order is
  246. # *not* preserved.
  247. am__uniquify_input = $(AWK) '\
  248. BEGIN { nonempty = 0; } \
  249. { items[$$0] = 1; nonempty = 1; } \
  250. END { if (nonempty) { for (i in items) print i; }; } \
  251. '
  252. # Make sure the list of sources is unique. This is necessary because,
  253. # e.g., the same source file might be shared among _SOURCES variables
  254. # for different programs/libraries.
  255. am__define_uniq_tagged_files = \
  256. list='$(am__tagged_files)'; \
  257. unique=`for i in $$list; do \
  258. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  259. done | $(am__uniquify_input)`
  260. ETAGS = etags
  261. CTAGS = ctags
  262. CSCOPE = cscope
  263. DIST_SUBDIRS = $(SUBDIRS)
  264. ACLOCAL = @ACLOCAL@
  265. AMTAR = @AMTAR@
  266. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  267. AR = @AR@
  268. AUTOCONF = @AUTOCONF@
  269. AUTOHEADER = @AUTOHEADER@
  270. AUTOMAKE = @AUTOMAKE@
  271. AWK = @AWK@
  272. BFD_MACHINES = @BFD_MACHINES@
  273. BUILD_LIBS = @BUILD_LIBS@
  274. BUILD_LIB_DEPS = @BUILD_LIB_DEPS@
  275. CATALOGS = @CATALOGS@
  276. CATOBJEXT = @CATOBJEXT@
  277. CC = @CC@
  278. CCDEPMODE = @CCDEPMODE@
  279. CC_FOR_BUILD = @CC_FOR_BUILD@
  280. CFLAGS = @CFLAGS@
  281. CPP = @CPP@
  282. CPPFLAGS = @CPPFLAGS@
  283. CYGPATH_W = @CYGPATH_W@
  284. DATADIRNAME = @DATADIRNAME@
  285. DEFS = @DEFS@
  286. DEPDIR = @DEPDIR@
  287. DSYMUTIL = @DSYMUTIL@
  288. DUMPBIN = @DUMPBIN@
  289. ECHO_C = @ECHO_C@
  290. ECHO_N = @ECHO_N@
  291. ECHO_T = @ECHO_T@
  292. EGREP = @EGREP@
  293. EXEEXT = @EXEEXT@
  294. EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
  295. FGREP = @FGREP@
  296. GENCAT = @GENCAT@
  297. GMSGFMT = @GMSGFMT@
  298. GREP = @GREP@
  299. HDEFINES = @HDEFINES@
  300. INCINTL = @INCINTL@
  301. INSTALL = @INSTALL@
  302. INSTALL_DATA = @INSTALL_DATA@
  303. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  304. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  305. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  306. INSTOBJEXT = @INSTOBJEXT@
  307. LD = @LD@
  308. LDFLAGS = @LDFLAGS@
  309. LIBINTL = @LIBINTL@
  310. LIBINTL_DEP = @LIBINTL_DEP@
  311. LIBM = @LIBM@
  312. LIBOBJS = @LIBOBJS@
  313. LIBS = @LIBS@
  314. LIBTOOL = @LIBTOOL@
  315. LIPO = @LIPO@
  316. LN_S = @LN_S@
  317. LTLIBOBJS = @LTLIBOBJS@
  318. MAINT = @MAINT@
  319. MAKEINFO = @MAKEINFO@
  320. MKDIR_P = @MKDIR_P@
  321. MKINSTALLDIRS = @MKINSTALLDIRS@
  322. MSGFMT = @MSGFMT@
  323. MSGMERGE = @MSGMERGE@
  324. NM = @NM@
  325. NMEDIT = @NMEDIT@
  326. NO_WERROR = @NO_WERROR@
  327. OBJDUMP = @OBJDUMP@
  328. OBJEXT = @OBJEXT@
  329. OTOOL = @OTOOL@
  330. OTOOL64 = @OTOOL64@
  331. PACKAGE = @PACKAGE@
  332. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  333. PACKAGE_NAME = @PACKAGE_NAME@
  334. PACKAGE_STRING = @PACKAGE_STRING@
  335. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  336. PACKAGE_URL = @PACKAGE_URL@
  337. PACKAGE_VERSION = @PACKAGE_VERSION@
  338. PATH_SEPARATOR = @PATH_SEPARATOR@
  339. POSUB = @POSUB@
  340. RANLIB = @RANLIB@
  341. SED = @SED@
  342. SET_MAKE = @SET_MAKE@
  343. SHARED_DEPENDENCIES = @SHARED_DEPENDENCIES@
  344. SHARED_LDFLAGS = @SHARED_LDFLAGS@
  345. SHARED_LIBADD = @SHARED_LIBADD@
  346. SHELL = @SHELL@
  347. STRIP = @STRIP@
  348. USE_NLS = @USE_NLS@
  349. VERSION = @VERSION@
  350. WARN_CFLAGS = @WARN_CFLAGS@
  351. WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
  352. WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
  353. XGETTEXT = @XGETTEXT@
  354. abs_builddir = @abs_builddir@
  355. abs_srcdir = @abs_srcdir@
  356. abs_top_builddir = @abs_top_builddir@
  357. abs_top_srcdir = @abs_top_srcdir@
  358. ac_ct_CC = @ac_ct_CC@
  359. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  360. am__include = @am__include@
  361. am__leading_dot = @am__leading_dot@
  362. am__quote = @am__quote@
  363. am__tar = @am__tar@
  364. am__untar = @am__untar@
  365. archdefs = @archdefs@
  366. @INSTALL_LIBBFD_FALSE@bfdincludedir =
  367. @INSTALL_LIBBFD_TRUE@bfdincludedir = @bfdincludedir@
  368. # Empty these so that the respective installation directories will not be created.
  369. @INSTALL_LIBBFD_FALSE@bfdlibdir =
  370. @INSTALL_LIBBFD_TRUE@bfdlibdir = @bfdlibdir@
  371. bindir = @bindir@
  372. build = @build@
  373. build_alias = @build_alias@
  374. build_cpu = @build_cpu@
  375. build_os = @build_os@
  376. build_vendor = @build_vendor@
  377. builddir = @builddir@
  378. cgendir = @cgendir@
  379. datadir = @datadir@
  380. datarootdir = @datarootdir@
  381. docdir = @docdir@
  382. dvidir = @dvidir@
  383. exec_prefix = @exec_prefix@
  384. host = @host@
  385. host_alias = @host_alias@
  386. host_cpu = @host_cpu@
  387. host_noncanonical = @host_noncanonical@
  388. host_os = @host_os@
  389. host_vendor = @host_vendor@
  390. htmldir = @htmldir@
  391. includedir = @includedir@
  392. infodir = @infodir@
  393. install_sh = @install_sh@
  394. libdir = @libdir@
  395. libexecdir = @libexecdir@
  396. localedir = @localedir@
  397. localstatedir = @localstatedir@
  398. mandir = @mandir@
  399. mkdir_p = @mkdir_p@
  400. oldincludedir = @oldincludedir@
  401. pdfdir = @pdfdir@
  402. prefix = @prefix@
  403. program_transform_name = @program_transform_name@
  404. psdir = @psdir@
  405. sbindir = @sbindir@
  406. sharedstatedir = @sharedstatedir@
  407. srcdir = @srcdir@
  408. sysconfdir = @sysconfdir@
  409. target = @target@
  410. target_alias = @target_alias@
  411. target_cpu = @target_cpu@
  412. target_noncanonical = @target_noncanonical@
  413. target_os = @target_os@
  414. target_vendor = @target_vendor@
  415. top_build_prefix = @top_build_prefix@
  416. top_builddir = @top_builddir@
  417. top_srcdir = @top_srcdir@
  418. AUTOMAKE_OPTIONS = foreign no-dist
  419. ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
  420. # Build '.' first so all generated files exist.
  421. SUBDIRS = . po
  422. INCDIR = $(srcdir)/../include
  423. BFDDIR = $(srcdir)/../bfd
  424. AM_CFLAGS = $(WARN_CFLAGS)
  425. COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(INCLUDES) $(AM_CPPFLAGS) \
  426. $(CFLAGS_FOR_BUILD)
  427. LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
  428. $(LDFLAGS_FOR_BUILD) -o $@
  429. libopcodes_la_LDFLAGS = $(am__append_1) -release `cat \
  430. ../bfd/libtool-soversion` @SHARED_LDFLAGS@
  431. @INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libopcodes.la
  432. @INSTALL_LIBBFD_TRUE@bfdinclude_DATA = $(INCDIR)/dis-asm.h
  433. @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
  434. @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libopcodes.la
  435. # This is where bfd.h lives.
  436. BFD_H = ../bfd/bfd.h
  437. # Header files.
  438. HFILES = \
  439. aarch64-asm.h aarch64-dis.h aarch64-opc.h aarch64-tbl.h \
  440. bpf-desc.h bpf-opc.h \
  441. cris-desc.h cris-opc.h \
  442. epiphany-desc.h epiphany-opc.h \
  443. fr30-desc.h fr30-opc.h \
  444. frv-desc.h frv-opc.h \
  445. i386-init.h \
  446. i386-opc.h \
  447. i386-tbl.h \
  448. ia64-asmtab.h \
  449. ia64-opc.h \
  450. ip2k-desc.h ip2k-opc.h \
  451. iq2000-desc.h iq2000-opc.h \
  452. lm32-desc.h \
  453. lm32-opc.h \
  454. m32c-desc.h m32c-opc.h \
  455. m32r-desc.h m32r-opc.h \
  456. mcore-opc.h \
  457. mep-desc.h mep-opc.h \
  458. microblaze-opc.h \
  459. mt-desc.h mt-opc.h \
  460. score-opc.h \
  461. sh-opc.h \
  462. sysdep.h \
  463. xc16x-desc.h xc16x-opc.h \
  464. xstormy16-desc.h xstormy16-opc.h \
  465. z8k-opc.h
  466. # C source files that correspond to .o's ending up in libopcodes
  467. # for all machines.
  468. TARGET64_LIBOPCODES_CFILES = \
  469. aarch64-asm.c \
  470. aarch64-asm-2.c \
  471. aarch64-dis.c \
  472. aarch64-dis-2.c \
  473. aarch64-opc.c \
  474. aarch64-opc-2.c \
  475. alpha-dis.c \
  476. alpha-opc.c \
  477. bpf-asm.c \
  478. bpf-desc.c \
  479. bpf-dis.c \
  480. bpf-ibld.c \
  481. bpf-opc.c \
  482. ia64-dis.c \
  483. ia64-opc.c \
  484. loongarch-opc.c \
  485. loongarch-dis.c \
  486. loongarch-coder.c \
  487. mips-dis.c \
  488. mips-opc.c \
  489. mips16-opc.c \
  490. micromips-opc.c \
  491. mmix-dis.c \
  492. mmix-opc.c \
  493. nfp-dis.c \
  494. riscv-dis.c \
  495. riscv-opc.c
  496. TARGET32_LIBOPCODES_CFILES = \
  497. arc-dis.c \
  498. arc-ext.c \
  499. arc-opc.c \
  500. arm-dis.c \
  501. avr-dis.c \
  502. bfin-dis.c \
  503. cgen-asm.c \
  504. cgen-bitset.c \
  505. cgen-dis.c \
  506. cgen-opc.c \
  507. cr16-dis.c \
  508. cr16-opc.c \
  509. cris-desc.c \
  510. cris-dis.c \
  511. cris-opc.c \
  512. crx-dis.c \
  513. crx-opc.c \
  514. csky-dis.c \
  515. d10v-dis.c \
  516. d10v-opc.c \
  517. d30v-dis.c \
  518. d30v-opc.c \
  519. dlx-dis.c \
  520. epiphany-asm.c \
  521. epiphany-desc.c \
  522. epiphany-dis.c \
  523. epiphany-ibld.c \
  524. epiphany-opc.c \
  525. fr30-asm.c \
  526. fr30-desc.c \
  527. fr30-dis.c \
  528. fr30-ibld.c \
  529. fr30-opc.c \
  530. frv-asm.c \
  531. frv-desc.c \
  532. frv-dis.c \
  533. frv-ibld.c \
  534. frv-opc.c \
  535. ft32-dis.c \
  536. ft32-opc.c \
  537. h8300-dis.c \
  538. hppa-dis.c \
  539. i386-dis.c \
  540. i386-opc.c \
  541. ip2k-asm.c \
  542. ip2k-desc.c \
  543. ip2k-dis.c \
  544. ip2k-ibld.c \
  545. ip2k-opc.c \
  546. iq2000-asm.c \
  547. iq2000-desc.c \
  548. iq2000-dis.c \
  549. iq2000-ibld.c \
  550. iq2000-opc.c \
  551. lm32-asm.c \
  552. lm32-desc.c \
  553. lm32-dis.c \
  554. lm32-ibld.c \
  555. lm32-opc.c \
  556. lm32-opinst.c \
  557. m10200-dis.c \
  558. m10200-opc.c \
  559. m10300-dis.c \
  560. m10300-opc.c \
  561. m32c-asm.c \
  562. m32c-desc.c \
  563. m32c-dis.c \
  564. m32c-ibld.c \
  565. m32c-opc.c \
  566. m32r-asm.c \
  567. m32r-desc.c \
  568. m32r-dis.c \
  569. m32r-ibld.c \
  570. m32r-opc.c \
  571. m32r-opinst.c \
  572. m68hc11-dis.c \
  573. m68hc11-opc.c \
  574. m68k-dis.c \
  575. m68k-opc.c \
  576. s12z-dis.c \
  577. s12z-opc.c \
  578. mcore-dis.c \
  579. mep-asm.c \
  580. mep-desc.c \
  581. mep-dis.c \
  582. mep-ibld.c \
  583. mep-opc.c \
  584. metag-dis.c \
  585. microblaze-dis.c \
  586. moxie-dis.c \
  587. moxie-opc.c \
  588. msp430-decode.c \
  589. msp430-dis.c \
  590. mt-asm.c \
  591. mt-desc.c \
  592. mt-dis.c \
  593. mt-ibld.c \
  594. mt-opc.c \
  595. nds32-asm.c \
  596. nds32-dis.c \
  597. nios2-dis.c \
  598. nios2-opc.c \
  599. ns32k-dis.c \
  600. or1k-asm.c \
  601. or1k-desc.c \
  602. or1k-dis.c \
  603. or1k-ibld.c \
  604. or1k-opc.c \
  605. pdp11-dis.c \
  606. pdp11-opc.c \
  607. pj-dis.c \
  608. pj-opc.c \
  609. ppc-dis.c \
  610. ppc-opc.c \
  611. pru-dis.c \
  612. pru-opc.c \
  613. rl78-decode.c \
  614. rl78-dis.c \
  615. rx-decode.c \
  616. rx-dis.c \
  617. s390-dis.c \
  618. s390-opc.c \
  619. score-dis.c \
  620. score7-dis.c \
  621. sh-dis.c \
  622. sparc-dis.c \
  623. sparc-opc.c \
  624. spu-dis.c \
  625. spu-opc.c \
  626. tic30-dis.c \
  627. tic4x-dis.c \
  628. tic54x-dis.c \
  629. tic54x-opc.c \
  630. tic6x-dis.c \
  631. tilegx-dis.c \
  632. tilegx-opc.c \
  633. tilepro-dis.c \
  634. tilepro-opc.c \
  635. v850-dis.c \
  636. v850-opc.c \
  637. vax-dis.c \
  638. visium-dis.c \
  639. visium-opc.c \
  640. wasm32-dis.c \
  641. xc16x-asm.c \
  642. xc16x-desc.c \
  643. xc16x-dis.c \
  644. xc16x-ibld.c \
  645. xc16x-opc.c \
  646. xstormy16-asm.c \
  647. xstormy16-desc.c \
  648. xstormy16-dis.c \
  649. xstormy16-ibld.c \
  650. xstormy16-opc.c \
  651. xtensa-dis.c \
  652. xgate-dis.c \
  653. xgate-opc.c \
  654. z80-dis.c \
  655. z8k-dis.c
  656. # C source files that correspond to .o's ending up in libopcodes.
  657. LIBOPCODES_CFILES = \
  658. $(TARGET32_LIBOPCODES_CFILES) \
  659. $(TARGET64_LIBOPCODES_CFILES) \
  660. dis-buf.c \
  661. dis-init.c \
  662. disassemble.c
  663. # C source files that correspond to .o's.
  664. CFILES = \
  665. $(LIBOPCODES_CFILES) \
  666. aarch64-gen.c \
  667. i386-gen.c \
  668. ia64-asmtab.c \
  669. ia64-gen.c \
  670. ia64-opc-a.c \
  671. ia64-opc-b.c \
  672. ia64-opc-f.c \
  673. ia64-opc-i.c \
  674. ia64-opc-m.c \
  675. ia64-opc-d.c \
  676. s390-mkopc.c \
  677. z8kgen.c
  678. ALL32_MACHINES = $(TARGET32_LIBOPCODES_CFILES:.c=.lo)
  679. ALL64_MACHINES = $(TARGET64_LIBOPCODES_CFILES:.c=.lo)
  680. OFILES = @BFD_MACHINES@
  681. # development.sh is used to determine -Werror default.
  682. CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
  683. AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
  684. libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
  685. libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
  686. libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
  687. # Allow dependency tracking to work on all the source files.
  688. EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES)
  689. # libtool will build .libs/libopcodes.a. We create libopcodes.a in
  690. # the build directory so that we don't have to convert all the
  691. # programs that use libopcodes.a simultaneously. This is a hack which
  692. # should be removed if everything else starts using libtool. FIXME.
  693. noinst_LIBRARIES = libopcodes.a
  694. libopcodes_a_SOURCES =
  695. POTFILES = $(HFILES) $(CFILES)
  696. CLEANFILES = \
  697. stamp-epiphany stamp-fr30 stamp-frv stamp-ip2k stamp-iq2000 stamp-lm32 \
  698. stamp-m32c stamp-m32r stamp-mep stamp-mt \
  699. stamp-or1k stamp-xc16x stamp-xstormy16 \
  700. libopcodes.a stamp-lib
  701. CGENDIR = @cgendir@
  702. CPUDIR = $(srcdir)/../cpu
  703. GUILE = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
  704. CGEN = "$(GUILE) -l ${cgendir}/guile.scm -s"
  705. CGENFLAGS = -v
  706. CGENDEPS = \
  707. $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
  708. $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
  709. $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
  710. $(CGENDIR)/opc-opinst.scm \
  711. cgen-asm.in cgen-dis.in cgen-ibld.in
  712. CGEN_CPUS = cris epiphany fr30 frv ip2k iq2000 lm32 m32c m32r mep mt or1k xc16x xstormy16
  713. @CGEN_MAINT_FALSE@BPF_DEPS =
  714. @CGEN_MAINT_TRUE@BPF_DEPS = stamp-bpf
  715. @CGEN_MAINT_FALSE@CRIS_DEPS =
  716. @CGEN_MAINT_TRUE@CRIS_DEPS = stamp-cris
  717. @CGEN_MAINT_FALSE@EPIPHANY_DEPS =
  718. @CGEN_MAINT_TRUE@EPIPHANY_DEPS = stamp-epiphany
  719. @CGEN_MAINT_FALSE@FR30_DEPS =
  720. @CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
  721. @CGEN_MAINT_FALSE@FRV_DEPS =
  722. @CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
  723. @CGEN_MAINT_FALSE@IP2K_DEPS =
  724. @CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
  725. @CGEN_MAINT_FALSE@IQ2000_DEPS =
  726. @CGEN_MAINT_TRUE@IQ2000_DEPS = stamp-iq2000
  727. @CGEN_MAINT_FALSE@LM32_DEPS =
  728. @CGEN_MAINT_TRUE@LM32_DEPS = stamp-lm32
  729. @CGEN_MAINT_FALSE@M32C_DEPS =
  730. @CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
  731. @CGEN_MAINT_FALSE@M32R_DEPS =
  732. @CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
  733. @CGEN_MAINT_FALSE@MEP_DEPS =
  734. @CGEN_MAINT_TRUE@MEP_DEPS = stamp-mep
  735. @CGEN_MAINT_FALSE@MT_DEPS =
  736. @CGEN_MAINT_TRUE@MT_DEPS = stamp-mt
  737. @CGEN_MAINT_FALSE@OR1K_DEPS =
  738. @CGEN_MAINT_TRUE@OR1K_DEPS = stamp-or1k
  739. @CGEN_MAINT_FALSE@XC16X_DEPS =
  740. @CGEN_MAINT_TRUE@XC16X_DEPS = stamp-xc16x
  741. @CGEN_MAINT_FALSE@XSTORMY16_DEPS =
  742. @CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16
  743. MOSTLYCLEANFILES = aarch64-gen$(EXEEXT_FOR_BUILD) i386-gen$(EXEEXT_FOR_BUILD) \
  744. ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \
  745. z8kgen$(EXEEXT_FOR_BUILD) opc2c$(EXEEXT_FOR_BUILD)
  746. MAINTAINERCLEANFILES = $(srcdir)/aarch64-asm-2.c $(srcdir)/aarch64-dis-2.c \
  747. $(srcdir)/aarch64-opc-2.c $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \
  748. $(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \
  749. $(srcdir)/msp430-decode.c \
  750. $(srcdir)/rl78-decode.c \
  751. $(srcdir)/rx-decode.c
  752. # Use a helper variable for the dependencies to avoid 'make' issues
  753. # with continuations in comments, as @MAINT@ can be expanded to '#'.
  754. ia64_asmtab_deps = ia64-gen$(EXEEXT_FOR_BUILD) ia64-ic.tbl \
  755. ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
  756. MIPS_DEFS = `case \`cat ../bfd/ofiles\` in *elfxx-mips*) echo "-DHAVE_BFD_MIPS_ELF_GET_ABIFLAGS=1";; esac`
  757. all: config.h
  758. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  759. .SUFFIXES:
  760. .SUFFIXES: .c .lo .o .obj
  761. am--refresh: Makefile
  762. @:
  763. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  764. @for dep in $?; do \
  765. case '$(am__configure_deps)' in \
  766. *$$dep*) \
  767. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  768. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  769. && exit 0; \
  770. exit 1;; \
  771. esac; \
  772. done; \
  773. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  774. $(am__cd) $(top_srcdir) && \
  775. $(AUTOMAKE) --foreign Makefile
  776. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  777. @case '$?' in \
  778. *config.status*) \
  779. echo ' $(SHELL) ./config.status'; \
  780. $(SHELL) ./config.status;; \
  781. *) \
  782. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  783. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  784. esac;
  785. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  786. $(SHELL) ./config.status --recheck
  787. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  788. $(am__cd) $(srcdir) && $(AUTOCONF)
  789. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  790. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  791. $(am__aclocal_m4_deps):
  792. config.h: stamp-h1
  793. @test -f $@ || rm -f stamp-h1
  794. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  795. stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
  796. @rm -f stamp-h1
  797. cd $(top_builddir) && $(SHELL) ./config.status config.h
  798. $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  799. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  800. rm -f stamp-h1
  801. touch $@
  802. distclean-hdr:
  803. -rm -f config.h stamp-h1
  804. po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
  805. cd $(top_builddir) && $(SHELL) ./config.status $@
  806. clean-noinstLIBRARIES:
  807. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  808. install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES)
  809. @$(NORMAL_INSTALL)
  810. @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
  811. list2=; for p in $$list; do \
  812. if test -f $$p; then \
  813. list2="$$list2 $$p"; \
  814. else :; fi; \
  815. done; \
  816. test -z "$$list2" || { \
  817. echo " $(MKDIR_P) '$(DESTDIR)$(bfdlibdir)'"; \
  818. $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)" || exit 1; \
  819. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \
  820. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \
  821. }
  822. uninstall-bfdlibLTLIBRARIES:
  823. @$(NORMAL_UNINSTALL)
  824. @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
  825. for p in $$list; do \
  826. $(am__strip_dir) \
  827. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdlibdir)/$$f'"; \
  828. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdlibdir)/$$f"; \
  829. done
  830. clean-bfdlibLTLIBRARIES:
  831. -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
  832. @list='$(bfdlib_LTLIBRARIES)'; \
  833. locs=`for p in $$list; do echo $$p; done | \
  834. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  835. sort -u`; \
  836. test -z "$$locs" || { \
  837. echo rm -f $${locs}; \
  838. rm -f $${locs}; \
  839. }
  840. clean-noinstLTLIBRARIES:
  841. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  842. @list='$(noinst_LTLIBRARIES)'; \
  843. locs=`for p in $$list; do echo $$p; done | \
  844. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  845. sort -u`; \
  846. test -z "$$locs" || { \
  847. echo rm -f $${locs}; \
  848. rm -f $${locs}; \
  849. }
  850. libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES) $(EXTRA_libopcodes_la_DEPENDENCIES)
  851. $(AM_V_CCLD)$(libopcodes_la_LINK) $(am_libopcodes_la_rpath) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
  852. mostlyclean-compile:
  853. -rm -f *.$(OBJEXT)
  854. distclean-compile:
  855. -rm -f *.tab.c
  856. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-asm-2.Plo@am__quote@
  857. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-asm.Plo@am__quote@
  858. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-dis-2.Plo@am__quote@
  859. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-dis.Plo@am__quote@
  860. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-opc-2.Plo@am__quote@
  861. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-opc.Plo@am__quote@
  862. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha-dis.Plo@am__quote@
  863. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha-opc.Plo@am__quote@
  864. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc-dis.Plo@am__quote@
  865. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc-ext.Plo@am__quote@
  866. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc-opc.Plo@am__quote@
  867. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm-dis.Plo@am__quote@
  868. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avr-dis.Plo@am__quote@
  869. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfin-dis.Plo@am__quote@
  870. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf-asm.Plo@am__quote@
  871. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf-desc.Plo@am__quote@
  872. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf-dis.Plo@am__quote@
  873. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf-ibld.Plo@am__quote@
  874. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf-opc.Plo@am__quote@
  875. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-asm.Plo@am__quote@
  876. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-bitset.Plo@am__quote@
  877. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-dis.Plo@am__quote@
  878. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-opc.Plo@am__quote@
  879. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cr16-dis.Plo@am__quote@
  880. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cr16-opc.Plo@am__quote@
  881. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cris-desc.Plo@am__quote@
  882. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cris-dis.Plo@am__quote@
  883. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cris-opc.Plo@am__quote@
  884. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crx-dis.Plo@am__quote@
  885. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crx-opc.Plo@am__quote@
  886. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csky-dis.Plo@am__quote@
  887. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d10v-dis.Plo@am__quote@
  888. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d10v-opc.Plo@am__quote@
  889. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d30v-dis.Plo@am__quote@
  890. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d30v-opc.Plo@am__quote@
  891. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dis-buf.Plo@am__quote@
  892. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dis-init.Plo@am__quote@
  893. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disassemble.Plo@am__quote@
  894. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlx-dis.Plo@am__quote@
  895. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-asm.Plo@am__quote@
  896. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-desc.Plo@am__quote@
  897. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-dis.Plo@am__quote@
  898. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-ibld.Plo@am__quote@
  899. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-opc.Plo@am__quote@
  900. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-asm.Plo@am__quote@
  901. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-desc.Plo@am__quote@
  902. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-dis.Plo@am__quote@
  903. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-ibld.Plo@am__quote@
  904. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-opc.Plo@am__quote@
  905. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-asm.Plo@am__quote@
  906. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-desc.Plo@am__quote@
  907. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-dis.Plo@am__quote@
  908. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-ibld.Plo@am__quote@
  909. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-opc.Plo@am__quote@
  910. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ft32-dis.Plo@am__quote@
  911. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ft32-opc.Plo@am__quote@
  912. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h8300-dis.Plo@am__quote@
  913. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hppa-dis.Plo@am__quote@
  914. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386-dis.Plo@am__quote@
  915. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386-opc.Plo@am__quote@
  916. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia64-dis.Plo@am__quote@
  917. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia64-opc.Plo@am__quote@
  918. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-asm.Plo@am__quote@
  919. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-desc.Plo@am__quote@
  920. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-dis.Plo@am__quote@
  921. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-ibld.Plo@am__quote@
  922. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-opc.Plo@am__quote@
  923. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-asm.Plo@am__quote@
  924. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-desc.Plo@am__quote@
  925. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-dis.Plo@am__quote@
  926. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-ibld.Plo@am__quote@
  927. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-opc.Plo@am__quote@
  928. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-asm.Plo@am__quote@
  929. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-desc.Plo@am__quote@
  930. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-dis.Plo@am__quote@
  931. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-ibld.Plo@am__quote@
  932. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-opc.Plo@am__quote@
  933. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-opinst.Plo@am__quote@
  934. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loongarch-coder.Plo@am__quote@
  935. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loongarch-dis.Plo@am__quote@
  936. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loongarch-opc.Plo@am__quote@
  937. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10200-dis.Plo@am__quote@
  938. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10200-opc.Plo@am__quote@
  939. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10300-dis.Plo@am__quote@
  940. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10300-opc.Plo@am__quote@
  941. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-asm.Plo@am__quote@
  942. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-desc.Plo@am__quote@
  943. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-dis.Plo@am__quote@
  944. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-ibld.Plo@am__quote@
  945. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-opc.Plo@am__quote@
  946. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-asm.Plo@am__quote@
  947. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-desc.Plo@am__quote@
  948. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-dis.Plo@am__quote@
  949. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-ibld.Plo@am__quote@
  950. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-opc.Plo@am__quote@
  951. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-opinst.Plo@am__quote@
  952. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68hc11-dis.Plo@am__quote@
  953. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68hc11-opc.Plo@am__quote@
  954. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k-dis.Plo@am__quote@
  955. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k-opc.Plo@am__quote@
  956. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcore-dis.Plo@am__quote@
  957. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-asm.Plo@am__quote@
  958. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-desc.Plo@am__quote@
  959. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-dis.Plo@am__quote@
  960. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-ibld.Plo@am__quote@
  961. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-opc.Plo@am__quote@
  962. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metag-dis.Plo@am__quote@
  963. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/microblaze-dis.Plo@am__quote@
  964. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/micromips-opc.Plo@am__quote@
  965. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips-dis.Plo@am__quote@
  966. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips-opc.Plo@am__quote@
  967. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips16-opc.Plo@am__quote@
  968. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmix-dis.Plo@am__quote@
  969. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmix-opc.Plo@am__quote@
  970. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moxie-dis.Plo@am__quote@
  971. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moxie-opc.Plo@am__quote@
  972. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msp430-decode.Plo@am__quote@
  973. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msp430-dis.Plo@am__quote@
  974. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-asm.Plo@am__quote@
  975. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-desc.Plo@am__quote@
  976. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-dis.Plo@am__quote@
  977. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-ibld.Plo@am__quote@
  978. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-opc.Plo@am__quote@
  979. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nds32-asm.Plo@am__quote@
  980. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nds32-dis.Plo@am__quote@
  981. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfp-dis.Plo@am__quote@
  982. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nios2-dis.Plo@am__quote@
  983. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nios2-opc.Plo@am__quote@
  984. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns32k-dis.Plo@am__quote@
  985. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-asm.Plo@am__quote@
  986. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-desc.Plo@am__quote@
  987. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-dis.Plo@am__quote@
  988. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-ibld.Plo@am__quote@
  989. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-opc.Plo@am__quote@
  990. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11-dis.Plo@am__quote@
  991. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11-opc.Plo@am__quote@
  992. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pj-dis.Plo@am__quote@
  993. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pj-opc.Plo@am__quote@
  994. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc-dis.Plo@am__quote@
  995. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc-opc.Plo@am__quote@
  996. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pru-dis.Plo@am__quote@
  997. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pru-opc.Plo@am__quote@
  998. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riscv-dis.Plo@am__quote@
  999. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riscv-opc.Plo@am__quote@
  1000. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl78-decode.Plo@am__quote@
  1001. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl78-dis.Plo@am__quote@
  1002. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx-decode.Plo@am__quote@
  1003. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx-dis.Plo@am__quote@
  1004. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s12z-dis.Plo@am__quote@
  1005. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s12z-opc.Plo@am__quote@
  1006. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s390-dis.Plo@am__quote@
  1007. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s390-opc.Plo@am__quote@
  1008. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/score-dis.Plo@am__quote@
  1009. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/score7-dis.Plo@am__quote@
  1010. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh-dis.Plo@am__quote@
  1011. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc-dis.Plo@am__quote@
  1012. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc-opc.Plo@am__quote@
  1013. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spu-dis.Plo@am__quote@
  1014. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spu-opc.Plo@am__quote@
  1015. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic30-dis.Plo@am__quote@
  1016. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic4x-dis.Plo@am__quote@
  1017. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic54x-dis.Plo@am__quote@
  1018. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic54x-opc.Plo@am__quote@
  1019. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic6x-dis.Plo@am__quote@
  1020. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilegx-dis.Plo@am__quote@
  1021. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilegx-opc.Plo@am__quote@
  1022. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilepro-dis.Plo@am__quote@
  1023. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilepro-opc.Plo@am__quote@
  1024. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v850-dis.Plo@am__quote@
  1025. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v850-opc.Plo@am__quote@
  1026. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax-dis.Plo@am__quote@
  1027. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/visium-dis.Plo@am__quote@
  1028. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/visium-opc.Plo@am__quote@
  1029. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wasm32-dis.Plo@am__quote@
  1030. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-asm.Plo@am__quote@
  1031. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-desc.Plo@am__quote@
  1032. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-dis.Plo@am__quote@
  1033. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-ibld.Plo@am__quote@
  1034. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-opc.Plo@am__quote@
  1035. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgate-dis.Plo@am__quote@
  1036. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgate-opc.Plo@am__quote@
  1037. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-asm.Plo@am__quote@
  1038. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-desc.Plo@am__quote@
  1039. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-dis.Plo@am__quote@
  1040. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-ibld.Plo@am__quote@
  1041. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-opc.Plo@am__quote@
  1042. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-dis.Plo@am__quote@
  1043. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z80-dis.Plo@am__quote@
  1044. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z8k-dis.Plo@am__quote@
  1045. .c.o:
  1046. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  1047. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  1048. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  1049. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1050. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  1051. .c.obj:
  1052. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  1053. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  1054. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  1055. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1056. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  1057. .c.lo:
  1058. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  1059. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  1060. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  1061. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1062. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  1063. mostlyclean-libtool:
  1064. -rm -f *.lo
  1065. clean-libtool:
  1066. -rm -rf .libs _libs
  1067. distclean-libtool:
  1068. -rm -f libtool config.lt
  1069. install-bfdincludeDATA: $(bfdinclude_DATA)
  1070. @$(NORMAL_INSTALL)
  1071. @list='$(bfdinclude_DATA)'; test -n "$(bfdincludedir)" || list=; \
  1072. if test -n "$$list"; then \
  1073. echo " $(MKDIR_P) '$(DESTDIR)$(bfdincludedir)'"; \
  1074. $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)" || exit 1; \
  1075. fi; \
  1076. for p in $$list; do \
  1077. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  1078. echo "$$d$$p"; \
  1079. done | $(am__base_list) | \
  1080. while read files; do \
  1081. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bfdincludedir)'"; \
  1082. $(INSTALL_DATA) $$files "$(DESTDIR)$(bfdincludedir)" || exit $$?; \
  1083. done
  1084. uninstall-bfdincludeDATA:
  1085. @$(NORMAL_UNINSTALL)
  1086. @list='$(bfdinclude_DATA)'; test -n "$(bfdincludedir)" || list=; \
  1087. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  1088. dir='$(DESTDIR)$(bfdincludedir)'; $(am__uninstall_files_from_dir)
  1089. # This directory's subdirectories are mostly independent; you can cd
  1090. # into them and run 'make' without going through this Makefile.
  1091. # To change the values of 'make' variables: instead of editing Makefiles,
  1092. # (1) if the variable is set in 'config.status', edit 'config.status'
  1093. # (which will cause the Makefiles to be regenerated when you run 'make');
  1094. # (2) otherwise, pass the desired values on the 'make' command line.
  1095. $(am__recursive_targets):
  1096. @fail=; \
  1097. if $(am__make_keepgoing); then \
  1098. failcom='fail=yes'; \
  1099. else \
  1100. failcom='exit 1'; \
  1101. fi; \
  1102. dot_seen=no; \
  1103. target=`echo $@ | sed s/-recursive//`; \
  1104. case "$@" in \
  1105. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  1106. *) list='$(SUBDIRS)' ;; \
  1107. esac; \
  1108. for subdir in $$list; do \
  1109. echo "Making $$target in $$subdir"; \
  1110. if test "$$subdir" = "."; then \
  1111. dot_seen=yes; \
  1112. local_target="$$target-am"; \
  1113. else \
  1114. local_target="$$target"; \
  1115. fi; \
  1116. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  1117. || eval $$failcom; \
  1118. done; \
  1119. if test "$$dot_seen" = "no"; then \
  1120. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  1121. fi; test -z "$$fail"
  1122. ID: $(am__tagged_files)
  1123. $(am__define_uniq_tagged_files); mkid -fID $$unique
  1124. tags: tags-recursive
  1125. TAGS: tags
  1126. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  1127. set x; \
  1128. here=`pwd`; \
  1129. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  1130. include_option=--etags-include; \
  1131. empty_fix=.; \
  1132. else \
  1133. include_option=--include; \
  1134. empty_fix=; \
  1135. fi; \
  1136. list='$(SUBDIRS)'; for subdir in $$list; do \
  1137. if test "$$subdir" = .; then :; else \
  1138. test ! -f $$subdir/TAGS || \
  1139. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  1140. fi; \
  1141. done; \
  1142. $(am__define_uniq_tagged_files); \
  1143. shift; \
  1144. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  1145. test -n "$$unique" || unique=$$empty_fix; \
  1146. if test $$# -gt 0; then \
  1147. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1148. "$$@" $$unique; \
  1149. else \
  1150. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1151. $$unique; \
  1152. fi; \
  1153. fi
  1154. ctags: ctags-recursive
  1155. CTAGS: ctags
  1156. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  1157. $(am__define_uniq_tagged_files); \
  1158. test -z "$(CTAGS_ARGS)$$unique" \
  1159. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  1160. $$unique
  1161. GTAGS:
  1162. here=`$(am__cd) $(top_builddir) && pwd` \
  1163. && $(am__cd) $(top_srcdir) \
  1164. && gtags -i $(GTAGS_ARGS) "$$here"
  1165. cscope: cscope.files
  1166. test ! -s cscope.files \
  1167. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  1168. clean-cscope:
  1169. -rm -f cscope.files
  1170. cscope.files: clean-cscope cscopelist
  1171. cscopelist: cscopelist-recursive
  1172. cscopelist-am: $(am__tagged_files)
  1173. list='$(am__tagged_files)'; \
  1174. case "$(srcdir)" in \
  1175. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  1176. *) sdir=$(subdir)/$(srcdir) ;; \
  1177. esac; \
  1178. for i in $$list; do \
  1179. if test -f "$$i"; then \
  1180. echo "$(subdir)/$$i"; \
  1181. else \
  1182. echo "$$sdir/$$i"; \
  1183. fi; \
  1184. done >> $(top_builddir)/cscope.files
  1185. distclean-tags:
  1186. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1187. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  1188. check-am: all-am
  1189. check: check-recursive
  1190. all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) config.h
  1191. installdirs: installdirs-recursive
  1192. installdirs-am:
  1193. for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(bfdincludedir)"; do \
  1194. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  1195. done
  1196. install: install-recursive
  1197. install-exec: install-exec-recursive
  1198. install-data: install-data-recursive
  1199. uninstall: uninstall-recursive
  1200. install-am: all-am
  1201. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1202. installcheck: installcheck-recursive
  1203. install-strip:
  1204. if test -z '$(STRIP)'; then \
  1205. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1206. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1207. install; \
  1208. else \
  1209. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1210. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1211. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1212. fi
  1213. mostlyclean-generic:
  1214. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  1215. clean-generic:
  1216. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  1217. distclean-generic:
  1218. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1219. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1220. maintainer-clean-generic:
  1221. @echo "This command is intended for maintainers to use"
  1222. @echo "it deletes files that may require special tools to rebuild."
  1223. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  1224. clean: clean-recursive
  1225. clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
  1226. clean-noinstLIBRARIES clean-noinstLTLIBRARIES mostlyclean-am
  1227. distclean: distclean-recursive
  1228. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1229. -rm -rf ./$(DEPDIR)
  1230. -rm -f Makefile
  1231. distclean-am: clean-am distclean-compile distclean-generic \
  1232. distclean-hdr distclean-libtool distclean-tags
  1233. dvi: dvi-recursive
  1234. dvi-am:
  1235. html: html-recursive
  1236. html-am:
  1237. info: info-recursive
  1238. info-am:
  1239. install-data-am: install-bfdincludeDATA install-bfdlibLTLIBRARIES
  1240. install-dvi: install-dvi-recursive
  1241. install-dvi-am:
  1242. install-exec-am:
  1243. install-html: install-html-recursive
  1244. install-html-am:
  1245. install-info: install-info-recursive
  1246. install-info-am:
  1247. install-man:
  1248. install-pdf: install-pdf-recursive
  1249. install-pdf-am:
  1250. install-ps: install-ps-recursive
  1251. install-ps-am:
  1252. installcheck-am:
  1253. maintainer-clean: maintainer-clean-recursive
  1254. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1255. -rm -rf $(top_srcdir)/autom4te.cache
  1256. -rm -rf ./$(DEPDIR)
  1257. -rm -f Makefile
  1258. maintainer-clean-am: distclean-am maintainer-clean-generic
  1259. mostlyclean: mostlyclean-recursive
  1260. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1261. mostlyclean-libtool
  1262. pdf: pdf-recursive
  1263. pdf-am:
  1264. ps: ps-recursive
  1265. ps-am:
  1266. uninstall-am: uninstall-bfdincludeDATA uninstall-bfdlibLTLIBRARIES
  1267. .MAKE: $(am__recursive_targets) all install-am install-strip
  1268. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  1269. am--refresh check check-am clean clean-bfdlibLTLIBRARIES \
  1270. clean-cscope clean-generic clean-libtool clean-noinstLIBRARIES \
  1271. clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
  1272. distclean distclean-compile distclean-generic distclean-hdr \
  1273. distclean-libtool distclean-tags dvi dvi-am html html-am info \
  1274. info-am install install-am install-bfdincludeDATA \
  1275. install-bfdlibLTLIBRARIES install-data install-data-am \
  1276. install-dvi install-dvi-am install-exec install-exec-am \
  1277. install-html install-html-am install-info install-info-am \
  1278. install-man install-pdf install-pdf-am install-ps \
  1279. install-ps-am install-strip installcheck installcheck-am \
  1280. installdirs installdirs-am maintainer-clean \
  1281. maintainer-clean-generic mostlyclean mostlyclean-compile \
  1282. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1283. tags tags-am uninstall uninstall-am uninstall-bfdincludeDATA \
  1284. uninstall-bfdlibLTLIBRARIES
  1285. .PRECIOUS: Makefile
  1286. disassemble.lo: disassemble.c
  1287. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/disassemble.c
  1288. @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  1289. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='disassemble.c' object='$@' libtool=yes @AMDEPBACKSLASH@
  1290. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1291. @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/disassemble.c
  1292. stamp-lib: libopcodes.la
  1293. libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
  1294. if [ -f $$libtooldir/libopcodes.a ]; then \
  1295. cp $$libtooldir/libopcodes.a libopcodes.tmp; \
  1296. $(RANLIB) libopcodes.tmp; \
  1297. $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
  1298. else true; fi
  1299. touch stamp-lib
  1300. libopcodes.a: stamp-lib ; @true
  1301. po/POTFILES.in: @MAINT@ Makefile
  1302. for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
  1303. && mv tmp $(srcdir)/po/POTFILES.in
  1304. run-cgen:
  1305. $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
  1306. $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
  1307. "$(options)" "$(extrafiles)"
  1308. touch stamp-${prefix}
  1309. .PHONY: run-cgen
  1310. # Maintainer utility rule to regenerate all cgen files.
  1311. run-cgen-all:
  1312. for c in $(CGEN_CPUS) ; \
  1313. do \
  1314. $(MAKE) stamp-$$c || exit 1 ; \
  1315. done
  1316. .PHONY: run-cgen-all
  1317. # For now, require developers to configure with --enable-cgen-maint.
  1318. $(srcdir)/bpf-desc.h $(srcdir)/bpf-desc.c $(srcdir)/bpf-opc.h \
  1319. $(srcdir)/bpf-opc.c $(srcdir)/bpf-ibld.c \
  1320. $(srcdir)/bpf-asm.c $(srcdir)/bpf-dis.c: $(BPF_DEPS)
  1321. @true
  1322. stamp-bpf: $(CGENDEPS) $(CPUDIR)/bpf.cpu $(CPUDIR)/bpf.opc
  1323. $(MAKE) run-cgen arch=bpf prefix=bpf \
  1324. archfile=$(CPUDIR)/bpf.cpu opcfile=$(CPUDIR)/bpf.opc
  1325. $(srcdir)/cris-desc.h $(srcdir)/cris-desc.c $(srcdir)/cris-opc.h: $(CRIS_DEPS)
  1326. @true
  1327. stamp-cris: $(CGENDEPS) $(CPUDIR)/cris.cpu
  1328. $(SHELL) $(srcdir)/cgen.sh desc $(srcdir) $(CGEN) \
  1329. $(CGENDIR) "$(CGENFLAGS)" cris cris $(CPUDIR)/cris.cpu /dev/null \
  1330. "$(options)" "$(extrafiles)"
  1331. touch $@
  1332. $(srcdir)/epiphany-desc.h $(srcdir)/epiphany-desc.c $(srcdir)/epiphany-opc.h \
  1333. $(srcdir)/epiphany-opc.c $(srcdir)/epiphany-ibld.c \
  1334. $(srcdir)/epiphany-opinst.c $(srcdir)/epiphany-asm.c \
  1335. $(srcdir)/epiphany-dis.c: $(EPIPHANY_DEPS)
  1336. @true
  1337. stamp-epiphany: $(CGENDEPS) $(CPUDIR)/epiphany.cpu $(CPUDIR)/epiphany.opc
  1338. $(MAKE) run-cgen arch=epiphany prefix=epiphany options= \
  1339. archfile=$(CPUDIR)/epiphany.cpu opcfile=$(CPUDIR)/epiphany.opc extrafiles=
  1340. $(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
  1341. @true
  1342. stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
  1343. $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
  1344. archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
  1345. $(srcdir)/frv-desc.h $(srcdir)/frv-desc.c $(srcdir)/frv-opc.h $(srcdir)/frv-opc.c $(srcdir)/frv-ibld.c $(srcdir)/frv-asm.c $(srcdir)/frv-dis.c: $(FRV_DEPS)
  1346. @true
  1347. stamp-frv: $(CGENDEPS) $(CPUDIR)/frv.cpu $(CPUDIR)/frv.opc
  1348. $(MAKE) run-cgen arch=frv prefix=frv options= \
  1349. archfile=$(CPUDIR)/frv.cpu opcfile=$(CPUDIR)/frv.opc extrafiles=
  1350. $(srcdir)/ip2k-desc.h $(srcdir)/ip2k-desc.c $(srcdir)/ip2k-opc.h $(srcdir)/ip2k-opc.c $(srcdir)/ip2k-ibld.c $(srcdir)/ip2k-asm.c $(srcdir)/ip2k-dis.c: $(IP2K_DEPS)
  1351. @true
  1352. stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
  1353. $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
  1354. archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
  1355. $(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
  1356. @true
  1357. stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu \
  1358. $(CPUDIR)/iq2000.opc $(CPUDIR)/iq2000m.cpu \
  1359. $(CPUDIR)/iq10.cpu
  1360. $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
  1361. archfile=$(CPUDIR)/iq2000.cpu \
  1362. opcfile=$(CPUDIR)/iq2000.opc extrafiles=
  1363. $(srcdir)lm32-desc.h $(srcdir)/lm32-desc.c $(srcdir)/lm32-opc.h $(srcdir)/lm32-opc.c $(srcdir)/lm32-ibld.c $(srcdir)/lm32-opinst.c $(srcdir)/lm32-asm.c $(srcdir)/lm32-dis.c: $(LM32_DEPS)
  1364. @true
  1365. stamp-lm32: $(CGENDEPS) $(CPUDIR)/lm32.cpu $(CPUDIR)/lm32.opc
  1366. $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
  1367. archfile=$(CPUDIR)/lm32.cpu \
  1368. opcfile=$(CPUDIR)/lm32.opc \
  1369. extrafiles=opinst
  1370. $(srcdir)/m32c-desc.h $(srcdir)/m32c-desc.c $(srcdir)/m32c-opc.h $(srcdir)/m32c-opc.c $(srcdir)/m32c-ibld.c $(srcdir)/m32c-asm.c $(srcdir)/m32c-dis.c: $(M32C_DEPS)
  1371. @true
  1372. stamp-m32c: $(CGENDEPS) $(CPUDIR)/m32c.cpu $(CPUDIR)/m32c.opc
  1373. $(MAKE) run-cgen arch=m32c prefix=m32c options= \
  1374. archfile=$(CPUDIR)/m32c.cpu \
  1375. opcfile=$(CPUDIR)/m32c.opc extrafiles=
  1376. $(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
  1377. @true
  1378. stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
  1379. $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
  1380. archfile=$(CPUDIR)/m32r.cpu \
  1381. opcfile=$(CPUDIR)/m32r.opc extrafiles=opinst
  1382. $(srcdir)/mep-desc.h $(srcdir)/mep-desc.c $(srcdir)/mep-opc.h $(srcdir)/mep-opc.c $(srcdir)/mep-ibld.c $(srcdir)/mep-asm.c $(srcdir)/mep-dis.c: $(MEP_DEPS)
  1383. @true
  1384. stamp-mep: $(CGENDEPS) $(CPUDIR)/mep.cpu $(CPUDIR)/mep-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-sample-ucidsp.cpu $(CPUDIR)/mep-rhcop.cpu $(CPUDIR)/mep-fmax.cpu $(CPUDIR)/mep.opc
  1385. $(MAKE) run-cgen arch=mep prefix=mep options= \
  1386. archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
  1387. $(srcdir)/mt-desc.h $(srcdir)/mt-desc.c $(srcdir)/mt-opc.h $(srcdir)/mt-opc.c $(srcdir)/mt-ibld.c $(srcdir)/mt-asm.c $(srcdir)/mt-dis.c: $(MT_DEPS)
  1388. @true
  1389. stamp-mt: $(CGENDEPS) $(CPUDIR)/mt.cpu $(CPUDIR)/mt.opc
  1390. $(MAKE) run-cgen arch=mt prefix=mt options= \
  1391. archfile=$(CPUDIR)/mt.cpu \
  1392. opcfile=$(CPUDIR)/mt.opc extrafiles=
  1393. $(srcdir)/or1k-desc.h $(srcdir)/or1k-desc.c $(srcdir)/or1k-opc.h $(srcdir)/or1k-opc.c $(srcdir)/or1k-ibld.c $(srcdir)/or1k-opinst.c $(srcdir)/or1k-asm.c $(srcdir)/or1k-dis.c: $(OR1K_DEPS)
  1394. @true
  1395. stamp-or1k: $(CGENDEPS) $(CPUDIR)/or1k.cpu $(CPUDIR)/or1k.opc $(CPUDIR)/or1kcommon.cpu $(CPUDIR)/or1korbis.cpu $(CPUDIR)/or1korfpx.cpu
  1396. $(MAKE) run-cgen arch=or1k prefix=or1k options=opinst \
  1397. archfile=$(CPUDIR)/or1k.cpu opcfile=$(CPUDIR)/or1k.opc extrafiles=opinst
  1398. $(srcdir)/xc16x-desc.h $(srcdir)/xc16x-desc.c $(srcdir)/xc16x-opc.h $(srcdir)/xc16x-opc.c $(srcdir)/xc16x-ibld.c $(srcdir)/xc16x-asm.c $(srcdir)/xc16x-dis.c: $(XC16X_DEPS)
  1399. @true
  1400. stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
  1401. $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
  1402. archfile=$(CPUDIR)/xc16x.cpu \
  1403. opcfile=$(CPUDIR)/xc16x.opc \
  1404. extrafiles=
  1405. $(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
  1406. @true
  1407. stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
  1408. $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
  1409. archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
  1410. aarch64-gen$(EXEEXT_FOR_BUILD): aarch64-gen.o $(BUILD_LIB_DEPS)
  1411. $(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS)
  1412. aarch64-gen.o: aarch64-gen.c $(BFD_H) $(INCDIR)/getopt.h $(INCDIR)/libiberty.h\
  1413. $(INCDIR)/opcode/aarch64.h config.h aarch64-opc.h aarch64-tbl.h
  1414. $(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/aarch64-gen.c
  1415. $(srcdir)/aarch64-asm-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
  1416. $(AM_V_GEN)./aarch64-gen$(exeext_for_build) --gen-asm > $@
  1417. $(srcdir)/aarch64-dis-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
  1418. $(AM_V_GEN)./aarch64-gen$(exeext_for_build) --gen-dis > $@
  1419. $(srcdir)/aarch64-opc-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
  1420. $(AM_V_GEN)./aarch64-gen$(exeext_for_build) --gen-opc > $@
  1421. i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIB_DEPS)
  1422. $(AM_V_CCLD)$(LINK_FOR_BUILD) i386-gen.o $(BUILD_LIBS)
  1423. i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h \
  1424. $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \
  1425. $(INCDIR)/libiberty.h $(INCDIR)/opcode/i386.h $(INCDIR)/safe-ctype.h \
  1426. config.h i386-opc.h sysdep.h
  1427. $(COMPILE_FOR_BUILD) -c $(srcdir)/i386-gen.c
  1428. $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
  1429. @echo $@
  1430. $(srcdir)/i386-init.h: @MAINT@ i386-gen$(EXEEXT_FOR_BUILD) i386-opc.tbl i386-reg.tbl i386-opc.h
  1431. $(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - \
  1432. < $(srcdir)/i386-opc.tbl \
  1433. | ./i386-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir)
  1434. i386-opc.lo: $(srcdir)/i386-tbl.h
  1435. ia64-gen$(EXEEXT_FOR_BUILD): ia64-gen.o $(BUILD_LIB_DEPS)
  1436. $(AM_V_CCLD)$(LINK_FOR_BUILD) ia64-gen.o $(BUILD_LIBS)
  1437. ia64-gen.o: ia64-gen.c $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
  1438. $(INCDIR)/libiberty.h $(INCDIR)/opcode/ia64.h $(INCDIR)/safe-ctype.h \
  1439. $(INCDIR)/symcat.h config.h ia64-opc-a.c ia64-opc-b.c \
  1440. ia64-opc-d.c ia64-opc-f.c ia64-opc-i.c ia64-opc-m.c \
  1441. ia64-opc-x.c ia64-opc.h sysdep.h
  1442. $(COMPILE_FOR_BUILD) -c $(srcdir)/ia64-gen.c
  1443. $(srcdir)/ia64-asmtab.c: @MAINT@ $(ia64_asmtab_deps)
  1444. $(AM_V_GEN)./ia64-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir) > $@
  1445. ia64-opc.lo: $(srcdir)/ia64-asmtab.c
  1446. $(srcdir)/msp430-decode.c: @MAINT@ $(srcdir)/msp430-decode.opc opc2c$(EXEEXT_FOR_BUILD)
  1447. $(AM_V_GEN)./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/msp430-decode.opc > $(srcdir)/msp430-decode.c
  1448. $(srcdir)/rl78-decode.c: @MAINT@ $(srcdir)/rl78-decode.opc opc2c$(EXEEXT_FOR_BUILD)
  1449. $(AM_V_GEN)./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rl78-decode.opc > $(srcdir)/rl78-decode.c
  1450. $(srcdir)/rx-decode.c: @MAINT@ $(srcdir)/rx-decode.opc opc2c$(EXEEXT_FOR_BUILD)
  1451. $(AM_V_GEN)./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rx-decode.opc > $(srcdir)/rx-decode.c
  1452. opc2c$(EXEEXT_FOR_BUILD): opc2c.o $(BUILD_LIBS_DEPS)
  1453. $(AM_V_CCLD)$(LINK_FOR_BUILD) opc2c.o $(BUILD_LIBS)
  1454. opc2c.o: opc2c.c $(INCDIR)/libiberty.h
  1455. $(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/opc2c.c
  1456. s390-mkopc$(EXEEXT_FOR_BUILD): s390-mkopc.c
  1457. $(AM_V_CCLD)$(COMPILE_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
  1458. s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
  1459. $(AM_V_GEN)./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
  1460. s390-opc.lo: s390-opc.tab
  1461. z8kgen$(EXEEXT_FOR_BUILD): z8kgen.o $(BUILD_LIB_DEPS)
  1462. $(AM_V_CCLD)$(LINK_FOR_BUILD) z8kgen.o $(BUILD_LIBS)
  1463. z8kgen.o: z8kgen.c
  1464. $(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/z8kgen.c
  1465. $(srcdir)/z8k-opc.h: @MAINT@ z8kgen$(EXEEXT_FOR_BUILD)
  1466. $(AM_V_GEN)./z8kgen$(EXEEXT_FOR_BUILD) -a > $@
  1467. z8k-dis.lo: $(srcdir)/z8k-opc.h
  1468. mips-dis.lo: mips-dis.c
  1469. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(MIPS_DEFS) $<
  1470. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  1471. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  1472. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1473. @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(MIPS_DEFS) $<
  1474. sh-dis.lo: sh-dis.c
  1475. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
  1476. @am__fastdepCC_TRUE@ $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  1477. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@
  1478. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1479. @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
  1480. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1481. # Otherwise a system limit (for SysV at least) may be exceeded.
  1482. .NOEXPORT: