Home | History | Annotate | Download | only in libcpu
      1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
      2 # libcpu/Makefile.  Generated from Makefile.in by configure.
      3 
      4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
      5 
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 
     16 
     17 
     18 
     19 
     20 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     21 am__make_running_with_option = \
     22   case $${target_option-} in \
     23       ?) ;; \
     24       *) echo "am__make_running_with_option: internal error: invalid" \
     25               "target option '$${target_option-}' specified" >&2; \
     26          exit 1;; \
     27   esac; \
     28   has_opt=no; \
     29   sane_makeflags=$$MAKEFLAGS; \
     30   if $(am__is_gnu_make); then \
     31     sane_makeflags=$$MFLAGS; \
     32   else \
     33     case $$MAKEFLAGS in \
     34       *\\[\ \	]*) \
     35         bs=\\; \
     36         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     37           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     38     esac; \
     39   fi; \
     40   skip_next=no; \
     41   strip_trailopt () \
     42   { \
     43     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     44   }; \
     45   for flg in $$sane_makeflags; do \
     46     test $$skip_next = yes && { skip_next=no; continue; }; \
     47     case $$flg in \
     48       *=*|--*) continue;; \
     49         -*I) strip_trailopt 'I'; skip_next=yes;; \
     50       -*I?*) strip_trailopt 'I';; \
     51         -*O) strip_trailopt 'O'; skip_next=yes;; \
     52       -*O?*) strip_trailopt 'O';; \
     53         -*l) strip_trailopt 'l'; skip_next=yes;; \
     54       -*l?*) strip_trailopt 'l';; \
     55       -[dEDm]) skip_next=yes;; \
     56       -[JT]) skip_next=yes;; \
     57     esac; \
     58     case $$flg in \
     59       *$$target_option*) has_opt=yes; break;; \
     60     esac; \
     61   done; \
     62   test $$has_opt = yes
     63 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     64 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     65 pkgdatadir = $(datadir)/elfutils
     66 pkgincludedir = $(includedir)/elfutils
     67 pkglibdir = $(libdir)/elfutils
     68 pkglibexecdir = $(libexecdir)/elfutils
     69 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     70 install_sh_DATA = $(install_sh) -c -m 644
     71 install_sh_PROGRAM = $(install_sh) -c
     72 install_sh_SCRIPT = $(install_sh) -c
     73 INSTALL_HEADER = $(INSTALL_DATA)
     74 transform = $(program_transform_name)
     75 NORMAL_INSTALL = :
     76 PRE_INSTALL = :
     77 POST_INSTALL = :
     78 NORMAL_UNINSTALL = :
     79 PRE_UNINSTALL = :
     80 POST_UNINSTALL = :
     81 build_triplet = x86_64-unknown-linux-gnu
     82 host_triplet = x86_64-unknown-linux-gnu
     83 DIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \
     84 	$(srcdir)/Makefile.am i386_lex.c i386_parse.c \
     85 	$(top_srcdir)/config/depcomp $(top_srcdir)/config/ylwrap \
     86 	$(am__noinst_HEADERS_DIST) ChangeLog
     87 #noinst_PROGRAMS = i386_gendis$(EXEEXT)
     88 subdir = libcpu
     89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     90 am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \
     91 	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
     92 	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \
     93 	$(top_srcdir)/configure.ac
     94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     95 	$(ACLOCAL_M4)
     96 mkinstalldirs = $(install_sh) -d
     97 CONFIG_HEADER = $(top_builddir)/config.h
     98 CONFIG_CLEAN_FILES =
     99 CONFIG_CLEAN_VPATH_FILES =
    100 LIBRARIES = $(noinst_LIBRARIES)
    101 ARFLAGS = cru
    102 AM_V_AR = $(am__v_AR_$(V))
    103 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
    104 am__v_AR_0 = @echo "  AR      " $@;
    105 am__v_AR_1 = 
    106 libcpu_i386_a_AR = $(AR) $(ARFLAGS)
    107 libcpu_i386_a_LIBADD =
    108 am_libcpu_i386_a_OBJECTS = i386_disasm.$(OBJEXT)
    109 libcpu_i386_a_OBJECTS = $(am_libcpu_i386_a_OBJECTS)
    110 libcpu_x86_64_a_AR = $(AR) $(ARFLAGS)
    111 libcpu_x86_64_a_LIBADD =
    112 am_libcpu_x86_64_a_OBJECTS = x86_64_disasm.$(OBJEXT)
    113 libcpu_x86_64_a_OBJECTS = $(am_libcpu_x86_64_a_OBJECTS)
    114 PROGRAMS = $(noinst_PROGRAMS)
    115 am_i386_gendis_OBJECTS = i386_gendis.$(OBJEXT) i386_lex.$(OBJEXT) \
    116 	i386_parse.$(OBJEXT)
    117 i386_gendis_OBJECTS = $(am_i386_gendis_OBJECTS)
    118 i386_gendis_DEPENDENCIES = $(libeu)
    119 AM_V_P = $(am__v_P_$(V))
    120 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
    121 am__v_P_0 = false
    122 am__v_P_1 = :
    123 AM_V_GEN = $(am__v_GEN_$(V))
    124 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
    125 am__v_GEN_0 = @echo "  GEN     " $@;
    126 am__v_GEN_1 = 
    127 AM_V_at = $(am__v_at_$(V))
    128 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
    129 am__v_at_0 = @
    130 am__v_at_1 = 
    131 DEFAULT_INCLUDES = -I. -I$(top_builddir)
    132 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
    133 am__depfiles_maybe = depfiles
    134 am__mv = mv -f
    135 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    136 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    137 AM_V_CC = $(am__v_CC_$(V))
    138 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
    139 am__v_CC_0 = @echo "  CC      " $@;
    140 am__v_CC_1 = 
    141 CCLD = $(CC)
    142 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    143 AM_V_CCLD = $(am__v_CCLD_$(V))
    144 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
    145 am__v_CCLD_0 = @echo "  CCLD    " $@;
    146 am__v_CCLD_1 = 
    147 am__skiplex = test -f $@ ||
    148 AM_V_LEX = $(am__v_LEX_$(V))
    149 am__v_LEX_ = $(am__v_LEX_$(AM_DEFAULT_VERBOSITY))
    150 am__v_LEX_0 = @echo "  LEX     " $@;
    151 am__v_LEX_1 = 
    152 YLWRAP = $(top_srcdir)/config/ylwrap
    153 am__skipyacc = test -f $@ ||
    154 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
    155 		   -e s/c++$$/h++/ -e s/c$$/h/
    156 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
    157 AM_V_YACC = $(am__v_YACC_$(V))
    158 am__v_YACC_ = $(am__v_YACC_$(AM_DEFAULT_VERBOSITY))
    159 am__v_YACC_0 = @echo "  YACC    " $@;
    160 am__v_YACC_1 = 
    161 SOURCES = $(libcpu_i386_a_SOURCES) $(libcpu_x86_64_a_SOURCES) \
    162 	$(i386_gendis_SOURCES)
    163 DIST_SOURCES = $(libcpu_i386_a_SOURCES) $(libcpu_x86_64_a_SOURCES) \
    164 	$(i386_gendis_SOURCES)
    165 am__can_run_installinfo = \
    166   case $$AM_UPDATE_INFO_DIR in \
    167     n|no|NO) false;; \
    168     *) (install-info --version) >/dev/null 2>&1;; \
    169   esac
    170 am__noinst_HEADERS_DIST = memory-access.h i386_parse.h i386_data.h
    171 HEADERS = $(noinst_HEADERS)
    172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    173 # Read a list of newline-separated strings from the standard input,
    174 # and print each of them once, without duplicates.  Input order is
    175 # *not* preserved.
    176 am__uniquify_input = $(AWK) '\
    177   BEGIN { nonempty = 0; } \
    178   { items[$$0] = 1; nonempty = 1; } \
    179   END { if (nonempty) { for (i in items) print i; }; } \
    180 '
    181 # Make sure the list of sources is unique.  This is necessary because,
    182 # e.g., the same source file might be shared among _SOURCES variables
    183 # for different programs/libraries.
    184 am__define_uniq_tagged_files = \
    185   list='$(am__tagged_files)'; \
    186   unique=`for i in $$list; do \
    187     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    188   done | $(am__uniquify_input)`
    189 ETAGS = etags
    190 CTAGS = ctags
    191 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    192 ACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14
    193 AMTAR = $${TAR-tar}
    194 AM_DEFAULT_VERBOSITY = 1
    195 AR = ar
    196 AUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf
    197 AUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader
    198 AUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14
    199 AWK = gawk
    200 CC = gcc
    201 CCDEPMODE = depmode=gcc3
    202 CC_BIARCH = gcc -m32
    203 CFLAGS = -g -O2
    204 CPP = gcc -E
    205 CPPFLAGS = 
    206 CYGPATH_W = echo
    207 DEBUGPRED = 0
    208 DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
    209 DEPDIR = .deps
    210 ECHO_C = 
    211 ECHO_N = -n
    212 ECHO_T = 
    213 EGREP = /bin/grep -E
    214 EXEEXT = 
    215 GETTEXT_MACRO_VERSION = 0.18
    216 GMSGFMT = /usr/bin/msgfmt
    217 GMSGFMT_015 = /usr/bin/msgfmt
    218 GREP = /bin/grep
    219 HAVE_VALGRIND = 
    220 INSTALL = /usr/bin/install -c
    221 INSTALL_DATA = ${INSTALL} -m 644
    222 INSTALL_PROGRAM = ${INSTALL}
    223 INSTALL_SCRIPT = ${INSTALL}
    224 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    225 LDFLAGS = 
    226 LEX = flex
    227 LEXLIB = -lfl
    228 LEX_OUTPUT_ROOT = lex.$(<F:lex.l=)
    229 LIBEBL_SUBDIR = elfutils
    230 LIBOBJS = 
    231 LIBS = 
    232 LTLIBOBJS = 
    233 MAINT = #
    234 MAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo
    235 MKDIR_P = /bin/mkdir -p
    236 MODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800
    237 MSGFMT = /usr/bin/msgfmt
    238 MSGFMT_015 = /usr/bin/msgfmt
    239 MSGMERGE = /usr/bin/msgmerge
    240 NM = nm
    241 OBJEXT = o
    242 PACKAGE = elfutils
    243 PACKAGE_BUGREPORT = https://bugzilla.redhat.com/
    244 PACKAGE_NAME = elfutils
    245 PACKAGE_STRING = elfutils 0.161
    246 PACKAGE_TARNAME = elfutils
    247 PACKAGE_URL = 
    248 PACKAGE_VERSION = 0.161
    249 PATH_SEPARATOR = :
    250 RANLIB = ranlib
    251 READELF = readelf
    252 SET_MAKE = 
    253 SHELL = /bin/sh
    254 STRIP = 
    255 USE_NLS = yes
    256 VERSION = 0.161
    257 XGETTEXT = /usr/bin/xgettext
    258 XGETTEXT_015 = /usr/bin/xgettext
    259 XGETTEXT_EXTRA_OPTIONS = 
    260 YACC = bison -y
    261 YFLAGS = 
    262 abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/libcpu
    263 abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/libcpu
    264 abs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
    265 abs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
    266 ac_ct_AR = ar
    267 ac_ct_CC = gcc
    268 am__include = include
    269 am__leading_dot = .
    270 am__quote = 
    271 am__tar = $${TAR-tar} chof - "$$tardir"
    272 am__untar = $${TAR-tar} xf -
    273 base_cpu = none
    274 bindir = ${exec_prefix}/bin
    275 build = x86_64-unknown-linux-gnu
    276 build_alias = 
    277 build_cpu = x86_64
    278 build_os = linux-gnu
    279 build_vendor = unknown
    280 builddir = .
    281 datadir = ${datarootdir}
    282 datarootdir = ${prefix}/share
    283 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    284 dvidir = ${docdir}
    285 eu_version = 161
    286 exec_prefix = ${prefix}
    287 host = x86_64-unknown-linux-gnu
    288 host_alias = 
    289 host_cpu = x86_64
    290 host_os = linux-gnu
    291 host_vendor = unknown
    292 htmldir = ${docdir}
    293 includedir = ${prefix}/include
    294 infodir = ${datarootdir}/info
    295 install_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh
    296 libdir = ${exec_prefix}/lib
    297 libexecdir = ${exec_prefix}/libexec
    298 localedir = ${datarootdir}/locale
    299 localstatedir = ${prefix}/var
    300 mandir = ${datarootdir}/man
    301 mkdir_p = $(MKDIR_P)
    302 oldincludedir = /usr/include
    303 pdfdir = ${docdir}
    304 prefix = /usr/local
    305 program_transform_name = s,x,x,
    306 psdir = ${docdir}
    307 sbindir = ${exec_prefix}/sbin
    308 sharedstatedir = ${prefix}/com
    309 srcdir = .
    310 sysconfdir = ${prefix}/etc
    311 target_alias = 
    312 top_build_prefix = ../
    313 top_builddir = ..
    314 top_srcdir = ..
    315 zip_LIBS = -lz 
    316 AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \
    317 	-I$(srcdir)/../libelf -I$(srcdir)/../libebl \
    318 	-I$(srcdir)/../libdw -I$(srcdir)/../libasm
    319 AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 $(if \
    320 	$($(*F)_no_Werror),,-Werror) $(if \
    321 	$($(*F)_no_Wunused),,-Wunused -Wextra) $($(*F)_CFLAGS) -fpic \
    322 	-fdollars-in-identifiers
    323 COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
    324 CLEANFILES = *.gcno *.gcda $(foreach P,i386 x86_64,$P_defs \
    325 	$P.mnemonics)
    326 textrel_msg = echo "WARNING: TEXTREL found in '$@'"
    327 #textrel_found = $(textrel_msg)
    328 textrel_found = $(textrel_msg); exit 1
    329 textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
    330 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) -P$(<F:lex.l=)
    331 AM_YFLAGS = -p$(<F:parse.y=)
    332 noinst_LIBRARIES = libcpu_i386.a libcpu_x86_64.a
    333 libcpu_i386_a_SOURCES = i386_disasm.c i386_dis.h
    334 libcpu_x86_64_a_SOURCES = x86_64_disasm.c x86_64_dis.h
    335 i386_gendis_SOURCES = i386_gendis.c i386_lex.l i386_parse.y
    336 #noinst_HEADERS = memory-access.h i386_parse.h i386_data.h
    337 i386_lex_no_Werror = yes
    338 libeu = ../lib/libeu.a
    339 i386_lex_CFLAGS = -Wno-unused-label -Wno-unused-function -Wno-sign-compare
    340 i386_parse_CFLAGS = -DNMNES="`wc -l < i386.mnemonics`"
    341 i386_gendis_LDADD = $(libeu) -lm
    342 EXTRA_DIST = defs/i386
    343 MAINTAINERCLEANFILES = $(foreach P,i386 x86_64, $P_dis.h)
    344 all: all-am
    345 
    346 .SUFFIXES:
    347 .SUFFIXES: .c .l .o .obj .y
    348 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps)
    349 	@for dep in $?; do \
    350 	  case '$(am__configure_deps)' in \
    351 	    *$$dep*) \
    352 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    353 	        && { if test -f $@; then exit 0; else break; fi; }; \
    354 	      exit 1;; \
    355 	  esac; \
    356 	done; \
    357 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits libcpu/Makefile'; \
    358 	$(am__cd) $(top_srcdir) && \
    359 	  $(AUTOMAKE) --gnits libcpu/Makefile
    360 .PRECIOUS: Makefile
    361 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    362 	@case '$?' in \
    363 	  *config.status*) \
    364 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    365 	  *) \
    366 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    367 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    368 	esac;
    369 $(top_srcdir)/config/eu.am:
    370 
    371 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    372 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    373 
    374 $(top_srcdir)/configure: # $(am__configure_deps)
    375 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    376 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
    377 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    378 $(am__aclocal_m4_deps):
    379 
    380 clean-noinstLIBRARIES:
    381 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    382 
    383 libcpu_i386.a: $(libcpu_i386_a_OBJECTS) $(libcpu_i386_a_DEPENDENCIES) $(EXTRA_libcpu_i386_a_DEPENDENCIES) 
    384 	$(AM_V_at)-rm -f libcpu_i386.a
    385 	$(AM_V_AR)$(libcpu_i386_a_AR) libcpu_i386.a $(libcpu_i386_a_OBJECTS) $(libcpu_i386_a_LIBADD)
    386 	$(AM_V_at)$(RANLIB) libcpu_i386.a
    387 
    388 libcpu_x86_64.a: $(libcpu_x86_64_a_OBJECTS) $(libcpu_x86_64_a_DEPENDENCIES) $(EXTRA_libcpu_x86_64_a_DEPENDENCIES) 
    389 	$(AM_V_at)-rm -f libcpu_x86_64.a
    390 	$(AM_V_AR)$(libcpu_x86_64_a_AR) libcpu_x86_64.a $(libcpu_x86_64_a_OBJECTS) $(libcpu_x86_64_a_LIBADD)
    391 	$(AM_V_at)$(RANLIB) libcpu_x86_64.a
    392 
    393 clean-noinstPROGRAMS:
    394 	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    395 
    396 i386_gendis$(EXEEXT): $(i386_gendis_OBJECTS) $(i386_gendis_DEPENDENCIES) $(EXTRA_i386_gendis_DEPENDENCIES) 
    397 	@rm -f i386_gendis$(EXEEXT)
    398 	$(AM_V_CCLD)$(LINK) $(i386_gendis_OBJECTS) $(i386_gendis_LDADD) $(LIBS)
    399 
    400 mostlyclean-compile:
    401 	-rm -f *.$(OBJEXT)
    402 
    403 distclean-compile:
    404 	-rm -f *.tab.c
    405 
    406 include ./$(DEPDIR)/i386_disasm.Po
    407 include ./$(DEPDIR)/i386_gendis.Po
    408 include ./$(DEPDIR)/i386_lex.Po
    409 include ./$(DEPDIR)/i386_parse.Po
    410 include ./$(DEPDIR)/x86_64_disasm.Po
    411 
    412 .c.o:
    413 	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    414 	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    415 #	$(AM_V_CC)source='$<' object='$@' libtool=no \
    416 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    417 #	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
    418 
    419 .c.obj:
    420 	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    421 	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    422 #	$(AM_V_CC)source='$<' object='$@' libtool=no \
    423 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    424 #	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    425 
    426 .l.c:
    427 	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
    428 
    429 .y.c:
    430 	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
    431 
    432 ID: $(am__tagged_files)
    433 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    434 tags: tags-am
    435 TAGS: tags
    436 
    437 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    438 	set x; \
    439 	here=`pwd`; \
    440 	$(am__define_uniq_tagged_files); \
    441 	shift; \
    442 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    443 	  test -n "$$unique" || unique=$$empty_fix; \
    444 	  if test $$# -gt 0; then \
    445 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    446 	      "$$@" $$unique; \
    447 	  else \
    448 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    449 	      $$unique; \
    450 	  fi; \
    451 	fi
    452 ctags: ctags-am
    453 
    454 CTAGS: ctags
    455 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    456 	$(am__define_uniq_tagged_files); \
    457 	test -z "$(CTAGS_ARGS)$$unique" \
    458 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    459 	     $$unique
    460 
    461 GTAGS:
    462 	here=`$(am__cd) $(top_builddir) && pwd` \
    463 	  && $(am__cd) $(top_srcdir) \
    464 	  && gtags -i $(GTAGS_ARGS) "$$here"
    465 cscopelist: cscopelist-am
    466 
    467 cscopelist-am: $(am__tagged_files)
    468 	list='$(am__tagged_files)'; \
    469 	case "$(srcdir)" in \
    470 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    471 	  *) sdir=$(subdir)/$(srcdir) ;; \
    472 	esac; \
    473 	for i in $$list; do \
    474 	  if test -f "$$i"; then \
    475 	    echo "$(subdir)/$$i"; \
    476 	  else \
    477 	    echo "$$sdir/$$i"; \
    478 	  fi; \
    479 	done >> $(top_builddir)/cscope.files
    480 
    481 distclean-tags:
    482 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    483 
    484 distdir: $(DISTFILES)
    485 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    486 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    487 	list='$(DISTFILES)'; \
    488 	  dist_files=`for file in $$list; do echo $$file; done | \
    489 	  sed -e "s|^$$srcdirstrip/||;t" \
    490 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    491 	case $$dist_files in \
    492 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    493 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    494 			   sort -u` ;; \
    495 	esac; \
    496 	for file in $$dist_files; do \
    497 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    498 	  if test -d $$d/$$file; then \
    499 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    500 	    if test -d "$(distdir)/$$file"; then \
    501 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    502 	    fi; \
    503 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    504 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    505 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    506 	    fi; \
    507 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    508 	  else \
    509 	    test -f "$(distdir)/$$file" \
    510 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    511 	    || exit 1; \
    512 	  fi; \
    513 	done
    514 check-am: all-am
    515 check: check-am
    516 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
    517 installdirs:
    518 install: install-am
    519 install-exec: install-exec-am
    520 install-data: install-data-am
    521 uninstall: uninstall-am
    522 
    523 install-am: all-am
    524 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    525 
    526 installcheck: installcheck-am
    527 install-strip:
    528 	if test -z '$(STRIP)'; then \
    529 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    530 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    531 	      install; \
    532 	else \
    533 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    534 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    535 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    536 	fi
    537 mostlyclean-generic:
    538 
    539 clean-generic:
    540 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    541 
    542 distclean-generic:
    543 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    544 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    545 
    546 maintainer-clean-generic:
    547 	@echo "This command is intended for maintainers to use"
    548 	@echo "it deletes files that may require special tools to rebuild."
    549 	-rm -f i386_lex.c
    550 	-rm -f i386_parse.c
    551 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
    552 clean: clean-am
    553 
    554 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
    555 	mostlyclean-am
    556 
    557 distclean: distclean-am
    558 	-rm -rf ./$(DEPDIR)
    559 	-rm -f Makefile
    560 distclean-am: clean-am distclean-compile distclean-generic \
    561 	distclean-tags
    562 
    563 dvi: dvi-am
    564 
    565 dvi-am:
    566 
    567 html: html-am
    568 
    569 html-am:
    570 
    571 info: info-am
    572 
    573 info-am:
    574 
    575 install-data-am:
    576 
    577 install-dvi: install-dvi-am
    578 
    579 install-dvi-am:
    580 
    581 install-exec-am:
    582 
    583 install-html: install-html-am
    584 
    585 install-html-am:
    586 
    587 install-info: install-info-am
    588 
    589 install-info-am:
    590 
    591 install-man:
    592 
    593 install-pdf: install-pdf-am
    594 
    595 install-pdf-am:
    596 
    597 install-ps: install-ps-am
    598 
    599 install-ps-am:
    600 
    601 installcheck-am:
    602 
    603 maintainer-clean: maintainer-clean-am
    604 	-rm -rf ./$(DEPDIR)
    605 	-rm -f Makefile
    606 maintainer-clean-am: distclean-am maintainer-clean-generic
    607 
    608 mostlyclean: mostlyclean-am
    609 
    610 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    611 
    612 pdf: pdf-am
    613 
    614 pdf-am:
    615 
    616 ps: ps-am
    617 
    618 ps-am:
    619 
    620 uninstall-am:
    621 
    622 .MAKE: install-am install-strip
    623 
    624 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    625 	clean-noinstLIBRARIES clean-noinstPROGRAMS cscopelist-am ctags \
    626 	ctags-am distclean distclean-compile distclean-generic \
    627 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    628 	install install-am install-data install-data-am install-dvi \
    629 	install-dvi-am install-exec install-exec-am install-html \
    630 	install-html-am install-info install-info-am install-man \
    631 	install-pdf install-pdf-am install-ps install-ps-am \
    632 	install-strip installcheck installcheck-am installdirs \
    633 	maintainer-clean maintainer-clean-generic mostlyclean \
    634 	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
    635 	tags tags-am uninstall uninstall-am
    636 
    637 
    638 %.os: %.c %.o
    639 	if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
    640 	  -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
    641 	then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
    642 	     rm -f "$(DEPDIR)/$*.Tpo"; \
    643 	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    644 	fi
    645 #	$(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $<
    646 
    647 i386_disasm.o: i386.mnemonics $(srcdir)/i386_dis.h
    648 x86_64_disasm.o: x86_64.mnemonics $(srcdir)/x86_64_dis.h
    649 
    650 %_defs: $(srcdir)/defs/i386
    651 	m4 -D$* -DDISASSEMBLER $< > $@T
    652 	mv -f $@T $@
    653 
    654 #$(srcdir)/%_dis.h: %_defs i386_gendis
    655 #	./i386_gendis $< > $@T
    656 #	mv -f $@T $@
    657 
    658 $(srcdir)/%_dis.h:
    659 	@echo '*** missing $@; configure with --enable-maintainer-mode'
    660 	@false
    661 
    662 %.mnemonics: %_defs
    663 	sed '1,/^%%/d;/^#/d;/^[[:space:]]*$$/d;s/[^:]*:\([^[:space:]]*\).*/MNE(\1)/;s/{[^}]*}//g;/INVALID/d' \
    664 	  $< | sort -u > $@
    665 i386_parse.o: i386_parse.c i386.mnemonics
    666 i386_lex.o: i386_parse.h
    667 
    668 i386_parse.h: i386_parse.c ;
    669 
    670 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    671 # Otherwise a system limit (for SysV at least) may be exceeded.
    672 .NOEXPORT:
    673