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