blob: 20e00a7334217b65abe72415f6e0adaca794e1bc [file] [log] [blame]
# Makefile.in generated by automake 1.14.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# These utility programs have to be built for BUILD host in cross-build.
# This makes things rather non-standard automake
# These utility programs have to be built for BUILD host in cross-build.
# This makes things rather non-standard automake
# These utility programs have to be built for BUILD host in cross-build.
# This makes things rather non-standard automake
# Makefile for cpp module.
# Copied from raw preprocessor module.
#TESTS += modules/preprocs/gas/tests/rawpp_test.sh
# Assume objfmt_coff is included
# Assume objfmt_coff is included
VPATH = @srcdir@
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = yasm$(EXEEXT) ytasm$(EXEEXT) vsyasm$(EXEEXT)
TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
modules/arch/x86/tests/gas32/x86_gas32_test.sh \
modules/arch/x86/tests/gas64/x86_gas64_test.sh \
modules/arch/lc3b/tests/lc3b_test.sh \
modules/parsers/gas/tests/gas_test.sh \
modules/parsers/gas/tests/bin/gas_bin_test.sh \
modules/parsers/nasm/tests/nasm_test.sh \
modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
modules/parsers/tasm/tests/tasm_test.sh \
modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
modules/preprocs/tasm/tests/tasmpp_test.sh \
modules/preprocs/nasm/tests/nasmpp_test.sh \
modules/preprocs/raw/tests/rawpp_test.sh \
modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh \
modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh \
modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh \
modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh \
modules/dbgfmts/stabs/tests/stabs_test.sh \
modules/objfmts/bin/tests/bin_test.sh \
modules/objfmts/bin/tests/multisect/bin_multi_test.sh \
modules/objfmts/elf/tests/elf_test.sh \
modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
modules/objfmts/elf/tests/x32/elf_x32_test.sh \
modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh \
modules/objfmts/coff/tests/coff_test.sh \
modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
modules/objfmts/macho/tests/nasm32/macho32_test.sh \
modules/objfmts/macho/tests/nasm64/macho64_test.sh \
modules/objfmts/rdf/tests/rdf_test.sh \
modules/objfmts/win32/tests/win32_test.sh \
modules/objfmts/win32/tests/gas/win32_gas_test.sh \
modules/objfmts/win64/tests/win64_test.sh \
modules/objfmts/win64/tests/gas/win64_gas_test.sh \
modules/objfmts/xdf/tests/xdf_test.sh bitvect_test$(EXEEXT) \
floatnum_test$(EXEEXT) leb128_test$(EXEEXT) \
splitpath_test$(EXEEXT) combpath_test$(EXEEXT) \
uncstring_test$(EXEEXT) libyasm/tests/libyasm_test.sh
noinst_PROGRAMS = genstring$(EXEEXT) re2c$(EXEEXT) genmacro$(EXEEXT) \
genperf$(EXEEXT) genversion$(EXEEXT) genmodule$(EXEEXT)
check_PROGRAMS = test_hd$(EXEEXT) bitvect_test$(EXEEXT) \
floatnum_test$(EXEEXT) leb128_test$(EXEEXT) \
splitpath_test$(EXEEXT) combpath_test$(EXEEXT) \
uncstring_test$(EXEEXT)
DIST_COMMON = $(srcdir)/tools/Makefile.inc \
$(srcdir)/tools/re2c/Makefile.inc \
$(srcdir)/tools/genmacro/Makefile.inc \
$(srcdir)/tools/genperf/Makefile.inc \
$(srcdir)/tools/python-yasm/Makefile.inc \
$(srcdir)/tools/python-yasm/tests/Makefile.inc \
$(srcdir)/modules/Makefile.inc \
$(srcdir)/modules/arch/Makefile.inc \
$(srcdir)/modules/arch/x86/Makefile.inc \
$(srcdir)/modules/arch/x86/tests/Makefile.inc \
$(srcdir)/modules/arch/x86/tests/gas32/Makefile.inc \
$(srcdir)/modules/arch/x86/tests/gas64/Makefile.inc \
$(srcdir)/modules/arch/lc3b/Makefile.inc \
$(srcdir)/modules/arch/lc3b/tests/Makefile.inc \
$(srcdir)/modules/listfmts/Makefile.inc \
$(srcdir)/modules/listfmts/nasm/Makefile.inc \
$(srcdir)/modules/parsers/Makefile.inc \
$(srcdir)/modules/parsers/gas/Makefile.inc \
$(srcdir)/modules/parsers/gas/tests/Makefile.inc \
$(srcdir)/modules/parsers/gas/tests/bin/Makefile.inc \
$(srcdir)/modules/parsers/nasm/Makefile.inc \
$(srcdir)/modules/parsers/nasm/tests/Makefile.inc \
$(srcdir)/modules/parsers/nasm/tests/worphan/Makefile.inc \
$(srcdir)/modules/parsers/tasm/Makefile.inc \
$(srcdir)/modules/parsers/tasm/tests/Makefile.inc \
$(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc \
$(srcdir)/modules/preprocs/Makefile.inc \
$(srcdir)/modules/preprocs/tasm/Makefile.inc \
$(srcdir)/modules/preprocs/tasm/tests/Makefile.inc \
$(srcdir)/modules/preprocs/nasm/Makefile.inc \
$(srcdir)/modules/preprocs/nasm/tests/Makefile.inc \
$(srcdir)/modules/preprocs/raw/Makefile.inc \
$(srcdir)/modules/preprocs/raw/tests/Makefile.inc \
$(srcdir)/modules/preprocs/cpp/Makefile.inc \
$(srcdir)/modules/preprocs/gas/Makefile.inc \
$(srcdir)/modules/preprocs/gas/tests/Makefile.inc \
$(srcdir)/modules/dbgfmts/Makefile.inc \
$(srcdir)/modules/dbgfmts/codeview/Makefile.inc \
$(srcdir)/modules/dbgfmts/dwarf2/Makefile.inc \
$(srcdir)/modules/dbgfmts/dwarf2/tests/Makefile.inc \
$(srcdir)/modules/dbgfmts/dwarf2/tests/gen64/Makefile.inc \
$(srcdir)/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc \
$(srcdir)/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc \
$(srcdir)/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc \
$(srcdir)/modules/dbgfmts/null/Makefile.inc \
$(srcdir)/modules/dbgfmts/stabs/Makefile.inc \
$(srcdir)/modules/dbgfmts/stabs/tests/Makefile.inc \
$(srcdir)/modules/objfmts/Makefile.inc \
$(srcdir)/modules/objfmts/dbg/Makefile.inc \
$(srcdir)/modules/objfmts/bin/Makefile.inc \
$(srcdir)/modules/objfmts/bin/tests/Makefile.inc \
$(srcdir)/modules/objfmts/bin/tests/multisect/Makefile.inc \
$(srcdir)/modules/objfmts/elf/Makefile.inc \
$(srcdir)/modules/objfmts/elf/tests/Makefile.inc \
$(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc \
$(srcdir)/modules/objfmts/elf/tests/x32/Makefile.inc \
$(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc \
$(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc \
$(srcdir)/modules/objfmts/elf/tests/gasx32/Makefile.inc \
$(srcdir)/modules/objfmts/coff/Makefile.inc \
$(srcdir)/modules/objfmts/coff/tests/Makefile.inc \
$(srcdir)/modules/objfmts/macho/Makefile.inc \
$(srcdir)/modules/objfmts/macho/tests/Makefile.inc \
$(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc \
$(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc \
$(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc \
$(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc \
$(srcdir)/modules/objfmts/rdf/Makefile.inc \
$(srcdir)/modules/objfmts/rdf/tests/Makefile.inc \
$(srcdir)/modules/objfmts/win32/Makefile.inc \
$(srcdir)/modules/objfmts/win32/tests/Makefile.inc \
$(srcdir)/modules/objfmts/win32/tests/gas/Makefile.inc \
$(srcdir)/modules/objfmts/win64/Makefile.inc \
$(srcdir)/modules/objfmts/win64/tests/Makefile.inc \
$(srcdir)/modules/objfmts/win64/tests/gas/Makefile.inc \
$(srcdir)/modules/objfmts/xdf/Makefile.inc \
$(srcdir)/modules/objfmts/xdf/tests/Makefile.inc \
$(srcdir)/libyasm/Makefile.inc \
$(srcdir)/libyasm/tests/Makefile.inc \
$(srcdir)/frontends/Makefile.inc \
$(srcdir)/frontends/yasm/Makefile.inc \
$(srcdir)/frontends/tasm/Makefile.inc \
$(srcdir)/frontends/vsyasm/Makefile.inc \
$(srcdir)/m4/Makefile.inc $(srcdir)/Makefile.in \
$(srcdir)/Makefile.am $(top_srcdir)/configure \
$(am__configure_deps) $(srcdir)/config.h.in \
$(top_srcdir)/config/mkinstalldirs \
$(top_srcdir)/config/depcomp $(dist_man_MANS) \
$(notrans_dist_man_MANS) $(include_HEADERS) \
$(modinclude_HEADERS) $(noinst_HEADERS) \
$(top_srcdir)/config/test-driver ABOUT-NLS AUTHORS COPYING \
ChangeLog INSTALL NEWS README config/compile \
config/config.guess config/config.rpath config/config.sub \
config/depcomp config/install-sh config/missing \
config/mkinstalldirs $(top_srcdir)/config/compile \
$(top_srcdir)/config/config.guess \
$(top_srcdir)/config/config.rpath \
$(top_srcdir)/config/config.sub \
$(top_srcdir)/config/install-sh $(top_srcdir)/config/missing
@HAVE_PYTHON_BINDINGS_TRUE@am__append_1 = _yasm.pxi yasm.pyx \
@HAVE_PYTHON_BINDINGS_TRUE@ yasm_python.c python-setup.txt \
@HAVE_PYTHON_BINDINGS_TRUE@ .python-build
@HAVE_PYTHON_BINDINGS_TRUE@am__append_2 = PYTHON=${PYTHON}
@HAVE_PYTHON_BINDINGS_TRUE@am__append_3 = tools/python-yasm/tests/python_test.sh
@BUILD_MAN_TRUE@am__append_4 = $(dist_man_MANS) $(notrans_dist_man_MANS)
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_create_stdint_h.m4 \
$(top_srcdir)/m4/cython.m4 $(top_srcdir)/m4/gettext.m4 \
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/pythonhead.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
for p in $$list; do echo "$$p $$p"; done | \
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
if (++n[$$2] == $(am__install_max)) \
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
END { for (dir in files) print dir, files[dir] }'
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
test -z "$$files" \
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" \
"$(DESTDIR)$(includedir)" "$(DESTDIR)$(modincludedir)" \
"$(DESTDIR)$(includedir)"
LIBRARIES = $(lib_LIBRARIES)
ARFLAGS = cru
AM_V_AR = $(am__v_AR_@AM_V@)
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
am__v_AR_0 = @echo " AR " $@;
am__v_AR_1 =
libyasm_a_AR = $(AR) $(ARFLAGS)
libyasm_a_LIBADD =
am__dirstamp = $(am__leading_dot)dirstamp
am_libyasm_a_OBJECTS = modules/arch/x86/x86arch.$(OBJEXT) \
modules/arch/x86/x86bc.$(OBJEXT) \
modules/arch/x86/x86expr.$(OBJEXT) \
modules/arch/x86/x86id.$(OBJEXT) \
modules/arch/lc3b/lc3barch.$(OBJEXT) \
modules/arch/lc3b/lc3bbc.$(OBJEXT) \
modules/listfmts/nasm/nasm-listfmt.$(OBJEXT) \
modules/parsers/gas/gas-parser.$(OBJEXT) \
modules/parsers/gas/gas-parse.$(OBJEXT) \
modules/parsers/gas/gas-parse-intel.$(OBJEXT) \
modules/parsers/nasm/nasm-parser.$(OBJEXT) \
modules/parsers/nasm/nasm-parse.$(OBJEXT) \
modules/preprocs/nasm/nasm-preproc.$(OBJEXT) \
modules/preprocs/nasm/nasm-pp.$(OBJEXT) \
modules/preprocs/nasm/nasmlib.$(OBJEXT) \
modules/preprocs/nasm/nasm-eval.$(OBJEXT) \
modules/preprocs/raw/raw-preproc.$(OBJEXT) \
modules/preprocs/cpp/cpp-preproc.$(OBJEXT) \
modules/preprocs/gas/gas-preproc.$(OBJEXT) \
modules/preprocs/gas/gas-eval.$(OBJEXT) \
modules/dbgfmts/codeview/cv-dbgfmt.$(OBJEXT) \
modules/dbgfmts/codeview/cv-symline.$(OBJEXT) \
modules/dbgfmts/codeview/cv-type.$(OBJEXT) \
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.$(OBJEXT) \
modules/dbgfmts/dwarf2/dwarf2-line.$(OBJEXT) \
modules/dbgfmts/dwarf2/dwarf2-aranges.$(OBJEXT) \
modules/dbgfmts/dwarf2/dwarf2-info.$(OBJEXT) \
modules/dbgfmts/null/null-dbgfmt.$(OBJEXT) \
modules/dbgfmts/stabs/stabs-dbgfmt.$(OBJEXT) \
modules/objfmts/dbg/dbg-objfmt.$(OBJEXT) \
modules/objfmts/bin/bin-objfmt.$(OBJEXT) \
modules/objfmts/elf/elf.$(OBJEXT) \
modules/objfmts/elf/elf-objfmt.$(OBJEXT) \
modules/objfmts/elf/elf-x86-x86.$(OBJEXT) \
modules/objfmts/elf/elf-x86-amd64.$(OBJEXT) \
modules/objfmts/elf/elf-x86-x32.$(OBJEXT) \
modules/objfmts/coff/coff-objfmt.$(OBJEXT) \
modules/objfmts/coff/win64-except.$(OBJEXT) \
modules/objfmts/macho/macho-objfmt.$(OBJEXT) \
modules/objfmts/rdf/rdf-objfmt.$(OBJEXT) \
modules/objfmts/xdf/xdf-objfmt.$(OBJEXT) \
libyasm/assocdat.$(OBJEXT) libyasm/bitvect.$(OBJEXT) \
libyasm/bc-align.$(OBJEXT) libyasm/bc-data.$(OBJEXT) \
libyasm/bc-incbin.$(OBJEXT) libyasm/bc-org.$(OBJEXT) \
libyasm/bc-reserve.$(OBJEXT) libyasm/bytecode.$(OBJEXT) \
libyasm/errwarn.$(OBJEXT) libyasm/expr.$(OBJEXT) \
libyasm/file.$(OBJEXT) libyasm/floatnum.$(OBJEXT) \
libyasm/hamt.$(OBJEXT) libyasm/insn.$(OBJEXT) \
libyasm/intnum.$(OBJEXT) libyasm/inttree.$(OBJEXT) \
libyasm/linemap.$(OBJEXT) libyasm/md5.$(OBJEXT) \
libyasm/mergesort.$(OBJEXT) libyasm/phash.$(OBJEXT) \
libyasm/section.$(OBJEXT) libyasm/strcasecmp.$(OBJEXT) \
libyasm/strsep.$(OBJEXT) libyasm/symrec.$(OBJEXT) \
libyasm/valparam.$(OBJEXT) libyasm/value.$(OBJEXT) \
libyasm/xmalloc.$(OBJEXT) libyasm/xstrdup.$(OBJEXT)
nodist_libyasm_a_OBJECTS = x86cpu.$(OBJEXT) x86regtmod.$(OBJEXT) \
lc3bid.$(OBJEXT) gas-token.$(OBJEXT) nasm-token.$(OBJEXT) \
module.$(OBJEXT)
libyasm_a_OBJECTS = $(am_libyasm_a_OBJECTS) \
$(nodist_libyasm_a_OBJECTS)
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
am_bitvect_test_OBJECTS = libyasm/tests/bitvect_test.$(OBJEXT)
bitvect_test_OBJECTS = $(am_bitvect_test_OBJECTS)
am__DEPENDENCIES_1 =
bitvect_test_DEPENDENCIES = libyasm.a $(am__DEPENDENCIES_1)
am_combpath_test_OBJECTS = libyasm/tests/combpath_test.$(OBJEXT)
combpath_test_OBJECTS = $(am_combpath_test_OBJECTS)
combpath_test_DEPENDENCIES = libyasm.a $(am__DEPENDENCIES_1)
am_floatnum_test_OBJECTS = libyasm/tests/floatnum_test.$(OBJEXT)
floatnum_test_OBJECTS = $(am_floatnum_test_OBJECTS)
floatnum_test_DEPENDENCIES = libyasm.a $(am__DEPENDENCIES_1)
am_genmacro_OBJECTS =
genmacro_OBJECTS = $(am_genmacro_OBJECTS)
genmacro_DEPENDENCIES = genmacro.$(OBJEXT)
am_genmodule_OBJECTS =
genmodule_OBJECTS = $(am_genmodule_OBJECTS)
genmodule_DEPENDENCIES = genmodule.$(OBJEXT)
am_genperf_OBJECTS =
genperf_OBJECTS = $(am_genperf_OBJECTS)
genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
gp-phash.$(OBJEXT) gp-xmalloc.$(OBJEXT) gp-xstrdup.$(OBJEXT)
am_genstring_OBJECTS =
genstring_OBJECTS = $(am_genstring_OBJECTS)
genstring_DEPENDENCIES = genstring.$(OBJEXT)
am_genversion_OBJECTS =
genversion_OBJECTS = $(am_genversion_OBJECTS)
genversion_DEPENDENCIES = genversion.$(OBJEXT)
am_leb128_test_OBJECTS = libyasm/tests/leb128_test.$(OBJEXT)
leb128_test_OBJECTS = $(am_leb128_test_OBJECTS)
leb128_test_DEPENDENCIES = libyasm.a $(am__DEPENDENCIES_1)
am_re2c_OBJECTS =
re2c_OBJECTS = $(am_re2c_OBJECTS)
re2c_DEPENDENCIES = re2c-main.$(OBJEXT) re2c-code.$(OBJEXT) \
re2c-dfa.$(OBJEXT) re2c-parser.$(OBJEXT) \
re2c-actions.$(OBJEXT) re2c-scanner.$(OBJEXT) \
re2c-mbo_getopt.$(OBJEXT) re2c-substr.$(OBJEXT) \
re2c-translate.$(OBJEXT)
am_splitpath_test_OBJECTS = libyasm/tests/splitpath_test.$(OBJEXT)
splitpath_test_OBJECTS = $(am_splitpath_test_OBJECTS)
splitpath_test_DEPENDENCIES = libyasm.a $(am__DEPENDENCIES_1)
am_test_hd_OBJECTS = test_hd.$(OBJEXT)
test_hd_OBJECTS = $(am_test_hd_OBJECTS)
test_hd_LDADD = $(LDADD)
am_uncstring_test_OBJECTS = libyasm/tests/uncstring_test.$(OBJEXT)
uncstring_test_OBJECTS = $(am_uncstring_test_OBJECTS)
uncstring_test_DEPENDENCIES = libyasm.a $(am__DEPENDENCIES_1)
am_vsyasm_OBJECTS = frontends/vsyasm/vsyasm.$(OBJEXT) \
frontends/yasm/yasm-options.$(OBJEXT)
vsyasm_OBJECTS = $(am_vsyasm_OBJECTS)
vsyasm_DEPENDENCIES = libyasm.a $(am__DEPENDENCIES_1)
am_yasm_OBJECTS = frontends/yasm/yasm.$(OBJEXT) \
frontends/yasm/yasm-options.$(OBJEXT)
yasm_OBJECTS = $(am_yasm_OBJECTS)
yasm_DEPENDENCIES = libyasm.a $(am__DEPENDENCIES_1)
am_ytasm_OBJECTS = frontends/tasm/tasm.$(OBJEXT) \
frontends/tasm/tasm-options.$(OBJEXT)
ytasm_OBJECTS = $(am_ytasm_OBJECTS)
ytasm_DEPENDENCIES = libyasm.a $(am__DEPENDENCIES_1)
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_@AM_V@)
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
am__v_CC_0 = @echo " CC " $@;
am__v_CC_1 =
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo " CCLD " $@;
am__v_CCLD_1 =
SOURCES = $(libyasm_a_SOURCES) $(nodist_libyasm_a_SOURCES) \
$(bitvect_test_SOURCES) $(combpath_test_SOURCES) \
$(floatnum_test_SOURCES) $(genmacro_SOURCES) \
$(genmodule_SOURCES) $(genperf_SOURCES) $(genstring_SOURCES) \
$(genversion_SOURCES) $(leb128_test_SOURCES) $(re2c_SOURCES) \
$(splitpath_test_SOURCES) $(test_hd_SOURCES) \
$(uncstring_test_SOURCES) $(vsyasm_SOURCES) $(yasm_SOURCES) \
$(ytasm_SOURCES)
DIST_SOURCES = $(libyasm_a_SOURCES) $(bitvect_test_SOURCES) \
$(combpath_test_SOURCES) $(floatnum_test_SOURCES) \
$(genmacro_SOURCES) $(genmodule_SOURCES) $(genperf_SOURCES) \
$(genstring_SOURCES) $(genversion_SOURCES) \
$(leb128_test_SOURCES) $(re2c_SOURCES) \
$(splitpath_test_SOURCES) $(test_hd_SOURCES) \
$(uncstring_test_SOURCES) $(vsyasm_SOURCES) $(yasm_SOURCES) \
$(ytasm_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
ctags-recursive dvi-recursive html-recursive info-recursive \
install-data-recursive install-dvi-recursive \
install-exec-recursive install-html-recursive \
install-info-recursive install-pdf-recursive \
install-ps-recursive install-recursive installcheck-recursive \
installdirs-recursive pdf-recursive ps-recursive \
tags-recursive uninstall-recursive
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
man1dir = $(mandir)/man1
man7dir = $(mandir)/man7
NROFF = nroff
MANS = $(dist_man_MANS) $(notrans_dist_man_MANS)
HEADERS = $(include_HEADERS) $(modinclude_HEADERS) \
$(nodist_include_HEADERS) $(noinst_HEADERS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
$(RECURSIVE_TARGETS) \
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope check recheck distdir dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
BEGIN { nonempty = 0; } \
{ items[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique. This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
list='$(am__tagged_files)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
am__tty_colors_dummy = \
mgn= red= grn= lgn= blu= brg= std=; \
am__color_tests=no
am__tty_colors = { \
$(am__tty_colors_dummy); \
if test "X$(AM_COLOR_TESTS)" = Xno; then \
am__color_tests=no; \
elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
am__color_tests=yes; \
elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
am__color_tests=yes; \
fi; \
if test $$am__color_tests = yes; then \
red=''; \
grn=''; \
lgn=''; \
blu=''; \
mgn=''; \
brg=''; \
std=''; \
fi; \
}
am__recheck_rx = ^[ ]*:recheck:[ ]*
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
# A command that, given a newline-separated list of test names on the
# standard input, print the name of the tests that are to be re-run
# upon "make recheck".
am__list_recheck_tests = $(AWK) '{ \
recheck = 1; \
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
{ \
if (rc < 0) \
{ \
if ((getline line2 < ($$0 ".log")) < 0) \
recheck = 0; \
break; \
} \
else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
{ \
recheck = 0; \
break; \
} \
else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
{ \
break; \
} \
}; \
if (recheck) \
print $$0; \
close ($$0 ".trs"); \
close ($$0 ".log"); \
}'
# A command that, given a newline-separated list of test names on the
# standard input, create the global log from their .trs and .log files.
am__create_global_log = $(AWK) ' \
function fatal(msg) \
{ \
print "fatal: making $@: " msg | "cat >&2"; \
exit 1; \
} \
function rst_section(header) \
{ \
print header; \
len = length(header); \
for (i = 1; i <= len; i = i + 1) \
printf "="; \
printf "\n\n"; \
} \
{ \
copy_in_global_log = 1; \
global_test_result = "RUN"; \
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
{ \
if (rc < 0) \
fatal("failed to read from " $$0 ".trs"); \
if (line ~ /$(am__global_test_result_rx)/) \
{ \
sub("$(am__global_test_result_rx)", "", line); \
sub("[ ]*$$", "", line); \
global_test_result = line; \
} \
else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
copy_in_global_log = 0; \
}; \
if (copy_in_global_log) \
{ \
rst_section(global_test_result ": " $$0); \
while ((rc = (getline line < ($$0 ".log"))) != 0) \
{ \
if (rc < 0) \
fatal("failed to read from " $$0 ".log"); \
print line; \
}; \
printf "\n"; \
}; \
close ($$0 ".trs"); \
close ($$0 ".log"); \
}'
# Restructured Text title.
am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
# Solaris 10 'make', and several other traditional 'make' implementations,
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
# by disabling -e (using the XSI extension "set +e") if it's set.
am__sh_e_setup = case $$- in *e*) set +e;; esac
# Default flags passed to test drivers.
am__common_driver_flags = \
--color-tests "$$am__color_tests" \
--enable-hard-errors "$$am__enable_hard_errors" \
--expect-failure "$$am__expect_failure"
# To be inserted before the command running the test. Creates the
# directory for the log if needed. Stores in $dir the directory
# containing $f, in $tst the test, in $log the log. Executes the
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
# will run the test scripts (or their associated LOG_COMPILER, if
# thy have one).
am__check_pre = \
$(am__sh_e_setup); \
$(am__vpath_adj_setup) $(am__vpath_adj) \
$(am__tty_colors); \
srcdir=$(srcdir); export srcdir; \
case "$@" in \
*/*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
*) am__odir=.;; \
esac; \
test "x$$am__odir" = x"." || test -d "$$am__odir" \
|| $(MKDIR_P) "$$am__odir" || exit $$?; \
if test -f "./$$f"; then dir=./; \
elif test -f "$$f"; then dir=; \
else dir="$(srcdir)/"; fi; \
tst=$$dir$$f; log='$@'; \
if test -n '$(DISABLE_HARD_ERRORS)'; then \
am__enable_hard_errors=no; \
else \
am__enable_hard_errors=yes; \
fi; \
case " $(XFAIL_TESTS) " in \
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
am__expect_failure=yes;; \
*) \
am__expect_failure=no;; \
esac; \
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
# A shell command to get the names of the tests scripts with any registered
# extension removed (i.e., equivalently, the names of the test logs, with
# the '.log' extension removed). The result is saved in the shell variable
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
# since that might cause problem with VPATH rewrites for suffix-less tests.
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
am__set_TESTS_bases = \
bases='$(TEST_LOGS)'; \
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
bases=`echo $$bases`
RECHECK_LOGS = $(TEST_LOGS)
TEST_SUITE_LOG = test-suite.log
TEST_EXTENSIONS = @EXEEXT@ .test
LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
am__set_b = \
case '$@' in \
*/*) \
case '$*' in \
*/*) b='$*';; \
*) b=`echo '$@' | sed 's/\.log$$//'`; \
esac;; \
*) \
b='$*';; \
esac
am__test_logs1 = $(TESTS:=.log)
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
TEST_LOGS = $(am__test_logs2:.test.log=.log)
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
$(TEST_LOG_FLAGS)
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
if test -d "$(distdir)"; then \
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -rf "$(distdir)" \
|| { sleep 5 && rm -rf "$(distdir)"; }; \
else :; fi
am__post_remove_distdir = $(am__remove_distdir)
am__relativize = \
dir0=`pwd`; \
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
sed_rest='s,^[^/]*/*,,'; \
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
sed_butlast='s,/*[^/]*$$,,'; \
while test -n "$$dir1"; do \
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
if test "$$first" != "."; then \
if test "$$first" = ".."; then \
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
else \
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
if test "$$first2" = "$$first"; then \
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
else \
dir2="../$$dir2"; \
fi; \
dir0="$$dir0"/"$$first"; \
fi; \
fi; \
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
done; \
reldir="$$dir2"
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
DIST_TARGETS = dist-gzip
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
ARCH = @ARCH@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CCLD_FOR_BUILD = @CCLD_FOR_BUILD@
CC_FOR_BUILD = @CC_FOR_BUILD@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CPP_FOR_HOST = @CPP_FOR_HOST@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
GCC = @GCC@
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
GMSGFMT = @GMSGFMT@
GMSGFMT_015 = @GMSGFMT_015@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INTLLIBS = @INTLLIBS@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
MORE_CFLAGS = @MORE_CFLAGS@
MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@
MSGMERGE = @MSGMERGE@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
POSUB = @POSUB@
PYTHON = @PYTHON@
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
PYTHON_INCLUDES = @PYTHON_INCLUDES@
PYTHON_PLATFORM = @PYTHON_PLATFORM@
PYTHON_PREFIX = @PYTHON_PREFIX@
PYTHON_VERSION = @PYTHON_VERSION@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
XGETTEXT = @XGETTEXT@
XGETTEXT_015 = @XGETTEXT_015@
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
XMLTO = @XMLTO@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
pkgpyexecdir = @pkgpyexecdir@
pkgpythondir = @pkgpythondir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = po .
ACLOCAL_AMFLAGS = -I m4
AM_YFLAGS = -d
AM_CFLAGS = @MORE_CFLAGS@
dist_man_MANS = yasm.1
#!include modules/objfmts/omf/Makefile.inc
notrans_dist_man_MANS = yasm_arch.7 yasm_parsers.7 yasm_dbgfmts.7 \
yasm_objfmts.7
TESTS_ENVIRONMENT = $(am__append_2)
test_hd_SOURCES = test_hd.c
include_HEADERS = libyasm.h
nodist_include_HEADERS = libyasm-stdint.h
noinst_HEADERS = util.h
BUILT_SOURCES = x86insns.c x86insn_nasm.gperf x86insn_gas.gperf \
x86insn_nasm.c x86insn_gas.c gas-token.c nasm-token.c \
nasm-macros.c nasm-version.c version.mac win64-nasm.c \
win64-gas.c license.c
MAINTAINERCLEANFILES = x86insns.c x86insn_nasm.gperf x86insn_gas.gperf \
$(am__append_4)
# Until this gets fixed in automake
DISTCLEANFILES = libyasm/stamp-h libyasm/stamp-h[0-9]*
# Suffix rule for genperf
SUFFIXES = .gperf
# configure.lineno doesn't clean up after itself?
CLEANFILES = configure.lineno $(am__append_1) x86insn_nasm.c \
x86insn_gas.c x86cpu.c x86regtmod.c lc3bid.c gas-token.c \
nasm-token.c nasm-macros.c nasm-version.c version.mac \
win64-nasm.c win64-gas.c module.c license.c
#!EXTRA_DIST += modules/objfmts/omf/Makefile.inc
EXTRA_DIST = config/config.rpath tools/Makefile.inc \
libyasm/Makefile.inc modules/Makefile.inc \
frontends/Makefile.inc tools/re2c/Makefile.inc \
tools/genmacro/Makefile.inc tools/genperf/Makefile.inc \
tools/python-yasm/Makefile.inc tools/re2c/main.c \
tools/re2c/basics.h tools/re2c/globals.h tools/re2c/ins.h \
tools/re2c/re.h tools/re2c/token.h tools/re2c/code.c \
tools/re2c/dfa.h tools/re2c/dfa.c tools/re2c/parse.h \
tools/re2c/parser.h tools/re2c/parser.c tools/re2c/actions.c \
tools/re2c/scanner.h tools/re2c/scanner.c \
tools/re2c/mbo_getopt.h tools/re2c/mbo_getopt.c \
tools/re2c/substr.h tools/re2c/substr.c tools/re2c/translate.c \
tools/re2c/CHANGELOG tools/re2c/NO_WARRANTY tools/re2c/README \
tools/re2c/scanner.re tools/re2c/re2c.1 \
tools/re2c/bootstrap/scanner.c tools/re2c/doc/loplas.ps.gz \
tools/re2c/doc/sample.bib tools/re2c/examples/basemmap.c \
tools/re2c/examples/c.re tools/re2c/examples/cmmap.re \
tools/re2c/examples/cnokw.re tools/re2c/examples/cunroll.re \
tools/re2c/examples/modula.re tools/re2c/examples/repeater.re \
tools/re2c/examples/sample.re tools/re2c/examples/simple.re \
tools/re2c/examples/rexx/README \
tools/re2c/examples/rexx/rexx.l \
tools/re2c/examples/rexx/scanio.c tools/genmacro/genmacro.c \
tools/genperf/genperf.c tools/genperf/perfect.c \
tools/genperf/perfect.h tools/genperf/standard.h \
tools/python-yasm/pyxelator/cparse.py \
tools/python-yasm/pyxelator/genpyx.py \
tools/python-yasm/pyxelator/ir.py \
tools/python-yasm/pyxelator/lexer.py \
tools/python-yasm/pyxelator/node.py \
tools/python-yasm/pyxelator/parse_core.py \
tools/python-yasm/pyxelator/work_unit.py \
tools/python-yasm/pyxelator/wrap_yasm.py \
tools/python-yasm/setup.py tools/python-yasm/yasm.pyx \
$(PYBINDING_DEPS) tools/python-yasm/tests/Makefile.inc \
tools/python-yasm/tests/python_test.sh \
tools/python-yasm/tests/__init__.py \
tools/python-yasm/tests/test_bytecode.py \
tools/python-yasm/tests/test_expr.py \
tools/python-yasm/tests/test_intnum.py \
tools/python-yasm/tests/test_symrec.py \
modules/arch/Makefile.inc modules/listfmts/Makefile.inc \
modules/parsers/Makefile.inc modules/preprocs/Makefile.inc \
modules/objfmts/Makefile.inc modules/arch/x86/Makefile.inc \
modules/arch/lc3b/Makefile.inc \
modules/arch/x86/gen_x86_insn.py x86insns.c x86insn_nasm.gperf \
x86insn_gas.gperf modules/arch/x86/x86cpu.gperf \
modules/arch/x86/x86regtmod.gperf \
modules/arch/x86/tests/Makefile.inc \
modules/arch/x86/tests/x86_test.sh \
modules/arch/x86/tests/gen-fma-test.py \
modules/arch/x86/tests/addbyte.asm \
modules/arch/x86/tests/addbyte.errwarn \
modules/arch/x86/tests/addbyte.hex \
modules/arch/x86/tests/addrop.asm \
modules/arch/x86/tests/addrop.errwarn \
modules/arch/x86/tests/addrop.hex \
modules/arch/x86/tests/addrop-err.asm \
modules/arch/x86/tests/addrop-err.errwarn \
modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
modules/arch/x86/tests/amd200707.asm \
modules/arch/x86/tests/amd200707.hex \
modules/arch/x86/tests/amd-fma4.asm \
modules/arch/x86/tests/amd-fma4.hex \
modules/arch/x86/tests/arithsmall.asm \
modules/arch/x86/tests/arithsmall.errwarn \
modules/arch/x86/tests/arithsmall.hex \
modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
modules/arch/x86/tests/avx16.asm \
modules/arch/x86/tests/avx16.hex \
modules/arch/x86/tests/avx2.asm \
modules/arch/x86/tests/avx2.hex \
modules/arch/x86/tests/avxcc.asm \
modules/arch/x86/tests/avxcc.hex \
modules/arch/x86/tests/bittest.asm \
modules/arch/x86/tests/bittest.hex \
modules/arch/x86/tests/bmi1.asm \
modules/arch/x86/tests/bmi1.hex \
modules/arch/x86/tests/bmi2.asm \
modules/arch/x86/tests/bmi2.hex \
modules/arch/x86/tests/bswap64.asm \
modules/arch/x86/tests/bswap64.hex \
modules/arch/x86/tests/clmul.asm \
modules/arch/x86/tests/clmul.hex \
modules/arch/x86/tests/cmpxchg.asm \
modules/arch/x86/tests/cmpxchg.hex \
modules/arch/x86/tests/cpubasic-err.asm \
modules/arch/x86/tests/cpubasic-err.errwarn \
modules/arch/x86/tests/cyrix.asm \
modules/arch/x86/tests/cyrix.hex \
modules/arch/x86/tests/div-err.asm \
modules/arch/x86/tests/div-err.errwarn \
modules/arch/x86/tests/ea-nonzero.asm \
modules/arch/x86/tests/ea-nonzero.hex \
modules/arch/x86/tests/ea-over.asm \
modules/arch/x86/tests/ea-over.errwarn \
modules/arch/x86/tests/ea-over.hex \
modules/arch/x86/tests/ea-warn.asm \
modules/arch/x86/tests/ea-warn.errwarn \
modules/arch/x86/tests/ea-warn.hex \
modules/arch/x86/tests/ebpindex.asm \
modules/arch/x86/tests/ebpindex.hex \
modules/arch/x86/tests/effaddr.asm \
modules/arch/x86/tests/effaddr.hex \
modules/arch/x86/tests/enter.asm \
modules/arch/x86/tests/enter.errwarn \
modules/arch/x86/tests/enter.hex \
modules/arch/x86/tests/eptvpid.asm \
modules/arch/x86/tests/eptvpid.hex \
modules/arch/x86/tests/f16c.asm \
modules/arch/x86/tests/f16c.hex \
modules/arch/x86/tests/far64.asm \
modules/arch/x86/tests/far64.hex \
modules/arch/x86/tests/farbasic.asm \
modules/arch/x86/tests/farbasic.hex \
modules/arch/x86/tests/farithr.asm \
modules/arch/x86/tests/farithr.hex \
modules/arch/x86/tests/fcmov.asm \
modules/arch/x86/tests/fcmov.hex \
modules/arch/x86/tests/fma.asm modules/arch/x86/tests/fma.hex \
modules/arch/x86/tests/fsgsbase.asm \
modules/arch/x86/tests/fsgsbase.hex \
modules/arch/x86/tests/fwdequ64.asm \
modules/arch/x86/tests/fwdequ64.hex \
modules/arch/x86/tests/genopcode.asm \
modules/arch/x86/tests/genopcode.hex \
modules/arch/x86/tests/imm64.asm \
modules/arch/x86/tests/imm64.errwarn \
modules/arch/x86/tests/imm64.hex \
modules/arch/x86/tests/invpcid.asm \
modules/arch/x86/tests/invpcid.hex \
modules/arch/x86/tests/iret.asm \
modules/arch/x86/tests/iret.hex \
modules/arch/x86/tests/jmp64-1.asm \
modules/arch/x86/tests/jmp64-1.hex \
modules/arch/x86/tests/jmp64-2.asm \
modules/arch/x86/tests/jmp64-2.hex \
modules/arch/x86/tests/jmp64-3.asm \
modules/arch/x86/tests/jmp64-3.hex \
modules/arch/x86/tests/jmp64-4.asm \
modules/arch/x86/tests/jmp64-4.hex \
modules/arch/x86/tests/jmp64-5.asm \
modules/arch/x86/tests/jmp64-5.hex \
modules/arch/x86/tests/jmp64-6.asm \
modules/arch/x86/tests/jmp64-6.hex \
modules/arch/x86/tests/jmpfar.asm \
modules/arch/x86/tests/jmpfar.hex \
modules/arch/x86/tests/larlsl.asm \
modules/arch/x86/tests/larlsl.hex \
modules/arch/x86/tests/lds.asm modules/arch/x86/tests/lds.hex \
modules/arch/x86/tests/lfs64.asm \
modules/arch/x86/tests/lfs64.hex \
modules/arch/x86/tests/loopadsz.asm \
modules/arch/x86/tests/loopadsz.hex \
modules/arch/x86/tests/lsahf.asm \
modules/arch/x86/tests/lsahf.hex \
modules/arch/x86/tests/lzcnt.asm \
modules/arch/x86/tests/lzcnt.hex \
modules/arch/x86/tests/mem64-err.asm \
modules/arch/x86/tests/mem64-err.errwarn \
modules/arch/x86/tests/mem64.asm \
modules/arch/x86/tests/mem64.errwarn \
modules/arch/x86/tests/mem64.hex \
modules/arch/x86/tests/mem64hi32.asm \
modules/arch/x86/tests/mem64hi32.hex \
modules/arch/x86/tests/mem64rip.asm \
modules/arch/x86/tests/mem64rip.hex \
modules/arch/x86/tests/mixcase.asm \
modules/arch/x86/tests/mixcase.hex \
modules/arch/x86/tests/movbe.asm \
modules/arch/x86/tests/movbe.hex \
modules/arch/x86/tests/movdq32.asm \
modules/arch/x86/tests/movdq32.hex \
modules/arch/x86/tests/movdq64.asm \
modules/arch/x86/tests/movdq64.hex \
modules/arch/x86/tests/negequ.asm \
modules/arch/x86/tests/negequ.hex \
modules/arch/x86/tests/nomem64-err.asm \
modules/arch/x86/tests/nomem64-err.errwarn \
modules/arch/x86/tests/nomem64-err2.asm \
modules/arch/x86/tests/nomem64-err2.errwarn \
modules/arch/x86/tests/nomem64.asm \
modules/arch/x86/tests/nomem64.errwarn \
modules/arch/x86/tests/nomem64.hex \
modules/arch/x86/tests/o64.asm modules/arch/x86/tests/o64.hex \
modules/arch/x86/tests/o64loop.asm \
modules/arch/x86/tests/o64loop.errwarn \
modules/arch/x86/tests/o64loop.hex \
modules/arch/x86/tests/opersize.asm \
modules/arch/x86/tests/opersize.hex \
modules/arch/x86/tests/opsize-err.asm \
modules/arch/x86/tests/opsize-err.errwarn \
modules/arch/x86/tests/overflow.asm \
modules/arch/x86/tests/overflow.errwarn \
modules/arch/x86/tests/overflow.hex \
modules/arch/x86/tests/padlock.asm \
modules/arch/x86/tests/padlock.hex \
modules/arch/x86/tests/pinsrb.asm \
modules/arch/x86/tests/pinsrb.hex \
modules/arch/x86/tests/pshift.asm \
modules/arch/x86/tests/pshift.hex \
modules/arch/x86/tests/push64.asm \
modules/arch/x86/tests/push64.errwarn \
modules/arch/x86/tests/push64.hex \
modules/arch/x86/tests/pushf.asm \
modules/arch/x86/tests/pushf.hex \
modules/arch/x86/tests/pushf-err.asm \
modules/arch/x86/tests/pushf-err.errwarn \
modules/arch/x86/tests/pushnosize.asm \
modules/arch/x86/tests/pushnosize.errwarn \
modules/arch/x86/tests/pushnosize.hex \
modules/arch/x86/tests/rdrnd.asm \
modules/arch/x86/tests/rdrnd.hex \
modules/arch/x86/tests/rep.asm modules/arch/x86/tests/rep.hex \
modules/arch/x86/tests/ret.asm modules/arch/x86/tests/ret.hex \
modules/arch/x86/tests/riprel1.asm \
modules/arch/x86/tests/riprel1.hex \
modules/arch/x86/tests/riprel2.asm \
modules/arch/x86/tests/riprel2.errwarn \
modules/arch/x86/tests/riprel2.hex \
modules/arch/x86/tests/ripseg.asm \
modules/arch/x86/tests/ripseg.errwarn \
modules/arch/x86/tests/ripseg.hex \
modules/arch/x86/tests/segmov.asm \
modules/arch/x86/tests/segmov.hex \
modules/arch/x86/tests/segoff.asm \
modules/arch/x86/tests/segoff.hex \
modules/arch/x86/tests/segoff-err.asm \
modules/arch/x86/tests/segoff-err.errwarn \
modules/arch/x86/tests/shift.asm \
modules/arch/x86/tests/shift.hex \
modules/arch/x86/tests/shift64.asm \
modules/arch/x86/tests/shift64.hex \
modules/arch/x86/tests/simd-1.asm \
modules/arch/x86/tests/simd-1.hex \
modules/arch/x86/tests/simd-2.asm \
modules/arch/x86/tests/simd-2.hex \
modules/arch/x86/tests/simd64-1.asm \
modules/arch/x86/tests/simd64-1.hex \
modules/arch/x86/tests/simd64-2.asm \
modules/arch/x86/tests/simd64-2.hex \
modules/arch/x86/tests/smx.asm modules/arch/x86/tests/smx.hex \
modules/arch/x86/tests/sse-prefix.asm \
modules/arch/x86/tests/sse-prefix.hex \
modules/arch/x86/tests/sse3.asm \
modules/arch/x86/tests/sse3.hex \
modules/arch/x86/tests/sse4.asm \
modules/arch/x86/tests/sse4.hex \
modules/arch/x86/tests/sse4-err.asm \
modules/arch/x86/tests/sse4-err.errwarn \
modules/arch/x86/tests/ssewidth.asm \
modules/arch/x86/tests/ssewidth.hex \
modules/arch/x86/tests/ssse3.asm \
modules/arch/x86/tests/ssse3.c \
modules/arch/x86/tests/ssse3.hex \
modules/arch/x86/tests/stos.asm \
modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \
modules/arch/x86/tests/str.hex \
modules/arch/x86/tests/strict.asm \
modules/arch/x86/tests/strict.errwarn \
modules/arch/x86/tests/strict.hex \
modules/arch/x86/tests/strict-err.asm \
modules/arch/x86/tests/strict-err.errwarn \
modules/arch/x86/tests/stringseg.asm \
modules/arch/x86/tests/stringseg.errwarn \
modules/arch/x86/tests/stringseg.hex \
modules/arch/x86/tests/svm.asm modules/arch/x86/tests/svm.hex \
modules/arch/x86/tests/twobytemem.asm \
modules/arch/x86/tests/twobytemem.errwarn \
modules/arch/x86/tests/twobytemem.hex \
modules/arch/x86/tests/vmx.asm modules/arch/x86/tests/vmx.hex \
modules/arch/x86/tests/vmx-err.asm \
modules/arch/x86/tests/vmx-err.errwarn \
modules/arch/x86/tests/vsib.asm \
modules/arch/x86/tests/vsib.hex \
modules/arch/x86/tests/vsib-err.asm \
modules/arch/x86/tests/vsib-err.errwarn \
modules/arch/x86/tests/vsib2-err.asm \
modules/arch/x86/tests/vsib2-err.errwarn \
modules/arch/x86/tests/x86label.asm \
modules/arch/x86/tests/x86label.hex \
modules/arch/x86/tests/xchg64.asm \
modules/arch/x86/tests/xchg64.hex \
modules/arch/x86/tests/xmm64.asm \
modules/arch/x86/tests/xmm64.hex \
modules/arch/x86/tests/xop-all.asm \
modules/arch/x86/tests/xop-all.hex \
modules/arch/x86/tests/xop-basic.asm \
modules/arch/x86/tests/xop-basic.hex \
modules/arch/x86/tests/xop-cc.asm \
modules/arch/x86/tests/xop-cc.hex \
modules/arch/x86/tests/xsave.asm \
modules/arch/x86/tests/xsave.hex \
modules/arch/x86/tests/gas32/Makefile.inc \
modules/arch/x86/tests/gas64/Makefile.inc \
modules/arch/x86/tests/gas32/x86_gas32_test.sh \
modules/arch/x86/tests/gas32/align32.asm \
modules/arch/x86/tests/gas32/align32.hex \
modules/arch/x86/tests/gas32/gas-farithr.asm \
modules/arch/x86/tests/gas32/gas-farithr.hex \
modules/arch/x86/tests/gas32/gas-farjump.asm \
modules/arch/x86/tests/gas32/gas-farjump.hex \
modules/arch/x86/tests/gas32/gas-fpmem.asm \
modules/arch/x86/tests/gas32/gas-fpmem.hex \
modules/arch/x86/tests/gas32/gas-invlpg.asm \
modules/arch/x86/tests/gas32/gas-invlpg.hex \
modules/arch/x86/tests/gas32/gas-loop32.asm \
modules/arch/x86/tests/gas32/gas-loop32.hex \
modules/arch/x86/tests/gas32/gas-movdq32.asm \
modules/arch/x86/tests/gas32/gas-movdq32.hex \
modules/arch/x86/tests/gas32/gas-movsd.asm \
modules/arch/x86/tests/gas32/gas-movsd.hex \
modules/arch/x86/tests/gas32/gas-pop.asm \
modules/arch/x86/tests/gas32/gas-pop.hex \
modules/arch/x86/tests/gas32/gas32-jmpcall.asm \
modules/arch/x86/tests/gas32/gas32-jmpcall.hex \
modules/arch/x86/tests/gas64/x86_gas64_test.sh \
modules/arch/x86/tests/gas64/align64.asm \
modules/arch/x86/tests/gas64/align64.hex \
modules/arch/x86/tests/gas64/gas-cbw.asm \
modules/arch/x86/tests/gas64/gas-cbw.hex \
modules/arch/x86/tests/gas64/gas-fp.asm \
modules/arch/x86/tests/gas64/gas-fp.hex \
modules/arch/x86/tests/gas64/gas-inout.asm \
modules/arch/x86/tests/gas64/gas-inout.hex \
modules/arch/x86/tests/gas64/gas-loop64.asm \
modules/arch/x86/tests/gas64/gas-loop64.hex \
modules/arch/x86/tests/gas64/gas-moreinsn.asm \
modules/arch/x86/tests/gas64/gas-moreinsn.hex \
modules/arch/x86/tests/gas64/gas-movabs.asm \
modules/arch/x86/tests/gas64/gas-movabs.hex \
modules/arch/x86/tests/gas64/gas-movdq64.asm \
modules/arch/x86/tests/gas64/gas-movdq64.hex \
modules/arch/x86/tests/gas64/gas-movsxs.asm \
modules/arch/x86/tests/gas64/gas-movsxs.hex \
modules/arch/x86/tests/gas64/gas-muldiv.asm \
modules/arch/x86/tests/gas64/gas-muldiv.hex \
modules/arch/x86/tests/gas64/gas-prefix.asm \
modules/arch/x86/tests/gas64/gas-prefix.errwarn \
modules/arch/x86/tests/gas64/gas-prefix.hex \
modules/arch/x86/tests/gas64/gas-retenter.asm \
modules/arch/x86/tests/gas64/gas-retenter.hex \
modules/arch/x86/tests/gas64/gas-shift.asm \
modules/arch/x86/tests/gas64/gas-shift.hex \
modules/arch/x86/tests/gas64/gas64-jmpcall.asm \
modules/arch/x86/tests/gas64/gas64-jmpcall.hex \
modules/arch/x86/tests/gas64/riprel.asm \
modules/arch/x86/tests/gas64/riprel.hex \
modules/arch/lc3b/tests/Makefile.inc \
modules/arch/lc3b/lc3bid.re \
modules/arch/lc3b/tests/lc3b_test.sh \
modules/arch/lc3b/tests/lc3b-basic.asm \
modules/arch/lc3b/tests/lc3b-basic.errwarn \
modules/arch/lc3b/tests/lc3b-basic.hex \
modules/arch/lc3b/tests/lc3b-br.asm \
modules/arch/lc3b/tests/lc3b-br.hex \
modules/arch/lc3b/tests/lc3b-ea-err.asm \
modules/arch/lc3b/tests/lc3b-ea-err.errwarn \
modules/arch/lc3b/tests/lc3b-mp22NC.asm \
modules/arch/lc3b/tests/lc3b-mp22NC.hex \
modules/arch/yasm_arch.xml modules/listfmts/nasm/Makefile.inc \
modules/parsers/gas/Makefile.inc \
modules/parsers/nasm/Makefile.inc \
modules/parsers/gas/tests/Makefile.inc \
modules/parsers/gas/gas-token.re \
modules/parsers/gas/tests/gas_test.sh \
modules/parsers/gas/tests/dataref-imm.asm \
modules/parsers/gas/tests/dataref-imm.hex \
modules/parsers/gas/tests/datavis.asm \
modules/parsers/gas/tests/datavis.errwarn \
modules/parsers/gas/tests/datavis.hex \
modules/parsers/gas/tests/datavis2.asm \
modules/parsers/gas/tests/datavis2.hex \
modules/parsers/gas/tests/execsect.asm \
modules/parsers/gas/tests/execsect.hex \
modules/parsers/gas/tests/gas-fill.asm \
modules/parsers/gas/tests/gas-fill.hex \
modules/parsers/gas/tests/gas-float.asm \
modules/parsers/gas/tests/gas-float.hex \
modules/parsers/gas/tests/gas-instlabel.asm \
modules/parsers/gas/tests/gas-instlabel.hex \
modules/parsers/gas/tests/gas-line-err.asm \
modules/parsers/gas/tests/gas-line-err.errwarn \
modules/parsers/gas/tests/gas-line2-err.asm \
modules/parsers/gas/tests/gas-line2-err.errwarn \
modules/parsers/gas/tests/gas-push.asm \
modules/parsers/gas/tests/gas-push.hex \
modules/parsers/gas/tests/gas-segprefix.asm \
modules/parsers/gas/tests/gas-segprefix.hex \
modules/parsers/gas/tests/gas-semi.asm \
modules/parsers/gas/tests/gas-semi.hex \
modules/parsers/gas/tests/gassectalign.asm \
modules/parsers/gas/tests/gassectalign.hex \
modules/parsers/gas/tests/jmpcall.asm \
modules/parsers/gas/tests/jmpcall.errwarn \
modules/parsers/gas/tests/jmpcall.hex \
modules/parsers/gas/tests/leb128.asm \
modules/parsers/gas/tests/leb128.hex \
modules/parsers/gas/tests/localcomm.asm \
modules/parsers/gas/tests/localcomm.hex \
modules/parsers/gas/tests/reggroup-err.asm \
modules/parsers/gas/tests/reggroup-err.errwarn \
modules/parsers/gas/tests/reggroup.asm \
modules/parsers/gas/tests/reggroup.hex \
modules/parsers/gas/tests/strzero.asm \
modules/parsers/gas/tests/strzero.hex \
modules/parsers/gas/tests/varinsn.asm \
modules/parsers/gas/tests/varinsn.hex \
modules/parsers/gas/tests/bin/Makefile.inc \
modules/parsers/gas/tests/bin/gas_bin_test.sh \
modules/parsers/gas/tests/bin/gas-comment.asm \
modules/parsers/gas/tests/bin/gas-comment.errwarn \
modules/parsers/gas/tests/bin/gas-comment.hex \
modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.asm \
modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.hex \
modules/parsers/gas/tests/bin/gas-llabel.asm \
modules/parsers/gas/tests/bin/gas-llabel.hex \
modules/parsers/gas/tests/bin/gas-macro.asm \
modules/parsers/gas/tests/bin/gas-macro.hex \
modules/parsers/gas/tests/bin/gas-set.asm \
modules/parsers/gas/tests/bin/gas-set.hex \
modules/parsers/gas/tests/bin/gas-str.asm \
modules/parsers/gas/tests/bin/gas-str.hex \
modules/parsers/gas/tests/bin/rept-err.asm \
modules/parsers/gas/tests/bin/rept-err.errwarn \
modules/parsers/gas/tests/bin/reptempty.asm \
modules/parsers/gas/tests/bin/reptempty.hex \
modules/parsers/gas/tests/bin/reptlong.asm \
modules/parsers/gas/tests/bin/reptlong.hex \
modules/parsers/gas/tests/bin/reptnested.asm \
modules/parsers/gas/tests/bin/reptnested.hex \
modules/parsers/gas/tests/bin/reptsimple.asm \
modules/parsers/gas/tests/bin/reptsimple.hex \
modules/parsers/gas/tests/bin/reptwarn.asm \
modules/parsers/gas/tests/bin/reptwarn.errwarn \
modules/parsers/gas/tests/bin/reptwarn.hex \
modules/parsers/gas/tests/bin/reptzero.asm \
modules/parsers/gas/tests/bin/reptzero.hex \
modules/parsers/nasm/nasm-token.re \
modules/parsers/nasm/nasm-std.mac \
modules/parsers/nasm/tests/Makefile.inc \
modules/parsers/nasm/tests/nasm_test.sh \
modules/parsers/nasm/tests/alignnop16.asm \
modules/parsers/nasm/tests/alignnop16.hex \
modules/parsers/nasm/tests/alignnop32.asm \
modules/parsers/nasm/tests/alignnop32.hex \
modules/parsers/nasm/tests/charconstmath.asm \
modules/parsers/nasm/tests/charconstmath.hex \
modules/parsers/nasm/tests/dirwarning.asm \
modules/parsers/nasm/tests/dirwarning.errwarn \
modules/parsers/nasm/tests/dirwarning.hex \
modules/parsers/nasm/tests/dy.asm \
modules/parsers/nasm/tests/dy.hex \
modules/parsers/nasm/tests/endcomma.asm \
modules/parsers/nasm/tests/endcomma.hex \
modules/parsers/nasm/tests/equcolon.asm \
modules/parsers/nasm/tests/equcolon.hex \
modules/parsers/nasm/tests/equlocal.asm \
modules/parsers/nasm/tests/equlocal.hex \
modules/parsers/nasm/tests/hexconst.asm \
modules/parsers/nasm/tests/hexconst.hex \
modules/parsers/nasm/tests/long.asm \
modules/parsers/nasm/tests/long.hex \
modules/parsers/nasm/tests/locallabel.asm \
modules/parsers/nasm/tests/locallabel.hex \
modules/parsers/nasm/tests/locallabel2.asm \
modules/parsers/nasm/tests/locallabel2.hex \
modules/parsers/nasm/tests/nasm-prefix.asm \
modules/parsers/nasm/tests/nasm-prefix.hex \
modules/parsers/nasm/tests/newsect.asm \
modules/parsers/nasm/tests/newsect.hex \
modules/parsers/nasm/tests/orphannowarn.asm \
modules/parsers/nasm/tests/orphannowarn.hex \
modules/parsers/nasm/tests/prevlocalwarn.asm \
modules/parsers/nasm/tests/prevlocalwarn.errwarn \
modules/parsers/nasm/tests/prevlocalwarn.hex \
modules/parsers/nasm/tests/strucalign.asm \
modules/parsers/nasm/tests/strucalign.hex \
modules/parsers/nasm/tests/struczero.asm \
modules/parsers/nasm/tests/struczero.hex \
modules/parsers/nasm/tests/strucbase.asm \
modules/parsers/nasm/tests/strucbase.hex \
modules/parsers/nasm/tests/syntax-err.asm \
modules/parsers/nasm/tests/syntax-err.errwarn \
modules/parsers/nasm/tests/uscore.asm \
modules/parsers/nasm/tests/uscore.hex \
modules/parsers/nasm/tests/worphan/Makefile.inc \
modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
modules/parsers/nasm/tests/worphan/orphanwarn.asm \
modules/parsers/nasm/tests/worphan/orphanwarn.errwarn \
modules/parsers/nasm/tests/worphan/orphanwarn.hex \
modules/parsers/tasm/tests/Makefile.inc \
modules/parsers/tasm/tests/tasm_test.sh \
modules/parsers/tasm/tests/array.asm \
modules/parsers/tasm/tests/array.hex \
modules/parsers/tasm/tests/case.asm \
modules/parsers/tasm/tests/case.hex \
modules/parsers/tasm/tests/charstr.asm \
modules/parsers/tasm/tests/charstr.hex \
modules/parsers/tasm/tests/dup.asm \
modules/parsers/tasm/tests/dup.hex \
modules/parsers/tasm/tests/equal.asm \
modules/parsers/tasm/tests/equal.hex \
modules/parsers/tasm/tests/expr.asm \
modules/parsers/tasm/tests/expr.hex \
modules/parsers/tasm/tests/irp.asm \
modules/parsers/tasm/tests/irp.hex \
modules/parsers/tasm/tests/label.asm \
modules/parsers/tasm/tests/label.hex \
modules/parsers/tasm/tests/les.asm \
modules/parsers/tasm/tests/les.hex \
modules/parsers/tasm/tests/lidt.asm \
modules/parsers/tasm/tests/lidt.hex \
modules/parsers/tasm/tests/macro.asm \
modules/parsers/tasm/tests/macro.hex \
modules/parsers/tasm/tests/offset.asm \
modules/parsers/tasm/tests/offset.hex \
modules/parsers/tasm/tests/quote.asm \
modules/parsers/tasm/tests/quote.hex \
modules/parsers/tasm/tests/res.asm \
modules/parsers/tasm/tests/res.errwarn \
modules/parsers/tasm/tests/res.hex \
modules/parsers/tasm/tests/segment.asm \
modules/parsers/tasm/tests/segment.hex \
modules/parsers/tasm/tests/size.asm \
modules/parsers/tasm/tests/size.hex \
modules/parsers/tasm/tests/struc.asm \
modules/parsers/tasm/tests/struc.errwarn \
modules/parsers/tasm/tests/struc.hex \
modules/parsers/tasm/tests/exe/Makefile.inc \
modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
modules/parsers/tasm/tests/exe/exe.asm \
modules/parsers/tasm/tests/exe/exe.hex \
modules/parsers/yasm_parsers.xml \
modules/preprocs/tasm/Makefile.inc \
modules/preprocs/nasm/Makefile.inc \
modules/preprocs/raw/Makefile.inc \
modules/preprocs/cpp/Makefile.inc \
modules/preprocs/gas/Makefile.inc \
modules/preprocs/tasm/tests/Makefile.inc \
modules/preprocs/tasm/tests/tasmpp_test.sh \
modules/preprocs/tasm/tests/tasm-assume-comment.asm \
modules/preprocs/tasm/tests/tasm-assume-comment.hex \
modules/preprocs/tasm/tests/tasm-comment-instr.asm \
modules/preprocs/tasm/tests/tasm-comment-instr.hex \
modules/preprocs/nasm/genversion.c \
modules/preprocs/nasm/tests/Makefile.inc \
modules/preprocs/nasm/tests/nasmpp_test.sh \
modules/preprocs/nasm/tests/16args.asm \
modules/preprocs/nasm/tests/16args.hex \
modules/preprocs/nasm/tests/ifcritical-err.asm \
modules/preprocs/nasm/tests/ifcritical-err.errwarn \
modules/preprocs/nasm/tests/longline.asm \
modules/preprocs/nasm/tests/longline.hex \
modules/preprocs/nasm/tests/macroeof-err.asm \
modules/preprocs/nasm/tests/macroeof-err.errwarn \
modules/preprocs/nasm/tests/noinclude-err.asm \
modules/preprocs/nasm/tests/noinclude-err.errwarn \
modules/preprocs/nasm/tests/nasmpp-bigint.asm \
modules/preprocs/nasm/tests/nasmpp-bigint.hex \
modules/preprocs/nasm/tests/nasmpp-decimal.asm \
modules/preprocs/nasm/tests/nasmpp-decimal.hex \
modules/preprocs/nasm/tests/nasmpp-nested.asm \
modules/preprocs/nasm/tests/nasmpp-nested.errwarn \
modules/preprocs/nasm/tests/nasmpp-nested.hex \
modules/preprocs/nasm/tests/orgsect.asm \
modules/preprocs/nasm/tests/orgsect.hex \
modules/preprocs/nasm/tests/scope-err.asm \
modules/preprocs/nasm/tests/scope-err.errwarn \
modules/preprocs/raw/tests/Makefile.inc \
modules/preprocs/raw/tests/rawpp_test.sh \
modules/preprocs/raw/tests/longline.asm \
modules/preprocs/raw/tests/longline.hex \
modules/preprocs/gas/tests/Makefile.inc \
modules/dbgfmts/codeview/Makefile.inc \
modules/dbgfmts/dwarf2/Makefile.inc \
modules/dbgfmts/null/Makefile.inc \
modules/dbgfmts/stabs/Makefile.inc \
modules/dbgfmts/codeview/cv8.txt \
modules/dbgfmts/dwarf2/tests/Makefile.inc \
modules/dbgfmts/dwarf2/tests/gen64/Makefile.inc \
modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc \
modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc \
modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc \
modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh \
modules/dbgfmts/dwarf2/tests/gen64/dwarf64_pathname.asm \
modules/dbgfmts/dwarf2/tests/gen64/dwarf64_pathname.hex \
modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh \
modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.asm \
modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.errwarn \
modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.asm \
modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.hex \
modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh \
modules/dbgfmts/dwarf2/tests/pass64/dwarf64_2loc.asm \
modules/dbgfmts/dwarf2/tests/pass64/dwarf64_2loc.hex \
modules/dbgfmts/dwarf2/tests/pass64/dwarf64_leb128.asm \
modules/dbgfmts/dwarf2/tests/pass64/dwarf64_leb128.hex \
modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh \
modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.asm \
modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.errwarn \
modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.hex \
modules/dbgfmts/stabs/tests/Makefile.inc \
modules/dbgfmts/stabs/tests/stabs_test.sh \
modules/dbgfmts/stabs/tests/stabs-elf.asm \
modules/dbgfmts/stabs/tests/stabs-elf.hex \
modules/dbgfmts/yasm_dbgfmts.xml \
modules/objfmts/dbg/Makefile.inc \
modules/objfmts/bin/Makefile.inc \
modules/objfmts/elf/Makefile.inc \
modules/objfmts/coff/Makefile.inc \
modules/objfmts/macho/Makefile.inc \
modules/objfmts/rdf/Makefile.inc \
modules/objfmts/win32/Makefile.inc \
modules/objfmts/win64/Makefile.inc \
modules/objfmts/xdf/Makefile.inc \
modules/objfmts/bin/tests/Makefile.inc \
modules/objfmts/bin/tests/bin_test.sh \
modules/objfmts/bin/tests/abs.asm \
modules/objfmts/bin/tests/abs.hex \
modules/objfmts/bin/tests/bigorg.asm \
modules/objfmts/bin/tests/bigorg.hex \
modules/objfmts/bin/tests/bigorg.errwarn \
modules/objfmts/bin/tests/bin-farabs.asm \
modules/objfmts/bin/tests/bin-farabs.hex \
modules/objfmts/bin/tests/bin-rip.asm \
modules/objfmts/bin/tests/bin-rip.hex \
modules/objfmts/bin/tests/bintest.asm \
modules/objfmts/bin/tests/bintest.hex \
modules/objfmts/bin/tests/float-err.asm \
modules/objfmts/bin/tests/float-err.errwarn \
modules/objfmts/bin/tests/float.asm \
modules/objfmts/bin/tests/float.hex \
modules/objfmts/bin/tests/integer-warn.asm \
modules/objfmts/bin/tests/integer-warn.hex \
modules/objfmts/bin/tests/integer-warn.errwarn \
modules/objfmts/bin/tests/integer.asm \
modules/objfmts/bin/tests/integer.hex \
modules/objfmts/bin/tests/levelop.asm \
modules/objfmts/bin/tests/levelop.hex \
modules/objfmts/bin/tests/reserve.asm \
modules/objfmts/bin/tests/reserve.hex \
modules/objfmts/bin/tests/reserve.errwarn \
modules/objfmts/bin/tests/shr.asm \
modules/objfmts/bin/tests/shr.hex \
modules/objfmts/bin/tests/multisect/Makefile.inc \
modules/objfmts/bin/tests/multisect/bin_multi_test.sh \
modules/objfmts/bin/tests/multisect/bin-align.asm \
modules/objfmts/bin/tests/multisect/bin-align.errwarn \
modules/objfmts/bin/tests/multisect/bin-align.hex \
modules/objfmts/bin/tests/multisect/bin-align.map \
modules/objfmts/bin/tests/multisect/bin-ssym.asm \
modules/objfmts/bin/tests/multisect/bin-ssym.hex \
modules/objfmts/bin/tests/multisect/bin-ssym.map \
modules/objfmts/bin/tests/multisect/follows-loop1-err.asm \
modules/objfmts/bin/tests/multisect/follows-loop1-err.errwarn \
modules/objfmts/bin/tests/multisect/follows-loop2-err.asm \
modules/objfmts/bin/tests/multisect/follows-loop2-err.errwarn \
modules/objfmts/bin/tests/multisect/follows-notfound-err.asm \
modules/objfmts/bin/tests/multisect/follows-notfound-err.errwarn \
modules/objfmts/bin/tests/multisect/initbss.asm \
modules/objfmts/bin/tests/multisect/initbss.errwarn \
modules/objfmts/bin/tests/multisect/initbss.hex \
modules/objfmts/bin/tests/multisect/initbss.map \
modules/objfmts/bin/tests/multisect/ldlinux-sects.asm \
modules/objfmts/bin/tests/multisect/ldlinux-sects.hex \
modules/objfmts/bin/tests/multisect/ldlinux-sects.map \
modules/objfmts/bin/tests/multisect/multisect1.asm \
modules/objfmts/bin/tests/multisect/multisect1.hex \
modules/objfmts/bin/tests/multisect/multisect1.map \
modules/objfmts/bin/tests/multisect/multisect2.asm \
modules/objfmts/bin/tests/multisect/multisect2.hex \
modules/objfmts/bin/tests/multisect/multisect2.map \
modules/objfmts/bin/tests/multisect/multisect3.asm \
modules/objfmts/bin/tests/multisect/multisect3.hex \
modules/objfmts/bin/tests/multisect/multisect3.map \
modules/objfmts/bin/tests/multisect/multisect4.asm \
modules/objfmts/bin/tests/multisect/multisect4.hex \
modules/objfmts/bin/tests/multisect/multisect4.map \
modules/objfmts/bin/tests/multisect/multisect5.asm \
modules/objfmts/bin/tests/multisect/multisect5.hex \
modules/objfmts/bin/tests/multisect/multisect5.map \
modules/objfmts/bin/tests/multisect/nomultisect1.asm \
modules/objfmts/bin/tests/multisect/nomultisect1.hex \
modules/objfmts/bin/tests/multisect/nomultisect1.map \
modules/objfmts/bin/tests/multisect/nomultisect2.asm \
modules/objfmts/bin/tests/multisect/nomultisect2.hex \
modules/objfmts/bin/tests/multisect/nomultisect2.map \
modules/objfmts/bin/tests/multisect/vfollows-loop1-err.asm \
modules/objfmts/bin/tests/multisect/vfollows-loop1-err.errwarn \
modules/objfmts/bin/tests/multisect/vfollows-loop2-err.asm \
modules/objfmts/bin/tests/multisect/vfollows-loop2-err.errwarn \
modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm \
modules/objfmts/bin/tests/multisect/vfollows-notfound-err.errwarn \
modules/objfmts/elf/tests/Makefile.inc \
modules/objfmts/elf/tests/elf_test.sh \
modules/objfmts/elf/tests/curpos.asm \
modules/objfmts/elf/tests/curpos.hex \
modules/objfmts/elf/tests/curpos-err.asm \
modules/objfmts/elf/tests/curpos-err.errwarn \
modules/objfmts/elf/tests/elf-overdef.asm \
modules/objfmts/elf/tests/elf-overdef.hex \
modules/objfmts/elf/tests/elf-x86id.asm \
modules/objfmts/elf/tests/elf-x86id.hex \
modules/objfmts/elf/tests/elfabssect.asm \
modules/objfmts/elf/tests/elfabssect.hex \
modules/objfmts/elf/tests/elfcond.asm \
modules/objfmts/elf/tests/elfcond.hex \
modules/objfmts/elf/tests/elfequabs.asm \
modules/objfmts/elf/tests/elfequabs.hex \
modules/objfmts/elf/tests/elfglobal.asm \
modules/objfmts/elf/tests/elfglobal.hex \
modules/objfmts/elf/tests/elfglobext.asm \
modules/objfmts/elf/tests/elfglobext.hex \
modules/objfmts/elf/tests/elfglobext2.asm \
modules/objfmts/elf/tests/elfglobext2.hex \
modules/objfmts/elf/tests/elfmanysym.asm \
modules/objfmts/elf/tests/elfmanysym.hex \
modules/objfmts/elf/tests/elfreloc.asm \
modules/objfmts/elf/tests/elfreloc.hex \
modules/objfmts/elf/tests/elfreloc-ext.asm \
modules/objfmts/elf/tests/elfreloc-ext.hex \
modules/objfmts/elf/tests/elfsectalign.asm \
modules/objfmts/elf/tests/elfsectalign.hex \
modules/objfmts/elf/tests/elfso.asm \
modules/objfmts/elf/tests/elfso.hex \
modules/objfmts/elf/tests/elftest.c \
modules/objfmts/elf/tests/elftest.asm \
modules/objfmts/elf/tests/elftest.hex \
modules/objfmts/elf/tests/elftimes.asm \
modules/objfmts/elf/tests/elftimes.hex \
modules/objfmts/elf/tests/elftypesize.asm \
modules/objfmts/elf/tests/elftypesize.hex \
modules/objfmts/elf/tests/elfvisibility.asm \
modules/objfmts/elf/tests/elfvisibility.errwarn \
modules/objfmts/elf/tests/elfvisibility.hex \
modules/objfmts/elf/tests/nasm-sectname.asm \
modules/objfmts/elf/tests/nasm-sectname.hex \
modules/objfmts/elf/tests/nasm-forceident.asm \
modules/objfmts/elf/tests/nasm-forceident.hex \
modules/objfmts/elf/tests/amd64/Makefile.inc \
modules/objfmts/elf/tests/x32/Makefile.inc \
modules/objfmts/elf/tests/gas32/Makefile.inc \
modules/objfmts/elf/tests/gas64/Makefile.inc \
modules/objfmts/elf/tests/gasx32/Makefile.inc \
modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
modules/objfmts/elf/tests/amd64/elf-rip.asm \
modules/objfmts/elf/tests/amd64/elf-rip.hex \
modules/objfmts/elf/tests/amd64/elfso64.asm \
modules/objfmts/elf/tests/amd64/elfso64.hex \
modules/objfmts/elf/tests/amd64/gotpcrel.asm \
modules/objfmts/elf/tests/amd64/gotpcrel.hex \
modules/objfmts/elf/tests/amd64/multiplefixup.asm \
modules/objfmts/elf/tests/amd64/multiplefixup.hex \
modules/objfmts/elf/tests/x32/elf_x32_test.sh \
modules/objfmts/elf/tests/x32/elf-rip.asm \
modules/objfmts/elf/tests/x32/elf-rip.hex \
modules/objfmts/elf/tests/x32/elfsox32.asm \
modules/objfmts/elf/tests/x32/elfsox32.hex \
modules/objfmts/elf/tests/x32/gotpcrel.asm \
modules/objfmts/elf/tests/x32/gotpcrel.hex \
modules/objfmts/elf/tests/x32/multiplefixup.asm \
modules/objfmts/elf/tests/x32/multiplefixup.hex \
modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
modules/objfmts/elf/tests/gas32/elf_gas32_ssym.asm \
modules/objfmts/elf/tests/gas32/elf_gas32_ssym.hex \
modules/objfmts/elf/tests/gas32/elf_gas32_got.asm \
modules/objfmts/elf/tests/gas32/elf_gas32_got.hex \
modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
modules/objfmts/elf/tests/gas64/crosssect.asm \
modules/objfmts/elf/tests/gas64/crosssect.hex \
modules/objfmts/elf/tests/gas64/elf_gas64_curpos.asm \
modules/objfmts/elf/tests/gas64/elf_gas64_curpos.hex \
modules/objfmts/elf/tests/gas64/elf_gas64_reloc.asm \
modules/objfmts/elf/tests/gas64/elf_gas64_reloc.hex \
modules/objfmts/elf/tests/gas64/elf_gas64_ssym.asm \
modules/objfmts/elf/tests/gas64/elf_gas64_ssym.hex \
modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh \
modules/objfmts/elf/tests/gasx32/crosssect.asm \
modules/objfmts/elf/tests/gasx32/crosssect.hex \
modules/objfmts/elf/tests/gasx32/elf_gasx32_curpos.asm \
modules/objfmts/elf/tests/gasx32/elf_gasx32_curpos.hex \
modules/objfmts/elf/tests/gasx32/elf_gasx32_reloc.asm \
modules/objfmts/elf/tests/gasx32/elf_gasx32_reloc.hex \
modules/objfmts/elf/tests/gasx32/elf_gasx32_ssym.asm \
modules/objfmts/elf/tests/gasx32/elf_gasx32_ssym.hex \
modules/objfmts/coff/win64-nasm.mac \
modules/objfmts/coff/win64-gas.mac \
modules/objfmts/coff/tests/Makefile.inc \
modules/objfmts/coff/tests/coff_test.sh \
modules/objfmts/coff/tests/cofftest.c \
modules/objfmts/coff/tests/cofftest.asm \
modules/objfmts/coff/tests/cofftest.hex \
modules/objfmts/coff/tests/cofftimes.asm \
modules/objfmts/coff/tests/cofftimes.hex \
modules/objfmts/coff/tests/x86id.asm \
modules/objfmts/coff/tests/x86id.hex \
modules/objfmts/coff/tests/x86id.errwarn \
modules/objfmts/macho/tests/Makefile.inc \
modules/objfmts/macho/tests/gas32/Makefile.inc \
modules/objfmts/macho/tests/gas64/Makefile.inc \
modules/objfmts/macho/tests/nasm32/Makefile.inc \
modules/objfmts/macho/tests/nasm64/Makefile.inc \
modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
modules/objfmts/macho/tests/gas32/gas-macho32.asm \
modules/objfmts/macho/tests/gas32/gas-macho32.hex \
modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
modules/objfmts/macho/tests/gas64/gas-macho64.asm \
modules/objfmts/macho/tests/gas64/gas-macho64.hex \
modules/objfmts/macho/tests/gas64/gas-macho64-pic.asm \
modules/objfmts/macho/tests/gas64/gas-macho64-pic.hex \
modules/objfmts/macho/tests/nasm32/macho32_test.sh \
modules/objfmts/macho/tests/nasm32/machotest.c \
modules/objfmts/macho/tests/nasm32/machotest.asm \
modules/objfmts/macho/tests/nasm32/machotest.hex \
modules/objfmts/macho/tests/nasm32/macho-reloc.asm \
modules/objfmts/macho/tests/nasm32/macho-reloc.hex \
modules/objfmts/macho/tests/nasm32/macho32-pext.asm \
modules/objfmts/macho/tests/nasm32/macho32-pext.hex \
modules/objfmts/macho/tests/nasm32/macho32-pic.asm \
modules/objfmts/macho/tests/nasm32/macho32-pic.hex \
modules/objfmts/macho/tests/nasm32/macho32-sect.asm \
modules/objfmts/macho/tests/nasm32/macho32-sect.errwarn \
modules/objfmts/macho/tests/nasm32/macho32-sect.hex \
modules/objfmts/macho/tests/nasm32/macho32-size.asm \
modules/objfmts/macho/tests/nasm32/macho32-size.hex \
modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.asm \
modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.hex \
modules/objfmts/macho/tests/nasm64/macho64_test.sh \
modules/objfmts/macho/tests/nasm64/machotest64.c \
modules/objfmts/macho/tests/nasm64/machotest64.asm \
modules/objfmts/macho/tests/nasm64/machotest64.hex \
modules/objfmts/macho/tests/nasm64/macho-reloc64-err.asm \
modules/objfmts/macho/tests/nasm64/macho-reloc64-err.errwarn \
modules/objfmts/rdf/tests/Makefile.inc \
modules/objfmts/rdf/tests/rdf_test.sh \
modules/objfmts/rdf/tests/rdfabs.asm \
modules/objfmts/rdf/tests/rdfabs.errwarn \
modules/objfmts/rdf/tests/rdfabs.hex \
modules/objfmts/rdf/tests/rdfext.asm \
modules/objfmts/rdf/tests/rdfext.hex \
modules/objfmts/rdf/tests/rdfseg.asm \
modules/objfmts/rdf/tests/rdfseg.hex \
modules/objfmts/rdf/tests/rdfseg2.asm \
modules/objfmts/rdf/tests/rdfseg2.hex \
modules/objfmts/rdf/tests/rdftest1.asm \
modules/objfmts/rdf/tests/rdftest1.hex \
modules/objfmts/rdf/tests/rdftest2.asm \
modules/objfmts/rdf/tests/rdftest2.hex \
modules/objfmts/rdf/tests/rdtlib.asm \
modules/objfmts/rdf/tests/rdtlib.hex \
modules/objfmts/rdf/tests/rdtmain.asm \
modules/objfmts/rdf/tests/rdtmain.hex \
modules/objfmts/rdf/tests/testlib.asm \
modules/objfmts/rdf/tests/testlib.hex \
modules/objfmts/win32/tests/Makefile.inc \
modules/objfmts/win32/tests/export.asm \
modules/objfmts/win32/tests/export.hex \
modules/objfmts/win32/tests/win32_test.sh \
modules/objfmts/win32/tests/win32-curpos.asm \
modules/objfmts/win32/tests/win32-curpos.hex \
modules/objfmts/win32/tests/win32-overdef.asm \
modules/objfmts/win32/tests/win32-overdef.hex \
modules/objfmts/win32/tests/win32-safeseh.asm \
modules/objfmts/win32/tests/win32-safeseh.hex \
modules/objfmts/win32/tests/win32-safeseh.masm \
modules/objfmts/win32/tests/win32-segof.asm \
modules/objfmts/win32/tests/win32-segof.hex \
modules/objfmts/win32/tests/win32test.c \
modules/objfmts/win32/tests/win32test.asm \
modules/objfmts/win32/tests/win32test.hex \
modules/objfmts/win32/tests/gas/Makefile.inc \
modules/objfmts/win32/tests/gas/win32_gas_test.sh \
modules/objfmts/win32/tests/gas/win32at.asm \
modules/objfmts/win32/tests/gas/win32at.hex \
modules/objfmts/win32/tests/gas/win32def.asm \
modules/objfmts/win32/tests/gas/win32def.hex \
modules/objfmts/win32/tests/gas/win32secrel32.asm \
modules/objfmts/win32/tests/gas/win32secrel32.hex \
modules/objfmts/win64/tests/Makefile.inc \
modules/objfmts/win64/tests/win64_test.sh \
modules/objfmts/win64/tests/sce1.asm \
modules/objfmts/win64/tests/sce1.hex \
modules/objfmts/win64/tests/sce1-err.asm \
modules/objfmts/win64/tests/sce1-err.errwarn \
modules/objfmts/win64/tests/sce2.asm \
modules/objfmts/win64/tests/sce2.hex \
modules/objfmts/win64/tests/sce2-err.asm \
modules/objfmts/win64/tests/sce2-err.errwarn \
modules/objfmts/win64/tests/sce3.asm \
modules/objfmts/win64/tests/sce3.hex \
modules/objfmts/win64/tests/sce3.masm \
modules/objfmts/win64/tests/sce4.asm \
modules/objfmts/win64/tests/sce4.hex \
modules/objfmts/win64/tests/sce4.masm \
modules/objfmts/win64/tests/sce4-err.asm \
modules/objfmts/win64/tests/sce4-err.errwarn \
modules/objfmts/win64/tests/win64-abs.asm \
modules/objfmts/win64/tests/win64-abs.hex \
modules/objfmts/win64/tests/win64-curpos.asm \
modules/objfmts/win64/tests/win64-curpos.hex \
modules/objfmts/win64/tests/win64-dataref.asm \
modules/objfmts/win64/tests/win64-dataref.hex \
modules/objfmts/win64/tests/win64-dataref.masm \
modules/objfmts/win64/tests/win64-dataref2.asm \
modules/objfmts/win64/tests/win64-dataref2.hex \
modules/objfmts/win64/tests/win64-dataref2.masm \
modules/objfmts/win64/tests/win64-function.asm \
modules/objfmts/win64/tests/win64-function.hex \
modules/objfmts/win64/tests/win64-imagebase.hex \
modules/objfmts/win64/tests/win64-imagebase.asm \
modules/objfmts/win64/tests/gas/Makefile.inc \
modules/objfmts/win64/tests/gas/win64_gas_test.sh \
modules/objfmts/win64/tests/gas/win64-gas-sce.asm \
modules/objfmts/win64/tests/gas/win64-gas-sce.hex \
modules/objfmts/xdf/tests/Makefile.inc \
modules/objfmts/xdf/tests/xdf_test.sh \
modules/objfmts/xdf/tests/xdf-overdef.asm \
modules/objfmts/xdf/tests/xdf-overdef.hex \
modules/objfmts/xdf/tests/xdflong.asm \
modules/objfmts/xdf/tests/xdflong.hex \
modules/objfmts/xdf/tests/xdflong.errwarn \
modules/objfmts/xdf/tests/xdfother.asm \
modules/objfmts/xdf/tests/xdfother.hex \
modules/objfmts/xdf/tests/xdfprotect.asm \
modules/objfmts/xdf/tests/xdfprotect.hex \
modules/objfmts/xdf/tests/xdfsect.asm \
modules/objfmts/xdf/tests/xdfsect.hex \
modules/objfmts/xdf/tests/xdfsect-err.asm \
modules/objfmts/xdf/tests/xdfsect-err.errwarn \
modules/objfmts/xdf/tests/xdfvirtual.asm \
modules/objfmts/xdf/tests/xdfvirtual.hex \
modules/objfmts/yasm_objfmts.xml libyasm/genmodule.c \
libyasm/module.in libyasm/tests/Makefile.inc \
libyasm/tests/libyasm_test.sh libyasm/tests/1shl0.asm \
libyasm/tests/1shl0.hex libyasm/tests/absloop-err.asm \
libyasm/tests/absloop-err.errwarn \
libyasm/tests/charconst64.asm libyasm/tests/charconst64.hex \
libyasm/tests/data-rawvalue.asm \
libyasm/tests/data-rawvalue.hex libyasm/tests/duplabel-err.asm \
libyasm/tests/duplabel-err.errwarn libyasm/tests/emptydata.asm \
libyasm/tests/emptydata.hex libyasm/tests/equ-expand.asm \
libyasm/tests/equ-expand.hex libyasm/tests/expr-fold-level.asm \
libyasm/tests/expr-fold-level.hex \
libyasm/tests/expr-simplify-identity.asm \
libyasm/tests/expr-simplify-identity.hex \
libyasm/tests/expr-wide-ident.asm \
libyasm/tests/expr-wide-ident.hex libyasm/tests/externdef.asm \
libyasm/tests/externdef.errwarn libyasm/tests/externdef.hex \
libyasm/tests/incbin.asm libyasm/tests/incbin.hex \
libyasm/tests/jmpsize1.asm libyasm/tests/jmpsize1.hex \
libyasm/tests/jmpsize1-err.asm \
libyasm/tests/jmpsize1-err.errwarn \
libyasm/tests/opt-align1.asm libyasm/tests/opt-align1.hex \
libyasm/tests/opt-align2.asm libyasm/tests/opt-align2.hex \
libyasm/tests/opt-align3.asm libyasm/tests/opt-align3.hex \
libyasm/tests/opt-circular1-err.asm \
libyasm/tests/opt-circular1-err.errwarn \
libyasm/tests/opt-circular2-err.asm \
libyasm/tests/opt-circular2-err.errwarn \
libyasm/tests/opt-circular3-err.asm \
libyasm/tests/opt-circular3-err.errwarn \
libyasm/tests/opt-gvmat64.asm libyasm/tests/opt-gvmat64.hex \
libyasm/tests/opt-immexpand.asm \
libyasm/tests/opt-immexpand.hex \
libyasm/tests/opt-immnoexpand.asm \
libyasm/tests/opt-immnoexpand.hex \
libyasm/tests/opt-oldalign.asm libyasm/tests/opt-oldalign.hex \
libyasm/tests/opt-struc.asm libyasm/tests/opt-struc.hex \
libyasm/tests/reserve-err1.asm \
libyasm/tests/reserve-err1.errwarn \
libyasm/tests/reserve-err2.asm \
libyasm/tests/reserve-err2.errwarn libyasm/tests/strucsize.asm \
libyasm/tests/strucsize.hex libyasm/tests/times0.asm \
libyasm/tests/times0.hex libyasm/tests/timesfwd.asm \
libyasm/tests/timesfwd.hex libyasm/tests/timesover-err.asm \
libyasm/tests/timesover-err.errwarn \
libyasm/tests/timesunder.asm libyasm/tests/timesunder.hex \
libyasm/tests/times-res.asm libyasm/tests/times-res.errwarn \
libyasm/tests/times-res.hex libyasm/tests/unary.asm \
libyasm/tests/unary.hex libyasm/tests/value-err.asm \
libyasm/tests/value-err.errwarn \
libyasm/tests/value-samesym.asm \
libyasm/tests/value-samesym.errwarn \
libyasm/tests/value-samesym.hex libyasm/tests/value-mask.asm \
libyasm/tests/value-mask.errwarn libyasm/tests/value-mask.hex \
libyasm/tests/value-shr-symexpr.asm \
libyasm/tests/value-shr-symexpr.hex \
frontends/yasm/Makefile.inc frontends/tasm/Makefile.inc \
frontends/vsyasm/Makefile.inc frontends/yasm/yasm.xml \
m4/intmax.m4 m4/longdouble.m4 m4/nls.m4 m4/po.m4 \
m4/printf-posix.m4 m4/signed.m4 m4/size_max.m4 m4/ulonglong.m4 \
m4/wchar_t.m4 m4/wint_t.m4 m4/xsize.m4 m4/codeset.m4 \
m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/intdiv0.m4 \
m4/inttypes.m4 m4/inttypes_h.m4 m4/inttypes-pri.m4 \
m4/isc-posix.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 \
m4/lib-prefix.m4 m4/longlong.m4 m4/progtest.m4 m4/stdint_h.m4 \
m4/uintmax_t.m4 m4/pythonhead.m4 m4/cython.m4 out_test.sh \
Artistic.txt BSD.txt GNU_GPL-2.0 GNU_LGPL-2.0 splint.sh \
YASM-VERSION-GEN.sh CMakeLists.txt ConfigureChecks.cmake \
config.h.cmake libyasm-stdint.h.cmake cmake/CMakeLists.txt \
cmake/modules/CMakeLists.txt cmake/modules/DummyCFile.c \
cmake/modules/VersionGen.cmake cmake/modules/YasmMacros.cmake \
frontends/CMakeLists.txt frontends/tasm/CMakeLists.txt \
frontends/vsyasm/CMakeLists.txt frontends/yasm/CMakeLists.txt \
frontends/yasm/genstring.py frontends/yasm/yasm-plugin.c \
frontends/yasm/yasm-plugin.h libyasm/CMakeLists.txt \
libyasm/cmake-module.c modules/arch/CMakeLists.txt \
modules/arch/lc3b/CMakeLists.txt \
modules/arch/x86/CMakeLists.txt modules/CMakeLists.txt \
modules/dbgfmts/CMakeLists.txt \
modules/dbgfmts/codeview/CMakeLists.txt \
modules/dbgfmts/dwarf2/CMakeLists.txt \
modules/dbgfmts/null/CMakeLists.txt \
modules/dbgfmts/stabs/CMakeLists.txt \
modules/listfmts/CMakeLists.txt \
modules/listfmts/nasm/CMakeLists.txt \
modules/objfmts/bin/CMakeLists.txt \
modules/objfmts/CMakeLists.txt \
modules/objfmts/coff/CMakeLists.txt \
modules/objfmts/dbg/CMakeLists.txt \
modules/objfmts/elf/CMakeLists.txt \
modules/objfmts/macho/CMakeLists.txt \
modules/objfmts/rdf/CMakeLists.txt \
modules/objfmts/xdf/CMakeLists.txt \
modules/parsers/CMakeLists.txt \
modules/parsers/gas/CMakeLists.txt \
modules/parsers/nasm/CMakeLists.txt \
modules/preprocs/CMakeLists.txt \
modules/preprocs/cpp/CMakeLists.txt \
modules/preprocs/gas/CMakeLists.txt \
modules/preprocs/nasm/CMakeLists.txt \
modules/preprocs/raw/CMakeLists.txt plugins/README \
plugins/dbg/CMakeLists.txt plugins/dbg/dbg-objfmt.c \
plugins/dbg/init_plugin.c plugins/dbg/README \
plugins/x86/CMakeLists.txt plugins/x86/init_plugin.c \
plugins/x86/README tools/CMakeLists.txt \
tools/genmacro/CMakeLists.txt tools/genperf/CMakeLists.txt \
tools/re2c/CMakeLists.txt Mkfiles/Makefile.flat \
Mkfiles/Makefile.dj Mkfiles/dj/config.h \
Mkfiles/dj/libyasm-stdint.h Mkfiles/vc9/config.h \
Mkfiles/vc9/crt_secure_no_deprecate.vsprops \
Mkfiles/vc9/libyasm-stdint.h Mkfiles/vc9/readme.vc9.txt \
Mkfiles/vc9/vc98_swap.py Mkfiles/vc9/vsyasm.vcproj \
Mkfiles/vc9/yasm.sln Mkfiles/vc9/yasm.vcproj \
Mkfiles/vc9/ytasm.vcproj Mkfiles/vc9/yasm.rules \
Mkfiles/vc9/genmacro/genmacro.vcproj \
Mkfiles/vc9/genmacro/run.bat \
Mkfiles/vc9/genmodule/genmodule.vcproj \
Mkfiles/vc9/genmodule/run.bat \
Mkfiles/vc9/genperf/genperf.vcproj Mkfiles/vc9/genperf/run.bat \
Mkfiles/vc9/genstring/genstring.vcproj \
Mkfiles/vc9/genstring/run.bat \
Mkfiles/vc9/genversion/genversion.vcproj \
Mkfiles/vc9/genversion/run.bat \
Mkfiles/vc9/libyasm/libyasm.vcproj \
Mkfiles/vc9/modules/modules.vcproj \
Mkfiles/vc9/re2c/re2c.vcproj Mkfiles/vc9/re2c/run.bat \
Mkfiles/vc10/config.h \
Mkfiles/vc10/crt_secure_no_deprecate.props \
Mkfiles/vc10/crt_secure_no_deprecate.vsprops \
Mkfiles/vc10/libyasm-stdint.h Mkfiles/vc10/out_copy_rename.bat \
Mkfiles/vc10/readme.vc10.txt Mkfiles/vc10/vsyasm.props \
Mkfiles/vc10/vsyasm.targets Mkfiles/vc10/vsyasm.vcxproj \
Mkfiles/vc10/vsyasm.xml Mkfiles/vc10/yasm.sln \
Mkfiles/vc10/yasm.vcxproj Mkfiles/vc10/yasm.vcxproj.filters \
Mkfiles/vc10/ytasm.vcxproj \
Mkfiles/vc10/genmacro/genmacro.vcxproj \
Mkfiles/vc10/genmacro/genmacro.vcxproj.filters \
Mkfiles/vc10/genmacro/run.bat \
Mkfiles/vc10/genmodule/genmodule.vcxproj \
Mkfiles/vc10/genmodule/genmodule.vcxproj.filters \
Mkfiles/vc10/genmodule/run.bat \
Mkfiles/vc10/genperf/genperf.vcxproj \
Mkfiles/vc10/genperf/genperf.vcxproj.filters \
Mkfiles/vc10/genperf/run.bat \
Mkfiles/vc10/genstring/genstring.vcxproj \
Mkfiles/vc10/genstring/genstring.vcxproj.filters \
Mkfiles/vc10/genstring/run.bat \
Mkfiles/vc10/genversion/genversion.vcxproj \
Mkfiles/vc10/genversion/genversion.vcxproj.filters \
Mkfiles/vc10/genversion/run.bat \
Mkfiles/vc10/libyasm/libyasm.vcxproj \
Mkfiles/vc10/libyasm/libyasm.vcxproj.filters \
Mkfiles/vc10/modules/modules.vcxproj \
Mkfiles/vc10/modules/modules.vcxproj.filters \
Mkfiles/vc10/re2c/re2c.vcxproj \
Mkfiles/vc10/re2c/re2c.vcxproj.filters \
Mkfiles/vc10/re2c/run.bat Mkfiles/vc12/config.h \
Mkfiles/vc12/crt_secure_no_deprecate.props \
Mkfiles/vc12/crt_secure_no_deprecate.vsprops \
Mkfiles/vc12/libyasm/libyasm.vcxproj \
Mkfiles/vc12/libyasm/libyasm.vcxproj.filters \
Mkfiles/vc12/modules/modules.vcxproj \
Mkfiles/vc12/modules/modules.vcxproj.filters \
Mkfiles/vc12/out_copy_rename.bat Mkfiles/vc12/readme.vc12.txt \
Mkfiles/vc12/vsyasm.props Mkfiles/vc12/vsyasm.targets \
Mkfiles/vc12/vsyasm.vcxproj Mkfiles/vc12/vsyasm.xml \
Mkfiles/vc12/yasm.sln Mkfiles/vc12/yasm.vcxproj \
Mkfiles/vc12/yasm.vcxproj.filters Mkfiles/vc12/ytasm.vcxproj \
genstring.c
# libyasm-stdint.h doesn't clean up after itself?
CONFIG_CLEAN_FILES = libyasm-stdint.h YASM-VERSION-FILE YASM-VERSION.h
re2c_SOURCES =
re2c_LDADD = re2c-main.$(OBJEXT) re2c-code.$(OBJEXT) \
re2c-dfa.$(OBJEXT) re2c-parser.$(OBJEXT) \
re2c-actions.$(OBJEXT) re2c-scanner.$(OBJEXT) \
re2c-mbo_getopt.$(OBJEXT) re2c-substr.$(OBJEXT) \
re2c-translate.$(OBJEXT)
re2c_LINK = $(CCLD_FOR_BUILD) -o $@
genmacro_SOURCES =
genmacro_LDADD = genmacro.$(OBJEXT)
genmacro_LINK = $(CCLD_FOR_BUILD) -o $@
genperf_SOURCES =
genperf_LDADD = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
gp-phash.$(OBJEXT) gp-xmalloc.$(OBJEXT) gp-xstrdup.$(OBJEXT)
genperf_LINK = $(CCLD_FOR_BUILD) -o $@
PYBINDING_DEPS = tools/python-yasm/bytecode.pxi \
tools/python-yasm/errwarn.pxi tools/python-yasm/expr.pxi \
tools/python-yasm/floatnum.pxi tools/python-yasm/intnum.pxi \
tools/python-yasm/symrec.pxi tools/python-yasm/value.pxi
YASM_MODULES = arch_x86 arch_lc3b listfmt_nasm parser_gas parser_gnu \
parser_nasm parser_tasm preproc_nasm preproc_tasm preproc_raw \
preproc_cpp preproc_gas dbgfmt_cv8 dbgfmt_dwarf2 dbgfmt_null \
dbgfmt_stabs objfmt_dbg objfmt_bin objfmt_dosexe objfmt_elf \
objfmt_elf32 objfmt_elf64 objfmt_elfx32 objfmt_coff \
objfmt_macho objfmt_macho32 objfmt_macho64 objfmt_rdf \
objfmt_win32 objfmt_win64 objfmt_x64 objfmt_xdf
lib_LIBRARIES = libyasm.a
libyasm_a_SOURCES = modules/arch/x86/x86arch.c \
modules/arch/x86/x86arch.h modules/arch/x86/x86bc.c \
modules/arch/x86/x86expr.c modules/arch/x86/x86id.c \
modules/arch/lc3b/lc3barch.c modules/arch/lc3b/lc3barch.h \
modules/arch/lc3b/lc3bbc.c \
modules/listfmts/nasm/nasm-listfmt.c \
modules/parsers/gas/gas-parser.c \
modules/parsers/gas/gas-parser.h \
modules/parsers/gas/gas-parse.c \
modules/parsers/gas/gas-parse-intel.c \
modules/parsers/nasm/nasm-parser.c \
modules/parsers/nasm/nasm-parser.h \
modules/parsers/nasm/nasm-parser-struct.h \
modules/parsers/nasm/nasm-parse.c \
modules/preprocs/nasm/nasm-preproc.c \
modules/preprocs/nasm/nasm-pp.h \
modules/preprocs/nasm/nasm-pp.c modules/preprocs/nasm/nasm.h \
modules/preprocs/nasm/nasmlib.h \
modules/preprocs/nasm/nasmlib.c \
modules/preprocs/nasm/nasm-eval.h \
modules/preprocs/nasm/nasm-eval.c \
modules/preprocs/raw/raw-preproc.c \
modules/preprocs/cpp/cpp-preproc.c \
modules/preprocs/gas/gas-preproc.c \
modules/preprocs/gas/gas-eval.h \
modules/preprocs/gas/gas-eval.c \
modules/dbgfmts/codeview/cv-dbgfmt.h \
modules/dbgfmts/codeview/cv-dbgfmt.c \
modules/dbgfmts/codeview/cv-symline.c \
modules/dbgfmts/codeview/cv-type.c \
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h \
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c \
modules/dbgfmts/dwarf2/dwarf2-line.c \
modules/dbgfmts/dwarf2/dwarf2-aranges.c \
modules/dbgfmts/dwarf2/dwarf2-info.c \
modules/dbgfmts/null/null-dbgfmt.c \
modules/dbgfmts/stabs/stabs-dbgfmt.c \
modules/objfmts/dbg/dbg-objfmt.c \
modules/objfmts/bin/bin-objfmt.c modules/objfmts/elf/elf.c \
modules/objfmts/elf/elf.h modules/objfmts/elf/elf-objfmt.c \
modules/objfmts/elf/elf-machine.h \
modules/objfmts/elf/elf-x86-x86.c \
modules/objfmts/elf/elf-x86-amd64.c \
modules/objfmts/elf/elf-x86-x32.c \
modules/objfmts/coff/coff-objfmt.c \
modules/objfmts/coff/coff-objfmt.h \
modules/objfmts/coff/win64-except.c \
modules/objfmts/macho/macho-objfmt.c \
modules/objfmts/rdf/rdf-objfmt.c \
modules/objfmts/xdf/xdf-objfmt.c libyasm/assocdat.c \
libyasm/bitvect.c libyasm/bc-align.c libyasm/bc-data.c \
libyasm/bc-incbin.c libyasm/bc-org.c libyasm/bc-reserve.c \
libyasm/bytecode.c libyasm/errwarn.c libyasm/expr.c \
libyasm/file.c libyasm/floatnum.c libyasm/hamt.c \
libyasm/insn.c libyasm/intnum.c libyasm/inttree.c \
libyasm/linemap.c libyasm/md5.c libyasm/mergesort.c \
libyasm/phash.c libyasm/section.c libyasm/strcasecmp.c \
libyasm/strsep.c libyasm/symrec.c libyasm/valparam.c \
libyasm/value.c libyasm/xmalloc.c libyasm/xstrdup.c
nodist_libyasm_a_SOURCES = x86cpu.c x86regtmod.c lc3bid.c gas-token.c \
nasm-token.c module.c
genversion_SOURCES =
genversion_LDADD = genversion.$(OBJEXT)
genversion_LINK = $(CCLD_FOR_BUILD) -o $@
genmodule_SOURCES =
genmodule_LDADD = genmodule.$(OBJEXT)
genmodule_LINK = $(CCLD_FOR_BUILD) -o $@
modincludedir = $(includedir)/libyasm
modinclude_HEADERS = libyasm/arch.h libyasm/assocdat.h \
libyasm/bitvect.h libyasm/bytecode.h libyasm/compat-queue.h \
libyasm/coretype.h libyasm/dbgfmt.h libyasm/errwarn.h \
libyasm/expr.h libyasm/file.h libyasm/floatnum.h \
libyasm/hamt.h libyasm/insn.h libyasm/intnum.h \
libyasm/inttree.h libyasm/linemap.h libyasm/listfmt.h \
libyasm/md5.h libyasm/module.h libyasm/objfmt.h \
libyasm/parser.h libyasm/phash.h libyasm/preproc.h \
libyasm/section.h libyasm/symrec.h libyasm/valparam.h \
libyasm/value.h
bitvect_test_SOURCES = libyasm/tests/bitvect_test.c
bitvect_test_LDADD = libyasm.a $(INTLLIBS)
floatnum_test_SOURCES = libyasm/tests/floatnum_test.c
floatnum_test_LDADD = libyasm.a $(INTLLIBS)
leb128_test_SOURCES = libyasm/tests/leb128_test.c
leb128_test_LDADD = libyasm.a $(INTLLIBS)
splitpath_test_SOURCES = libyasm/tests/splitpath_test.c
splitpath_test_LDADD = libyasm.a $(INTLLIBS)
combpath_test_SOURCES = libyasm/tests/combpath_test.c
combpath_test_LDADD = libyasm.a $(INTLLIBS)
uncstring_test_SOURCES = libyasm/tests/uncstring_test.c
uncstring_test_LDADD = libyasm.a $(INTLLIBS)
yasm_SOURCES = frontends/yasm/yasm.c frontends/yasm/yasm-options.c \
frontends/yasm/yasm-options.h
yasm_LDADD = libyasm.a $(INTLLIBS)
ytasm_SOURCES = frontends/tasm/tasm.c frontends/tasm/tasm-options.c \
frontends/tasm/tasm-options.h
ytasm_LDADD = libyasm.a $(INTLLIBS)
vsyasm_SOURCES = frontends/vsyasm/vsyasm.c \
frontends/yasm/yasm-options.c frontends/yasm/yasm-options.h
vsyasm_LDADD = libyasm.a $(INTLLIBS)
# genstring build
genstring_SOURCES =
genstring_LDADD = genstring.$(OBJEXT)
genstring_LINK = $(CCLD_FOR_BUILD) -o $@
all: $(BUILT_SOURCES) config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES:
.SUFFIXES: .gperf .c .log .o .obj .test .test$(EXEEXT) .trs
am--refresh: Makefile
@:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/tools/Makefile.inc $(srcdir)/tools/re2c/Makefile.inc $(srcdir)/tools/genmacro/Makefile.inc $(srcdir)/tools/genperf/Makefile.inc $(srcdir)/tools/python-yasm/Makefile.inc $(srcdir)/tools/python-yasm/tests/Makefile.inc $(srcdir)/modules/Makefile.inc $(srcdir)/modules/arch/Makefile.inc $(srcdir)/modules/arch/x86/Makefile.inc $(srcdir)/modules/arch/x86/tests/Makefile.inc $(srcdir)/modules/arch/x86/tests/gas32/Makefile.inc $(srcdir)/modules/arch/x86/tests/gas64/Makefile.inc $(srcdir)/modules/arch/lc3b/Makefile.inc $(srcdir)/modules/arch/lc3b/tests/Makefile.inc $(srcdir)/modules/listfmts/Makefile.inc $(srcdir)/modules/listfmts/nasm/Makefile.inc $(srcdir)/modules/parsers/Makefile.inc $(srcdir)/modules/parsers/gas/Makefile.inc $(srcdir)/modules/parsers/gas/tests/Makefile.inc $(srcdir)/modules/parsers/gas/tests/bin/Makefile.inc $(srcdir)/modules/parsers/nasm/Makefile.inc $(srcdir)/modules/parsers/nasm/tests/Makefile.inc $(srcdir)/modules/parsers/nasm/tests/worphan/Makefile.inc $(srcdir)/modules/parsers/tasm/Makefile.inc $(srcdir)/modules/parsers/tasm/tests/Makefile.inc $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc $(srcdir)/modules/preprocs/Makefile.inc $(srcdir)/modules/preprocs/tasm/Makefile.inc $(srcdir)/modules/preprocs/tasm/tests/Makefile.inc $(srcdir)/modules/preprocs/nasm/Makefile.inc $(srcdir)/modules/preprocs/nasm/tests/Makefile.inc $(srcdir)/modules/preprocs/raw/Makefile.inc $(srcdir)/modules/preprocs/raw/tests/Makefile.inc $(srcdir)/modules/preprocs/cpp/Makefile.inc $(srcdir)/modules/preprocs/gas/Makefile.inc $(srcdir)/modules/preprocs/gas/tests/Makefile.inc $(srcdir)/modules/dbgfmts/Makefile.inc $(srcdir)/modules/dbgfmts/codeview/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/gen64/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc $(srcdir)/modules/dbgfmts/null/Makefile.inc $(srcdir)/modules/dbgfmts/stabs/Makefile.inc $(srcdir)/modules/dbgfmts/stabs/tests/Makefile.inc $(srcdir)/modules/objfmts/Makefile.inc $(srcdir)/modules/objfmts/dbg/Makefile.inc $(srcdir)/modules/objfmts/bin/Makefile.inc $(srcdir)/modules/objfmts/bin/tests/Makefile.inc $(srcdir)/modules/objfmts/bin/tests/multisect/Makefile.inc $(srcdir)/modules/objfmts/elf/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/x32/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/gasx32/Makefile.inc $(srcdir)/modules/objfmts/coff/Makefile.inc $(srcdir)/modules/objfmts/coff/tests/Makefile.inc $(srcdir)/modules/objfmts/macho/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc $(srcdir)/modules/objfmts/rdf/Makefile.inc $(srcdir)/modules/objfmts/rdf/tests/Makefile.inc $(srcdir)/modules/objfmts/win32/Makefile.inc $(srcdir)/modules/objfmts/win32/tests/Makefile.inc $(srcdir)/modules/objfmts/win32/tests/gas/Makefile.inc $(srcdir)/modules/objfmts/win64/Makefile.inc $(srcdir)/modules/objfmts/win64/tests/Makefile.inc $(srcdir)/modules/objfmts/win64/tests/gas/Makefile.inc $(srcdir)/modules/objfmts/xdf/Makefile.inc $(srcdir)/modules/objfmts/xdf/tests/Makefile.inc $(srcdir)/libyasm/Makefile.inc $(srcdir)/libyasm/tests/Makefile.inc $(srcdir)/frontends/Makefile.inc $(srcdir)/frontends/yasm/Makefile.inc $(srcdir)/frontends/tasm/Makefile.inc $(srcdir)/frontends/vsyasm/Makefile.inc $(srcdir)/m4/Makefile.inc $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
esac;
$(srcdir)/tools/Makefile.inc $(srcdir)/tools/re2c/Makefile.inc $(srcdir)/tools/genmacro/Makefile.inc $(srcdir)/tools/genperf/Makefile.inc $(srcdir)/tools/python-yasm/Makefile.inc $(srcdir)/tools/python-yasm/tests/Makefile.inc $(srcdir)/modules/Makefile.inc $(srcdir)/modules/arch/Makefile.inc $(srcdir)/modules/arch/x86/Makefile.inc $(srcdir)/modules/arch/x86/tests/Makefile.inc $(srcdir)/modules/arch/x86/tests/gas32/Makefile.inc $(srcdir)/modules/arch/x86/tests/gas64/Makefile.inc $(srcdir)/modules/arch/lc3b/Makefile.inc $(srcdir)/modules/arch/lc3b/tests/Makefile.inc $(srcdir)/modules/listfmts/Makefile.inc $(srcdir)/modules/listfmts/nasm/Makefile.inc $(srcdir)/modules/parsers/Makefile.inc $(srcdir)/modules/parsers/gas/Makefile.inc $(srcdir)/modules/parsers/gas/tests/Makefile.inc $(srcdir)/modules/parsers/gas/tests/bin/Makefile.inc $(srcdir)/modules/parsers/nasm/Makefile.inc $(srcdir)/modules/parsers/nasm/tests/Makefile.inc $(srcdir)/modules/parsers/nasm/tests/worphan/Makefile.inc $(srcdir)/modules/parsers/tasm/Makefile.inc $(srcdir)/modules/parsers/tasm/tests/Makefile.inc $(srcdir)/modules/parsers/tasm/tests/exe/Makefile.inc $(srcdir)/modules/preprocs/Makefile.inc $(srcdir)/modules/preprocs/tasm/Makefile.inc $(srcdir)/modules/preprocs/tasm/tests/Makefile.inc $(srcdir)/modules/preprocs/nasm/Makefile.inc $(srcdir)/modules/preprocs/nasm/tests/Makefile.inc $(srcdir)/modules/preprocs/raw/Makefile.inc $(srcdir)/modules/preprocs/raw/tests/Makefile.inc $(srcdir)/modules/preprocs/cpp/Makefile.inc $(srcdir)/modules/preprocs/gas/Makefile.inc $(srcdir)/modules/preprocs/gas/tests/Makefile.inc $(srcdir)/modules/dbgfmts/Makefile.inc $(srcdir)/modules/dbgfmts/codeview/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/gen64/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc $(srcdir)/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc $(srcdir)/modules/dbgfmts/null/Makefile.inc $(srcdir)/modules/dbgfmts/stabs/Makefile.inc $(srcdir)/modules/dbgfmts/stabs/tests/Makefile.inc $(srcdir)/modules/objfmts/Makefile.inc $(srcdir)/modules/objfmts/dbg/Makefile.inc $(srcdir)/modules/objfmts/bin/Makefile.inc $(srcdir)/modules/objfmts/bin/tests/Makefile.inc $(srcdir)/modules/objfmts/bin/tests/multisect/Makefile.inc $(srcdir)/modules/objfmts/elf/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/x32/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc $(srcdir)/modules/objfmts/elf/tests/gasx32/Makefile.inc $(srcdir)/modules/objfmts/coff/Makefile.inc $(srcdir)/modules/objfmts/coff/tests/Makefile.inc $(srcdir)/modules/objfmts/macho/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc $(srcdir)/modules/objfmts/rdf/Makefile.inc $(srcdir)/modules/objfmts/rdf/tests/Makefile.inc $(srcdir)/modules/objfmts/win32/Makefile.inc $(srcdir)/modules/objfmts/win32/tests/Makefile.inc $(srcdir)/modules/objfmts/win32/tests/gas/Makefile.inc $(srcdir)/modules/objfmts/win64/Makefile.inc $(srcdir)/modules/objfmts/win64/tests/Makefile.inc $(srcdir)/modules/objfmts/win64/tests/gas/Makefile.inc $(srcdir)/modules/objfmts/xdf/Makefile.inc $(srcdir)/modules/objfmts/xdf/tests/Makefile.inc $(srcdir)/libyasm/Makefile.inc $(srcdir)/libyasm/tests/Makefile.inc $(srcdir)/frontends/Makefile.inc $(srcdir)/frontends/yasm/Makefile.inc $(srcdir)/frontends/tasm/Makefile.inc $(srcdir)/frontends/vsyasm/Makefile.inc $(srcdir)/m4/Makefile.inc:
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(am__cd) $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps):
config.h: stamp-h1
@test -f $@ || rm -f stamp-h1
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
rm -f stamp-h1
touch $@
distclean-hdr:
-rm -f config.h stamp-h1
install-libLIBRARIES: $(lib_LIBRARIES)
@$(NORMAL_INSTALL)
@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
list2=; for p in $$list; do \
if test -f $$p; then \
list2="$$list2 $$p"; \
else :; fi; \
done; \
test -z "$$list2" || { \
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
$(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
@$(POST_INSTALL)
@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
for p in $$list; do \
if test -f $$p; then \
$(am__strip_dir) \
echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
else :; fi; \
done
uninstall-libLIBRARIES:
@$(NORMAL_UNINSTALL)
@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
clean-libLIBRARIES:
-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
modules/arch/x86/$(am__dirstamp):
@$(MKDIR_P) modules/arch/x86
@: > modules/arch/x86/$(am__dirstamp)
modules/arch/x86/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/arch/x86/$(DEPDIR)
@: > modules/arch/x86/$(DEPDIR)/$(am__dirstamp)
modules/arch/x86/x86arch.$(OBJEXT): modules/arch/x86/$(am__dirstamp) \
modules/arch/x86/$(DEPDIR)/$(am__dirstamp)
modules/arch/x86/x86bc.$(OBJEXT): modules/arch/x86/$(am__dirstamp) \
modules/arch/x86/$(DEPDIR)/$(am__dirstamp)
modules/arch/x86/x86expr.$(OBJEXT): modules/arch/x86/$(am__dirstamp) \
modules/arch/x86/$(DEPDIR)/$(am__dirstamp)
modules/arch/x86/x86id.$(OBJEXT): modules/arch/x86/$(am__dirstamp) \
modules/arch/x86/$(DEPDIR)/$(am__dirstamp)
modules/arch/lc3b/$(am__dirstamp):
@$(MKDIR_P) modules/arch/lc3b
@: > modules/arch/lc3b/$(am__dirstamp)
modules/arch/lc3b/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/arch/lc3b/$(DEPDIR)
@: > modules/arch/lc3b/$(DEPDIR)/$(am__dirstamp)
modules/arch/lc3b/lc3barch.$(OBJEXT): \
modules/arch/lc3b/$(am__dirstamp) \
modules/arch/lc3b/$(DEPDIR)/$(am__dirstamp)
modules/arch/lc3b/lc3bbc.$(OBJEXT): modules/arch/lc3b/$(am__dirstamp) \
modules/arch/lc3b/$(DEPDIR)/$(am__dirstamp)
modules/listfmts/nasm/$(am__dirstamp):
@$(MKDIR_P) modules/listfmts/nasm
@: > modules/listfmts/nasm/$(am__dirstamp)
modules/listfmts/nasm/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/listfmts/nasm/$(DEPDIR)
@: > modules/listfmts/nasm/$(DEPDIR)/$(am__dirstamp)
modules/listfmts/nasm/nasm-listfmt.$(OBJEXT): \
modules/listfmts/nasm/$(am__dirstamp) \
modules/listfmts/nasm/$(DEPDIR)/$(am__dirstamp)
modules/parsers/gas/$(am__dirstamp):
@$(MKDIR_P) modules/parsers/gas
@: > modules/parsers/gas/$(am__dirstamp)
modules/parsers/gas/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/parsers/gas/$(DEPDIR)
@: > modules/parsers/gas/$(DEPDIR)/$(am__dirstamp)
modules/parsers/gas/gas-parser.$(OBJEXT): \
modules/parsers/gas/$(am__dirstamp) \
modules/parsers/gas/$(DEPDIR)/$(am__dirstamp)
modules/parsers/gas/gas-parse.$(OBJEXT): \
modules/parsers/gas/$(am__dirstamp) \
modules/parsers/gas/$(DEPDIR)/$(am__dirstamp)
modules/parsers/gas/gas-parse-intel.$(OBJEXT): \
modules/parsers/gas/$(am__dirstamp) \
modules/parsers/gas/$(DEPDIR)/$(am__dirstamp)
modules/parsers/nasm/$(am__dirstamp):
@$(MKDIR_P) modules/parsers/nasm
@: > modules/parsers/nasm/$(am__dirstamp)
modules/parsers/nasm/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/parsers/nasm/$(DEPDIR)
@: > modules/parsers/nasm/$(DEPDIR)/$(am__dirstamp)
modules/parsers/nasm/nasm-parser.$(OBJEXT): \
modules/parsers/nasm/$(am__dirstamp) \
modules/parsers/nasm/$(DEPDIR)/$(am__dirstamp)
modules/parsers/nasm/nasm-parse.$(OBJEXT): \
modules/parsers/nasm/$(am__dirstamp) \
modules/parsers/nasm/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/nasm/$(am__dirstamp):
@$(MKDIR_P) modules/preprocs/nasm
@: > modules/preprocs/nasm/$(am__dirstamp)
modules/preprocs/nasm/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/preprocs/nasm/$(DEPDIR)
@: > modules/preprocs/nasm/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/nasm/nasm-preproc.$(OBJEXT): \
modules/preprocs/nasm/$(am__dirstamp) \
modules/preprocs/nasm/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/nasm/nasm-pp.$(OBJEXT): \
modules/preprocs/nasm/$(am__dirstamp) \
modules/preprocs/nasm/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/nasm/nasmlib.$(OBJEXT): \
modules/preprocs/nasm/$(am__dirstamp) \
modules/preprocs/nasm/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/nasm/nasm-eval.$(OBJEXT): \
modules/preprocs/nasm/$(am__dirstamp) \
modules/preprocs/nasm/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/raw/$(am__dirstamp):
@$(MKDIR_P) modules/preprocs/raw
@: > modules/preprocs/raw/$(am__dirstamp)
modules/preprocs/raw/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/preprocs/raw/$(DEPDIR)
@: > modules/preprocs/raw/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/raw/raw-preproc.$(OBJEXT): \
modules/preprocs/raw/$(am__dirstamp) \
modules/preprocs/raw/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/cpp/$(am__dirstamp):
@$(MKDIR_P) modules/preprocs/cpp
@: > modules/preprocs/cpp/$(am__dirstamp)
modules/preprocs/cpp/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/preprocs/cpp/$(DEPDIR)
@: > modules/preprocs/cpp/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/cpp/cpp-preproc.$(OBJEXT): \
modules/preprocs/cpp/$(am__dirstamp) \
modules/preprocs/cpp/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/gas/$(am__dirstamp):
@$(MKDIR_P) modules/preprocs/gas
@: > modules/preprocs/gas/$(am__dirstamp)
modules/preprocs/gas/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/preprocs/gas/$(DEPDIR)
@: > modules/preprocs/gas/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/gas/gas-preproc.$(OBJEXT): \
modules/preprocs/gas/$(am__dirstamp) \
modules/preprocs/gas/$(DEPDIR)/$(am__dirstamp)
modules/preprocs/gas/gas-eval.$(OBJEXT): \
modules/preprocs/gas/$(am__dirstamp) \
modules/preprocs/gas/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/codeview/$(am__dirstamp):
@$(MKDIR_P) modules/dbgfmts/codeview
@: > modules/dbgfmts/codeview/$(am__dirstamp)
modules/dbgfmts/codeview/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/dbgfmts/codeview/$(DEPDIR)
@: > modules/dbgfmts/codeview/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/codeview/cv-dbgfmt.$(OBJEXT): \
modules/dbgfmts/codeview/$(am__dirstamp) \
modules/dbgfmts/codeview/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/codeview/cv-symline.$(OBJEXT): \
modules/dbgfmts/codeview/$(am__dirstamp) \
modules/dbgfmts/codeview/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/codeview/cv-type.$(OBJEXT): \
modules/dbgfmts/codeview/$(am__dirstamp) \
modules/dbgfmts/codeview/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/dwarf2/$(am__dirstamp):
@$(MKDIR_P) modules/dbgfmts/dwarf2
@: > modules/dbgfmts/dwarf2/$(am__dirstamp)
modules/dbgfmts/dwarf2/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/dbgfmts/dwarf2/$(DEPDIR)
@: > modules/dbgfmts/dwarf2/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.$(OBJEXT): \
modules/dbgfmts/dwarf2/$(am__dirstamp) \
modules/dbgfmts/dwarf2/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/dwarf2/dwarf2-line.$(OBJEXT): \
modules/dbgfmts/dwarf2/$(am__dirstamp) \
modules/dbgfmts/dwarf2/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/dwarf2/dwarf2-aranges.$(OBJEXT): \
modules/dbgfmts/dwarf2/$(am__dirstamp) \
modules/dbgfmts/dwarf2/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/dwarf2/dwarf2-info.$(OBJEXT): \
modules/dbgfmts/dwarf2/$(am__dirstamp) \
modules/dbgfmts/dwarf2/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/null/$(am__dirstamp):
@$(MKDIR_P) modules/dbgfmts/null
@: > modules/dbgfmts/null/$(am__dirstamp)
modules/dbgfmts/null/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/dbgfmts/null/$(DEPDIR)
@: > modules/dbgfmts/null/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/null/null-dbgfmt.$(OBJEXT): \
modules/dbgfmts/null/$(am__dirstamp) \
modules/dbgfmts/null/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/stabs/$(am__dirstamp):
@$(MKDIR_P) modules/dbgfmts/stabs
@: > modules/dbgfmts/stabs/$(am__dirstamp)
modules/dbgfmts/stabs/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/dbgfmts/stabs/$(DEPDIR)
@: > modules/dbgfmts/stabs/$(DEPDIR)/$(am__dirstamp)
modules/dbgfmts/stabs/stabs-dbgfmt.$(OBJEXT): \
modules/dbgfmts/stabs/$(am__dirstamp) \
modules/dbgfmts/stabs/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/dbg/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/dbg
@: > modules/objfmts/dbg/$(am__dirstamp)
modules/objfmts/dbg/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/dbg/$(DEPDIR)
@: > modules/objfmts/dbg/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/dbg/dbg-objfmt.$(OBJEXT): \
modules/objfmts/dbg/$(am__dirstamp) \
modules/objfmts/dbg/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/bin/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/bin
@: > modules/objfmts/bin/$(am__dirstamp)
modules/objfmts/bin/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/bin/$(DEPDIR)
@: > modules/objfmts/bin/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/bin/bin-objfmt.$(OBJEXT): \
modules/objfmts/bin/$(am__dirstamp) \
modules/objfmts/bin/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/elf/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/elf
@: > modules/objfmts/elf/$(am__dirstamp)
modules/objfmts/elf/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/elf/$(DEPDIR)
@: > modules/objfmts/elf/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/elf/elf.$(OBJEXT): \
modules/objfmts/elf/$(am__dirstamp) \
modules/objfmts/elf/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/elf/elf-objfmt.$(OBJEXT): \
modules/objfmts/elf/$(am__dirstamp) \
modules/objfmts/elf/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/elf/elf-x86-x86.$(OBJEXT): \
modules/objfmts/elf/$(am__dirstamp) \
modules/objfmts/elf/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/elf/elf-x86-amd64.$(OBJEXT): \
modules/objfmts/elf/$(am__dirstamp) \
modules/objfmts/elf/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/elf/elf-x86-x32.$(OBJEXT): \
modules/objfmts/elf/$(am__dirstamp) \
modules/objfmts/elf/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/coff/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/coff
@: > modules/objfmts/coff/$(am__dirstamp)
modules/objfmts/coff/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/coff/$(DEPDIR)
@: > modules/objfmts/coff/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/coff/coff-objfmt.$(OBJEXT): \
modules/objfmts/coff/$(am__dirstamp) \
modules/objfmts/coff/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/coff/win64-except.$(OBJEXT): \
modules/objfmts/coff/$(am__dirstamp) \
modules/objfmts/coff/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/macho/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/macho
@: > modules/objfmts/macho/$(am__dirstamp)
modules/objfmts/macho/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/macho/$(DEPDIR)
@: > modules/objfmts/macho/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/macho/macho-objfmt.$(OBJEXT): \
modules/objfmts/macho/$(am__dirstamp) \
modules/objfmts/macho/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/rdf/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/rdf
@: > modules/objfmts/rdf/$(am__dirstamp)
modules/objfmts/rdf/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/rdf/$(DEPDIR)
@: > modules/objfmts/rdf/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/rdf/rdf-objfmt.$(OBJEXT): \
modules/objfmts/rdf/$(am__dirstamp) \
modules/objfmts/rdf/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/xdf/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/xdf
@: > modules/objfmts/xdf/$(am__dirstamp)
modules/objfmts/xdf/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) modules/objfmts/xdf/$(DEPDIR)
@: > modules/objfmts/xdf/$(DEPDIR)/$(am__dirstamp)
modules/objfmts/xdf/xdf-objfmt.$(OBJEXT): \
modules/objfmts/xdf/$(am__dirstamp) \
modules/objfmts/xdf/$(DEPDIR)/$(am__dirstamp)
libyasm/$(am__dirstamp):
@$(MKDIR_P) libyasm
@: > libyasm/$(am__dirstamp)
libyasm/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) libyasm/$(DEPDIR)
@: > libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/assocdat.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/bitvect.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/bc-align.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/bc-data.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/bc-incbin.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/bc-org.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/bc-reserve.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/bytecode.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/errwarn.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/expr.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/file.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/floatnum.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/hamt.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/insn.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/intnum.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/inttree.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/linemap.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/md5.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/mergesort.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/phash.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/section.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/strcasecmp.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/strsep.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/symrec.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/valparam.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/value.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/xmalloc.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm/xstrdup.$(OBJEXT): libyasm/$(am__dirstamp) \
libyasm/$(DEPDIR)/$(am__dirstamp)
libyasm.a: $(libyasm_a_OBJECTS) $(libyasm_a_DEPENDENCIES) $(EXTRA_libyasm_a_DEPENDENCIES)
$(AM_V_at)-rm -f libyasm.a
$(AM_V_AR)$(libyasm_a_AR) libyasm.a $(libyasm_a_OBJECTS) $(libyasm_a_LIBADD)
$(AM_V_at)$(RANLIB) libyasm.a
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
$(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
fi; \
for p in $$list; do echo "$$p $$p"; done | \
sed 's/$(EXEEXT)$$//' | \
while read p p1; do if test -f $$p \
; then echo "$$p"; echo "$$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
sed 'N;N;N;s,\n, ,g' | \
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($$2 == $$4) files[d] = files[d] " " $$1; \
else { print "f", $$3 "/" $$4, $$1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
test -z "$$files" || { \
echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
} \
; done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
files=`for p in $$list; do echo "$$p"; done | \
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
-e 's/$$/$(EXEEXT)/' \
`; \
test -n "$$list" || exit 0; \
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
cd "$(DESTDIR)$(bindir)" && rm -f $$files
clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
clean-checkPROGRAMS:
-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
clean-noinstPROGRAMS:
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
libyasm/tests/$(am__dirstamp):
@$(MKDIR_P) libyasm/tests
@: > libyasm/tests/$(am__dirstamp)
libyasm/tests/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) libyasm/tests/$(DEPDIR)
@: > libyasm/tests/$(DEPDIR)/$(am__dirstamp)
libyasm/tests/bitvect_test.$(OBJEXT): libyasm/tests/$(am__dirstamp) \
libyasm/tests/$(DEPDIR)/$(am__dirstamp)
bitvect_test$(EXEEXT): $(bitvect_test_OBJECTS) $(bitvect_test_DEPENDENCIES) $(EXTRA_bitvect_test_DEPENDENCIES)
@rm -f bitvect_test$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(bitvect_test_OBJECTS) $(bitvect_test_LDADD) $(LIBS)
libyasm/tests/combpath_test.$(OBJEXT): libyasm/tests/$(am__dirstamp) \
libyasm/tests/$(DEPDIR)/$(am__dirstamp)
combpath_test$(EXEEXT): $(combpath_test_OBJECTS) $(combpath_test_DEPENDENCIES) $(EXTRA_combpath_test_DEPENDENCIES)
@rm -f combpath_test$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(combpath_test_OBJECTS) $(combpath_test_LDADD) $(LIBS)
libyasm/tests/floatnum_test.$(OBJEXT): libyasm/tests/$(am__dirstamp) \
libyasm/tests/$(DEPDIR)/$(am__dirstamp)
floatnum_test$(EXEEXT): $(floatnum_test_OBJECTS) $(floatnum_test_DEPENDENCIES) $(EXTRA_floatnum_test_DEPENDENCIES)
@rm -f floatnum_test$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(floatnum_test_OBJECTS) $(floatnum_test_LDADD) $(LIBS)
genmacro$(EXEEXT): $(genmacro_OBJECTS) $(genmacro_DEPENDENCIES) $(EXTRA_genmacro_DEPENDENCIES)
@rm -f genmacro$(EXEEXT)
$(AM_V_GEN)$(genmacro_LINK) $(genmacro_OBJECTS) $(genmacro_LDADD) $(LIBS)
genmodule$(EXEEXT): $(genmodule_OBJECTS) $(genmodule_DEPENDENCIES) $(EXTRA_genmodule_DEPENDENCIES)
@rm -f genmodule$(EXEEXT)
$(AM_V_GEN)$(genmodule_LINK) $(genmodule_OBJECTS) $(genmodule_LDADD) $(LIBS)
genperf$(EXEEXT): $(genperf_OBJECTS) $(genperf_DEPENDENCIES) $(EXTRA_genperf_DEPENDENCIES)
@rm -f genperf$(EXEEXT)
$(AM_V_GEN)$(genperf_LINK) $(genperf_OBJECTS) $(genperf_LDADD) $(LIBS)
genstring$(EXEEXT): $(genstring_OBJECTS) $(genstring_DEPENDENCIES) $(EXTRA_genstring_DEPENDENCIES)
@rm -f genstring$(EXEEXT)
$(AM_V_GEN)$(genstring_LINK) $(genstring_OBJECTS) $(genstring_LDADD) $(LIBS)
genversion$(EXEEXT): $(genversion_OBJECTS) $(genversion_DEPENDENCIES) $(EXTRA_genversion_DEPENDENCIES)
@rm -f genversion$(EXEEXT)
$(AM_V_GEN)$(genversion_LINK) $(genversion_OBJECTS) $(genversion_LDADD) $(LIBS)
libyasm/tests/leb128_test.$(OBJEXT): libyasm/tests/$(am__dirstamp) \
libyasm/tests/$(DEPDIR)/$(am__dirstamp)
leb128_test$(EXEEXT): $(leb128_test_OBJECTS) $(leb128_test_DEPENDENCIES) $(EXTRA_leb128_test_DEPENDENCIES)
@rm -f leb128_test$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(leb128_test_OBJECTS) $(leb128_test_LDADD) $(LIBS)
re2c$(EXEEXT): $(re2c_OBJECTS) $(re2c_DEPENDENCIES) $(EXTRA_re2c_DEPENDENCIES)
@rm -f re2c$(EXEEXT)
$(AM_V_GEN)$(re2c_LINK) $(re2c_OBJECTS) $(re2c_LDADD) $(LIBS)
libyasm/tests/splitpath_test.$(OBJEXT): libyasm/tests/$(am__dirstamp) \
libyasm/tests/$(DEPDIR)/$(am__dirstamp)
splitpath_test$(EXEEXT): $(splitpath_test_OBJECTS) $(splitpath_test_DEPENDENCIES) $(EXTRA_splitpath_test_DEPENDENCIES)
@rm -f splitpath_test$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(splitpath_test_OBJECTS) $(splitpath_test_LDADD) $(LIBS)
test_hd$(EXEEXT): $(test_hd_OBJECTS) $(test_hd_DEPENDENCIES) $(EXTRA_test_hd_DEPENDENCIES)
@rm -f test_hd$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(test_hd_OBJECTS) $(test_hd_LDADD) $(LIBS)
libyasm/tests/uncstring_test.$(OBJEXT): libyasm/tests/$(am__dirstamp) \
libyasm/tests/$(DEPDIR)/$(am__dirstamp)
uncstring_test$(EXEEXT): $(uncstring_test_OBJECTS) $(uncstring_test_DEPENDENCIES) $(EXTRA_uncstring_test_DEPENDENCIES)
@rm -f uncstring_test$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(uncstring_test_OBJECTS) $(uncstring_test_LDADD) $(LIBS)
frontends/vsyasm/$(am__dirstamp):
@$(MKDIR_P) frontends/vsyasm
@: > frontends/vsyasm/$(am__dirstamp)
frontends/vsyasm/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) frontends/vsyasm/$(DEPDIR)
@: > frontends/vsyasm/$(DEPDIR)/$(am__dirstamp)
frontends/vsyasm/vsyasm.$(OBJEXT): frontends/vsyasm/$(am__dirstamp) \
frontends/vsyasm/$(DEPDIR)/$(am__dirstamp)
frontends/yasm/$(am__dirstamp):
@$(MKDIR_P) frontends/yasm
@: > frontends/yasm/$(am__dirstamp)
frontends/yasm/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) frontends/yasm/$(DEPDIR)
@: > frontends/yasm/$(DEPDIR)/$(am__dirstamp)
frontends/yasm/yasm-options.$(OBJEXT): frontends/yasm/$(am__dirstamp) \
frontends/yasm/$(DEPDIR)/$(am__dirstamp)
vsyasm$(EXEEXT): $(vsyasm_OBJECTS) $(vsyasm_DEPENDENCIES) $(EXTRA_vsyasm_DEPENDENCIES)
@rm -f vsyasm$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(vsyasm_OBJECTS) $(vsyasm_LDADD) $(LIBS)
frontends/yasm/yasm.$(OBJEXT): frontends/yasm/$(am__dirstamp) \
frontends/yasm/$(DEPDIR)/$(am__dirstamp)
yasm$(EXEEXT): $(yasm_OBJECTS) $(yasm_DEPENDENCIES) $(EXTRA_yasm_DEPENDENCIES)
@rm -f yasm$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(yasm_OBJECTS) $(yasm_LDADD) $(LIBS)
frontends/tasm/$(am__dirstamp):
@$(MKDIR_P) frontends/tasm
@: > frontends/tasm/$(am__dirstamp)
frontends/tasm/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) frontends/tasm/$(DEPDIR)
@: > frontends/tasm/$(DEPDIR)/$(am__dirstamp)
frontends/tasm/tasm.$(OBJEXT): frontends/tasm/$(am__dirstamp) \
frontends/tasm/$(DEPDIR)/$(am__dirstamp)
frontends/tasm/tasm-options.$(OBJEXT): frontends/tasm/$(am__dirstamp) \
frontends/tasm/$(DEPDIR)/$(am__dirstamp)
ytasm$(EXEEXT): $(ytasm_OBJECTS) $(ytasm_DEPENDENCIES) $(EXTRA_ytasm_DEPENDENCIES)
@rm -f ytasm$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(ytasm_OBJECTS) $(ytasm_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
-rm -f frontends/tasm/*.$(OBJEXT)
-rm -f frontends/vsyasm/*.$(OBJEXT)
-rm -f frontends/yasm/*.$(OBJEXT)
-rm -f libyasm/*.$(OBJEXT)
-rm -f libyasm/tests/*.$(OBJEXT)
-rm -f modules/arch/lc3b/*.$(OBJEXT)
-rm -f modules/arch/x86/*.$(OBJEXT)
-rm -f modules/dbgfmts/codeview/*.$(OBJEXT)
-rm -f modules/dbgfmts/dwarf2/*.$(OBJEXT)
-rm -f modules/dbgfmts/null/*.$(OBJEXT)
-rm -f modules/dbgfmts/stabs/*.$(OBJEXT)
-rm -f modules/listfmts/nasm/*.$(OBJEXT)
-rm -f modules/objfmts/bin/*.$(OBJEXT)
-rm -f modules/objfmts/coff/*.$(OBJEXT)
-rm -f modules/objfmts/dbg/*.$(OBJEXT)
-rm -f modules/objfmts/elf/*.$(OBJEXT)
-rm -f modules/objfmts/macho/*.$(OBJEXT)
-rm -f modules/objfmts/rdf/*.$(OBJEXT)
-rm -f modules/objfmts/xdf/*.$(OBJEXT)
-rm -f modules/parsers/gas/*.$(OBJEXT)
-rm -f modules/parsers/nasm/*.$(OBJEXT)
-rm -f modules/preprocs/cpp/*.$(OBJEXT)
-rm -f modules/preprocs/gas/*.$(OBJEXT)
-rm -f modules/preprocs/nasm/*.$(OBJEXT)
-rm -f modules/preprocs/raw/*.$(OBJEXT)
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gas-token.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lc3bid.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nasm-token.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_hd.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86cpu.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86regtmod.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@frontends/tasm/$(DEPDIR)/tasm-options.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@frontends/tasm/$(DEPDIR)/tasm.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@frontends/vsyasm/$(DEPDIR)/vsyasm.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@frontends/yasm/$(DEPDIR)/yasm-options.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@frontends/yasm/$(DEPDIR)/yasm.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/assocdat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/bc-align.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/bc-data.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/bc-incbin.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/bc-org.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/bc-reserve.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/bitvect.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/bytecode.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/errwarn.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/expr.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/file.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/floatnum.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/hamt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/insn.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/intnum.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/inttree.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/linemap.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/md5.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/mergesort.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/phash.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/section.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/strcasecmp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/strsep.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/symrec.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/valparam.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/value.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/xmalloc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/$(DEPDIR)/xstrdup.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/tests/$(DEPDIR)/bitvect_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/tests/$(DEPDIR)/combpath_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/tests/$(DEPDIR)/floatnum_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/tests/$(DEPDIR)/leb128_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/tests/$(DEPDIR)/splitpath_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@libyasm/tests/$(DEPDIR)/uncstring_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/arch/lc3b/$(DEPDIR)/lc3barch.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/arch/lc3b/$(DEPDIR)/lc3bbc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/arch/x86/$(DEPDIR)/x86arch.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/arch/x86/$(DEPDIR)/x86bc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/arch/x86/$(DEPDIR)/x86expr.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/arch/x86/$(DEPDIR)/x86id.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/dbgfmts/codeview/$(DEPDIR)/cv-dbgfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/dbgfmts/codeview/$(DEPDIR)/cv-symline.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/dbgfmts/codeview/$(DEPDIR)/cv-type.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/dbgfmts/dwarf2/$(DEPDIR)/dwarf2-aranges.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/dbgfmts/dwarf2/$(DEPDIR)/dwarf2-dbgfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/dbgfmts/dwarf2/$(DEPDIR)/dwarf2-info.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/dbgfmts/dwarf2/$(DEPDIR)/dwarf2-line.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/dbgfmts/null/$(DEPDIR)/null-dbgfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/dbgfmts/stabs/$(DEPDIR)/stabs-dbgfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/listfmts/nasm/$(DEPDIR)/nasm-listfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/bin/$(DEPDIR)/bin-objfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/coff/$(DEPDIR)/coff-objfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/coff/$(DEPDIR)/win64-except.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/dbg/$(DEPDIR)/dbg-objfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/elf/$(DEPDIR)/elf-objfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/elf/$(DEPDIR)/elf-x86-amd64.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/elf/$(DEPDIR)/elf-x86-x32.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/elf/$(DEPDIR)/elf-x86-x86.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/elf/$(DEPDIR)/elf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/macho/$(DEPDIR)/macho-objfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/rdf/$(DEPDIR)/rdf-objfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/objfmts/xdf/$(DEPDIR)/xdf-objfmt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/parsers/gas/$(DEPDIR)/gas-parse-intel.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/parsers/gas/$(DEPDIR)/gas-parse.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/parsers/gas/$(DEPDIR)/gas-parser.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/parsers/nasm/$(DEPDIR)/nasm-parse.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/parsers/nasm/$(DEPDIR)/nasm-parser.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/preprocs/cpp/$(DEPDIR)/cpp-preproc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/preprocs/gas/$(DEPDIR)/gas-eval.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/preprocs/gas/$(DEPDIR)/gas-preproc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/preprocs/nasm/$(DEPDIR)/nasm-eval.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/preprocs/nasm/$(DEPDIR)/nasm-pp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/preprocs/nasm/$(DEPDIR)/nasm-preproc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/preprocs/nasm/$(DEPDIR)/nasmlib.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@modules/preprocs/raw/$(DEPDIR)/raw-preproc.Po@am__quote@
.c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
install-man1: $(dist_man_MANS) $(notrans_dist_man_MANS)
@$(NORMAL_INSTALL)
@list1=''; \
list2='$(notrans_dist_man_MANS)'; \
test -n "$(man1dir)" \
&& test -n "`echo $$list1$$list2`" \
|| exit 0; \
echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
{ for i in $$list1; do echo "$$i"; done; \
if test -n "$$list2"; then \
for i in $$list2; do echo "$$i"; done \
| sed -n '/\.1[a-z]*$$/p'; \
fi; \
} | while read p; do \
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; echo "$$p"; \
done | \
sed 'n;s,.*/,,;p;s,\.[^1][0-9a-z]*$$,.1,' | \
sed 'N;N;s,\n, ,g' | { \
list=; while read file base inst; do \
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
fi; \
done; \
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
while read files; do \
test -z "$$files" || { \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
done; }
@list1=''; \
list2='$(dist_man_MANS)'; \
test -n "$(man1dir)" \
&& test -n "`echo $$list1$$list2`" \
|| exit 0; \
echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
{ for i in $$list1; do echo "$$i"; done; \
if test -n "$$list2"; then \
for i in $$list2; do echo "$$i"; done \
| sed -n '/\.1[a-z]*$$/p'; \
fi; \
} | while read p; do \
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; echo "$$p"; \
done | \
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
sed 'N;N;s,\n, ,g' | { \
list=; while read file base inst; do \
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
fi; \
done; \
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
while read files; do \
test -z "$$files" || { \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
done; }
uninstall-man1:
@$(NORMAL_UNINSTALL)
@list=''; test -n "$(man1dir)" || exit 0; \
files=`{ for i in $$list; do echo "$$i"; done; \
l2='$(notrans_dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
sed -n '/\.1[a-z]*$$/p'; \
} | sed 's,.*/,,;s,\.[^1][0-9a-z]*$$,.1,'`; \
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
@list=''; test -n "$(man1dir)" || exit 0; \
files=`{ for i in $$list; do echo "$$i"; done; \
l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
sed -n '/\.1[a-z]*$$/p'; \
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
install-man7: $(dist_man_MANS) $(notrans_dist_man_MANS)
@$(NORMAL_INSTALL)
@list1=''; \
list2='$(notrans_dist_man_MANS)'; \
test -n "$(man7dir)" \
&& test -n "`echo $$list1$$list2`" \
|| exit 0; \
echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \
$(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \
{ for i in $$list1; do echo "$$i"; done; \
if test -n "$$list2"; then \
for i in $$list2; do echo "$$i"; done \
| sed -n '/\.7[a-z]*$$/p'; \
fi; \
} | while read p; do \
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; echo "$$p"; \
done | \
sed 'n;s,.*/,,;p;s,\.[^7][0-9a-z]*$$,.7,' | \
sed 'N;N;s,\n, ,g' | { \
list=; while read file base inst; do \
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
fi; \
done; \
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
while read files; do \
test -z "$$files" || { \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
done; }
@list1=''; \
list2='$(dist_man_MANS)'; \
test -n "$(man7dir)" \
&& test -n "`echo $$list1$$list2`" \
|| exit 0; \
echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \
$(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \
{ for i in $$list1; do echo "$$i"; done; \
if test -n "$$list2"; then \
for i in $$list2; do echo "$$i"; done \
| sed -n '/\.7[a-z]*$$/p'; \
fi; \
} | while read p; do \
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; echo "$$p"; \
done | \
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
sed 'N;N;s,\n, ,g' | { \
list=; while read file base inst; do \
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
fi; \
done; \
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
while read files; do \
test -z "$$files" || { \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
done; }
uninstall-man7:
@$(NORMAL_UNINSTALL)
@list=''; test -n "$(man7dir)" || exit 0; \
files=`{ for i in $$list; do echo "$$i"; done; \
l2='$(notrans_dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
sed -n '/\.7[a-z]*$$/p'; \
} | sed 's,.*/,,;s,\.[^7][0-9a-z]*$$,.7,'`; \
dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
@list=''; test -n "$(man7dir)" || exit 0; \
files=`{ for i in $$list; do echo "$$i"; done; \
l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
sed -n '/\.7[a-z]*$$/p'; \
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
install-includeHEADERS: $(include_HEADERS)
@$(NORMAL_INSTALL)
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
$(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
done
uninstall-includeHEADERS:
@$(NORMAL_UNINSTALL)
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
install-modincludeHEADERS: $(modinclude_HEADERS)
@$(NORMAL_INSTALL)
@list='$(modinclude_HEADERS)'; test -n "$(modincludedir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(modincludedir)'"; \
$(MKDIR_P) "$(DESTDIR)$(modincludedir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(modincludedir)'"; \
$(INSTALL_HEADER) $$files "$(DESTDIR)$(modincludedir)" || exit $$?; \
done
uninstall-modincludeHEADERS:
@$(NORMAL_UNINSTALL)
@list='$(modinclude_HEADERS)'; test -n "$(modincludedir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(modincludedir)'; $(am__uninstall_files_from_dir)
install-nodist_includeHEADERS: $(nodist_include_HEADERS)
@$(NORMAL_INSTALL)
@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
$(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
done
uninstall-nodist_includeHEADERS:
@$(NORMAL_UNINSTALL)
@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in 'config.status', edit 'config.status'
# (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(am__recursive_targets):
@fail=; \
if $(am__make_keepgoing); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
ID: $(am__tagged_files)
$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-recursive
TAGS: tags
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
$(am__define_uniq_tagged_files); \
shift; \
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
if test $$# -gt 0; then \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
"$$@" $$unique; \
else \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$unique; \
fi; \
fi
ctags: ctags-recursive
CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
$(am__define_uniq_tagged_files); \
test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& $(am__cd) $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) "$$here"
cscope: cscope.files
test ! -s cscope.files \
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
clean-cscope:
-rm -f cscope.files
cscope.files: clean-cscope cscopelist
cscopelist: cscopelist-recursive
cscopelist-am: $(am__tagged_files)
list='$(am__tagged_files)'; \
case "$(srcdir)" in \
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
*) sdir=$(subdir)/$(srcdir) ;; \
esac; \
for i in $$list; do \
if test -f "$$i"; then \
echo "$(subdir)/$$i"; \
else \
echo "$$sdir/$$i"; \
fi; \
done >> $(top_builddir)/cscope.files
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
# Recover from deleted '.trs' file; this should ensure that
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
# to avoid problems with "make -n".
.log.trs:
rm -f $< $@
$(MAKE) $(AM_MAKEFLAGS) $<
# Leading 'am--fnord' is there to ensure the list of targets does not
# expand to empty, as could happen e.g. with make check TESTS=''.
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
am--force-recheck:
@:
$(TEST_SUITE_LOG): $(TEST_LOGS)
@$(am__set_TESTS_bases); \
am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
redo_bases=`for i in $$bases; do \
am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
done`; \
if test -n "$$redo_bases"; then \
redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
if $(am__make_dryrun); then :; else \
rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
fi; \
fi; \
if test -n "$$am__remaking_logs"; then \
echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
"recursion detected" >&2; \
else \
am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
fi; \
if $(am__make_dryrun); then :; else \
st=0; \
errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
for i in $$redo_bases; do \
test -f $$i.trs && test -r $$i.trs \
|| { echo "$$errmsg $$i.trs" >&2; st=1; }; \
test -f $$i.log && test -r $$i.log \
|| { echo "$$errmsg $$i.log" >&2; st=1; }; \
done; \
test $$st -eq 0 || exit 1; \
fi
@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
ws='[ ]'; \
results=`for b in $$bases; do echo $$b.trs; done`; \
test -n "$$results" || results=/dev/null; \
all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
if test `expr $$fail + $$xpass + $$error` -eq 0; then \
success=true; \
else \
success=false; \
fi; \
br='==================='; br=$$br$$br$$br$$br; \
result_count () \
{ \
if test x"$$1" = x"--maybe-color"; then \
maybe_colorize=yes; \
elif test x"$$1" = x"--no-color"; then \
maybe_colorize=no; \
else \
echo "$@: invalid 'result_count' usage" >&2; exit 4; \
fi; \
shift; \
desc=$$1 count=$$2; \
if test $$maybe_colorize = yes && test $$count -gt 0; then \
color_start=$$3 color_end=$$std; \
else \
color_start= color_end=; \
fi; \
echo "$${color_start}# $$desc $$count$${color_end}"; \
}; \
create_testsuite_report () \
{ \
result_count $$1 "TOTAL:" $$all "$$brg"; \
result_count $$1 "PASS: " $$pass "$$grn"; \
result_count $$1 "SKIP: " $$skip "$$blu"; \
result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
result_count $$1 "FAIL: " $$fail "$$red"; \
result_count $$1 "XPASS:" $$xpass "$$red"; \
result_count $$1 "ERROR:" $$error "$$mgn"; \
}; \
{ \
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
$(am__rst_title); \
create_testsuite_report --no-color; \
echo; \
echo ".. contents:: :depth: 2"; \
echo; \
for b in $$bases; do echo $$b; done \
| $(am__create_global_log); \
} >$(TEST_SUITE_LOG).tmp || exit 1; \
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
if $$success; then \
col="$$grn"; \
else \
col="$$red"; \
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
fi; \
echo "$${col}$$br$${std}"; \
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
echo "$${col}$$br$${std}"; \
create_testsuite_report --maybe-color; \
echo "$$col$$br$$std"; \
if $$success; then :; else \
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
if test -n "$(PACKAGE_BUGREPORT)"; then \
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
fi; \
echo "$$col$$br$$std"; \
fi; \
$$success || exit 1
check-TESTS:
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
@set +e; $(am__set_TESTS_bases); \
log_list=`for i in $$bases; do echo $$i.log; done`; \
trs_list=`for i in $$bases; do echo $$i.trs; done`; \
log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
exit $$?;
recheck: all $(check_PROGRAMS)
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
@set +e; $(am__set_TESTS_bases); \
bases=`for i in $$bases; do echo $$i; done \
| $(am__list_recheck_tests)` || exit 1; \
log_list=`for i in $$bases; do echo $$i.log; done`; \
log_list=`echo $$log_list`; \
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
am__force_recheck=am--force-recheck \
TEST_LOGS="$$log_list"; \
exit $$?
tools/python-yasm/tests/python_test.sh.log: tools/python-yasm/tests/python_test.sh
@p='tools/python-yasm/tests/python_test.sh'; \
b='tools/python-yasm/tests/python_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/arch/x86/tests/x86_test.sh.log: modules/arch/x86/tests/x86_test.sh
@p='modules/arch/x86/tests/x86_test.sh'; \
b='modules/arch/x86/tests/x86_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/arch/x86/tests/gas32/x86_gas32_test.sh.log: modules/arch/x86/tests/gas32/x86_gas32_test.sh
@p='modules/arch/x86/tests/gas32/x86_gas32_test.sh'; \
b='modules/arch/x86/tests/gas32/x86_gas32_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/arch/x86/tests/gas64/x86_gas64_test.sh.log: modules/arch/x86/tests/gas64/x86_gas64_test.sh
@p='modules/arch/x86/tests/gas64/x86_gas64_test.sh'; \
b='modules/arch/x86/tests/gas64/x86_gas64_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/arch/lc3b/tests/lc3b_test.sh.log: modules/arch/lc3b/tests/lc3b_test.sh
@p='modules/arch/lc3b/tests/lc3b_test.sh'; \
b='modules/arch/lc3b/tests/lc3b_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/parsers/gas/tests/gas_test.sh.log: modules/parsers/gas/tests/gas_test.sh
@p='modules/parsers/gas/tests/gas_test.sh'; \
b='modules/parsers/gas/tests/gas_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/parsers/gas/tests/bin/gas_bin_test.sh.log: modules/parsers/gas/tests/bin/gas_bin_test.sh
@p='modules/parsers/gas/tests/bin/gas_bin_test.sh'; \
b='modules/parsers/gas/tests/bin/gas_bin_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/parsers/nasm/tests/nasm_test.sh.log: modules/parsers/nasm/tests/nasm_test.sh
@p='modules/parsers/nasm/tests/nasm_test.sh'; \
b='modules/parsers/nasm/tests/nasm_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh.log: modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh
@p='modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh'; \
b='modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/parsers/tasm/tests/tasm_test.sh.log: modules/parsers/tasm/tests/tasm_test.sh
@p='modules/parsers/tasm/tests/tasm_test.sh'; \
b='modules/parsers/tasm/tests/tasm_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/parsers/tasm/tests/exe/tasm_exe_test.sh.log: modules/parsers/tasm/tests/exe/tasm_exe_test.sh
@p='modules/parsers/tasm/tests/exe/tasm_exe_test.sh'; \
b='modules/parsers/tasm/tests/exe/tasm_exe_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/preprocs/tasm/tests/tasmpp_test.sh.log: modules/preprocs/tasm/tests/tasmpp_test.sh
@p='modules/preprocs/tasm/tests/tasmpp_test.sh'; \
b='modules/preprocs/tasm/tests/tasmpp_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/preprocs/nasm/tests/nasmpp_test.sh.log: modules/preprocs/nasm/tests/nasmpp_test.sh
@p='modules/preprocs/nasm/tests/nasmpp_test.sh'; \
b='modules/preprocs/nasm/tests/nasmpp_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/preprocs/raw/tests/rawpp_test.sh.log: modules/preprocs/raw/tests/rawpp_test.sh
@p='modules/preprocs/raw/tests/rawpp_test.sh'; \
b='modules/preprocs/raw/tests/rawpp_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh.log: modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh
@p='modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh'; \
b='modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh.log: modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh
@p='modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh'; \
b='modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh.log: modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh
@p='modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh'; \
b='modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh.log: modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh
@p='modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh'; \
b='modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/dbgfmts/stabs/tests/stabs_test.sh.log: modules/dbgfmts/stabs/tests/stabs_test.sh
@p='modules/dbgfmts/stabs/tests/stabs_test.sh'; \
b='modules/dbgfmts/stabs/tests/stabs_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/bin/tests/bin_test.sh.log: modules/objfmts/bin/tests/bin_test.sh
@p='modules/objfmts/bin/tests/bin_test.sh'; \
b='modules/objfmts/bin/tests/bin_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/bin/tests/multisect/bin_multi_test.sh.log: modules/objfmts/bin/tests/multisect/bin_multi_test.sh
@p='modules/objfmts/bin/tests/multisect/bin_multi_test.sh'; \
b='modules/objfmts/bin/tests/multisect/bin_multi_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/elf/tests/elf_test.sh.log: modules/objfmts/elf/tests/elf_test.sh
@p='modules/objfmts/elf/tests/elf_test.sh'; \
b='modules/objfmts/elf/tests/elf_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/elf/tests/amd64/elf_amd64_test.sh.log: modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
@p='modules/objfmts/elf/tests/amd64/elf_amd64_test.sh'; \
b='modules/objfmts/elf/tests/amd64/elf_amd64_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/elf/tests/x32/elf_x32_test.sh.log: modules/objfmts/elf/tests/x32/elf_x32_test.sh
@p='modules/objfmts/elf/tests/x32/elf_x32_test.sh'; \
b='modules/objfmts/elf/tests/x32/elf_x32_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/elf/tests/gas32/elf_gas32_test.sh.log: modules/objfmts/elf/tests/gas32/elf_gas32_test.sh
@p='modules/objfmts/elf/tests/gas32/elf_gas32_test.sh'; \
b='modules/objfmts/elf/tests/gas32/elf_gas32_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/elf/tests/gas64/elf_gas64_test.sh.log: modules/objfmts/elf/tests/gas64/elf_gas64_test.sh
@p='modules/objfmts/elf/tests/gas64/elf_gas64_test.sh'; \
b='modules/objfmts/elf/tests/gas64/elf_gas64_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh.log: modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh
@p='modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh'; \
b='modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/coff/tests/coff_test.sh.log: modules/objfmts/coff/tests/coff_test.sh
@p='modules/objfmts/coff/tests/coff_test.sh'; \
b='modules/objfmts/coff/tests/coff_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/macho/tests/gas32/gas_macho32_test.sh.log: modules/objfmts/macho/tests/gas32/gas_macho32_test.sh
@p='modules/objfmts/macho/tests/gas32/gas_macho32_test.sh'; \
b='modules/objfmts/macho/tests/gas32/gas_macho32_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/macho/tests/gas64/gas_macho64_test.sh.log: modules/objfmts/macho/tests/gas64/gas_macho64_test.sh
@p='modules/objfmts/macho/tests/gas64/gas_macho64_test.sh'; \
b='modules/objfmts/macho/tests/gas64/gas_macho64_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/macho/tests/nasm32/macho32_test.sh.log: modules/objfmts/macho/tests/nasm32/macho32_test.sh
@p='modules/objfmts/macho/tests/nasm32/macho32_test.sh'; \
b='modules/objfmts/macho/tests/nasm32/macho32_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/macho/tests/nasm64/macho64_test.sh.log: modules/objfmts/macho/tests/nasm64/macho64_test.sh
@p='modules/objfmts/macho/tests/nasm64/macho64_test.sh'; \
b='modules/objfmts/macho/tests/nasm64/macho64_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/rdf/tests/rdf_test.sh.log: modules/objfmts/rdf/tests/rdf_test.sh
@p='modules/objfmts/rdf/tests/rdf_test.sh'; \
b='modules/objfmts/rdf/tests/rdf_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/win32/tests/win32_test.sh.log: modules/objfmts/win32/tests/win32_test.sh
@p='modules/objfmts/win32/tests/win32_test.sh'; \
b='modules/objfmts/win32/tests/win32_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/win32/tests/gas/win32_gas_test.sh.log: modules/objfmts/win32/tests/gas/win32_gas_test.sh
@p='modules/objfmts/win32/tests/gas/win32_gas_test.sh'; \
b='modules/objfmts/win32/tests/gas/win32_gas_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/win64/tests/win64_test.sh.log: modules/objfmts/win64/tests/win64_test.sh
@p='modules/objfmts/win64/tests/win64_test.sh'; \
b='modules/objfmts/win64/tests/win64_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/win64/tests/gas/win64_gas_test.sh.log: modules/objfmts/win64/tests/gas/win64_gas_test.sh
@p='modules/objfmts/win64/tests/gas/win64_gas_test.sh'; \
b='modules/objfmts/win64/tests/gas/win64_gas_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
modules/objfmts/xdf/tests/xdf_test.sh.log: modules/objfmts/xdf/tests/xdf_test.sh
@p='modules/objfmts/xdf/tests/xdf_test.sh'; \
b='modules/objfmts/xdf/tests/xdf_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
bitvect_test.log: bitvect_test$(EXEEXT)
@p='bitvect_test$(EXEEXT)'; \
b='bitvect_test'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
floatnum_test.log: floatnum_test$(EXEEXT)
@p='floatnum_test$(EXEEXT)'; \
b='floatnum_test'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
leb128_test.log: leb128_test$(EXEEXT)
@p='leb128_test$(EXEEXT)'; \
b='leb128_test'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
splitpath_test.log: splitpath_test$(EXEEXT)
@p='splitpath_test$(EXEEXT)'; \
b='splitpath_test'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
combpath_test.log: combpath_test$(EXEEXT)
@p='combpath_test$(EXEEXT)'; \
b='combpath_test'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
uncstring_test.log: uncstring_test$(EXEEXT)
@p='uncstring_test$(EXEEXT)'; \
b='uncstring_test'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
libyasm/tests/libyasm_test.sh.log: libyasm/tests/libyasm_test.sh
@p='libyasm/tests/libyasm_test.sh'; \
b='libyasm/tests/libyasm_test.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
.test.log:
@p='$<'; \
$(am__set_b); \
$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
@am__EXEEXT_TRUE@ @p='$<'; \
@am__EXEEXT_TRUE@ $(am__set_b); \
@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
distdir: $(DISTFILES)
$(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
$(am__make_dryrun) \
|| test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \
new_distdir=$$reldir; \
dir1=$$subdir; dir2="$(top_distdir)"; \
$(am__relativize); \
new_top_distdir=$$reldir; \
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$new_top_distdir" \
distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$(top_distdir)" distdir="$(distdir)" \
dist-hook
-test -n "$(am__skip_mode_fix)" \
|| find "$(distdir)" -type d ! -perm -755 \
-exec chmod u+rwx,go+rx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__post_remove_distdir)
dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
$(am__post_remove_distdir)
dist-lzip: distdir
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
$(am__post_remove_distdir)
dist-xz: distdir
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
$(am__post_remove_distdir)
dist-tarZ: distdir
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)
dist-shar: distdir
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)
dist-zip: distdir
-rm -f $(distdir).zip
zip -rq $(distdir).zip $(distdir)
$(am__post_remove_distdir)
dist dist-all:
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
$(am__post_remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
*.tar.xz*) \
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
mkdir $(distdir)/_build $(distdir)/_inst
chmod a-w $(distdir)
test -d $(distdir)/_build || exit 0; \
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& am__cwd=`pwd` \
&& $(am__cd) $(distdir)/_build \
&& ../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
--srcdir=.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$$dc_install_base" \
&& ({ \
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
} || { rm -rf "$$dc_destdir"; exit 1; }) \
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist \
&& rm -rf $(DIST_ARCHIVES) \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
&& cd "$$am__cwd" \
|| exit 1
$(am__post_remove_distdir)
@(echo "$(distdir) archives ready for distribution: "; \
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
@test -n '$(distuninstallcheck_dir)' || { \
echo 'ERROR: trying to run $@ with an empty' \
'$$(distuninstallcheck_dir)' >&2; \
exit 1; \
}; \
$(am__cd) '$(distuninstallcheck_dir)' || { \
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
exit 1; \
}; \
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
echo " (check DESTDIR support)"; \
fi ; \
$(distuninstallcheck_listfiles) ; \
exit 1; } >&2
distcleancheck: distclean
@if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ; \
$(distcleancheck_listfiles) ; \
exit 1; } >&2
check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) check-recursive
all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) config.h \
all-local
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(modincludedir)" "$(DESTDIR)$(includedir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-rm -f frontends/tasm/$(DEPDIR)/$(am__dirstamp)
-rm -f frontends/tasm/$(am__dirstamp)
-rm -f frontends/vsyasm/$(DEPDIR)/$(am__dirstamp)
-rm -f frontends/vsyasm/$(am__dirstamp)
-rm -f frontends/yasm/$(DEPDIR)/$(am__dirstamp)
-rm -f frontends/yasm/$(am__dirstamp)
-rm -f libyasm/$(DEPDIR)/$(am__dirstamp)
-rm -f libyasm/$(am__dirstamp)
-rm -f libyasm/tests/$(DEPDIR)/$(am__dirstamp)
-rm -f libyasm/tests/$(am__dirstamp)
-rm -f modules/arch/lc3b/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/arch/lc3b/$(am__dirstamp)
-rm -f modules/arch/x86/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/arch/x86/$(am__dirstamp)
-rm -f modules/dbgfmts/codeview/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/dbgfmts/codeview/$(am__dirstamp)
-rm -f modules/dbgfmts/dwarf2/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/dbgfmts/dwarf2/$(am__dirstamp)
-rm -f modules/dbgfmts/null/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/dbgfmts/null/$(am__dirstamp)
-rm -f modules/dbgfmts/stabs/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/dbgfmts/stabs/$(am__dirstamp)
-rm -f modules/listfmts/nasm/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/listfmts/nasm/$(am__dirstamp)
-rm -f modules/objfmts/bin/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/objfmts/bin/$(am__dirstamp)
-rm -f modules/objfmts/coff/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/objfmts/coff/$(am__dirstamp)
-rm -f modules/objfmts/dbg/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/objfmts/dbg/$(am__dirstamp)
-rm -f modules/objfmts/elf/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/objfmts/elf/$(am__dirstamp)
-rm -f modules/objfmts/macho/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/objfmts/macho/$(am__dirstamp)
-rm -f modules/objfmts/rdf/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/objfmts/rdf/$(am__dirstamp)
-rm -f modules/objfmts/xdf/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/objfmts/xdf/$(am__dirstamp)
-rm -f modules/parsers/gas/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/parsers/gas/$(am__dirstamp)
-rm -f modules/parsers/nasm/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/parsers/nasm/$(am__dirstamp)
-rm -f modules/preprocs/cpp/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/preprocs/cpp/$(am__dirstamp)
-rm -f modules/preprocs/gas/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/preprocs/gas/$(am__dirstamp)
-rm -f modules/preprocs/nasm/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/preprocs/nasm/$(am__dirstamp)
-rm -f modules/preprocs/raw/$(DEPDIR)/$(am__dirstamp)
-rm -f modules/preprocs/raw/$(am__dirstamp)
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-recursive
clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
clean-libLIBRARIES clean-noinstPROGRAMS mostlyclean-am
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf ./$(DEPDIR) frontends/tasm/$(DEPDIR) frontends/vsyasm/$(DEPDIR) frontends/yasm/$(DEPDIR) libyasm/$(DEPDIR) libyasm/tests/$(DEPDIR) modules/arch/lc3b/$(DEPDIR) modules/arch/x86/$(DEPDIR) modules/dbgfmts/codeview/$(DEPDIR) modules/dbgfmts/dwarf2/$(DEPDIR) modules/dbgfmts/null/$(DEPDIR) modules/dbgfmts/stabs/$(DEPDIR) modules/listfmts/nasm/$(DEPDIR) modules/objfmts/bin/$(DEPDIR) modules/objfmts/coff/$(DEPDIR) modules/objfmts/dbg/$(DEPDIR) modules/objfmts/elf/$(DEPDIR) modules/objfmts/macho/$(DEPDIR) modules/objfmts/rdf/$(DEPDIR) modules/objfmts/xdf/$(DEPDIR) modules/parsers/gas/$(DEPDIR) modules/parsers/nasm/$(DEPDIR) modules/preprocs/cpp/$(DEPDIR) modules/preprocs/gas/$(DEPDIR) modules/preprocs/nasm/$(DEPDIR) modules/preprocs/raw/$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-hdr distclean-local distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
html-am:
info: info-recursive
info-am:
install-data-am: install-includeHEADERS install-man \
install-modincludeHEADERS install-nodist_includeHEADERS
install-dvi: install-dvi-recursive
install-dvi-am:
install-exec-am: install-binPROGRAMS install-libLIBRARIES
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-html: install-html-recursive
install-html-am:
install-info: install-info-recursive
install-info-am:
install-man: install-man1 install-man7
install-pdf: install-pdf-recursive
install-pdf-am:
install-ps: install-ps-recursive
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf $(top_srcdir)/autom4te.cache
-rm -rf ./$(DEPDIR) frontends/tasm/$(DEPDIR) frontends/vsyasm/$(DEPDIR) frontends/yasm/$(DEPDIR) libyasm/$(DEPDIR) libyasm/tests/$(DEPDIR) modules/arch/lc3b/$(DEPDIR) modules/arch/x86/$(DEPDIR) modules/dbgfmts/codeview/$(DEPDIR) modules/dbgfmts/dwarf2/$(DEPDIR) modules/dbgfmts/null/$(DEPDIR) modules/dbgfmts/stabs/$(DEPDIR) modules/listfmts/nasm/$(DEPDIR) modules/objfmts/bin/$(DEPDIR) modules/objfmts/coff/$(DEPDIR) modules/objfmts/dbg/$(DEPDIR) modules/objfmts/elf/$(DEPDIR) modules/objfmts/macho/$(DEPDIR) modules/objfmts/rdf/$(DEPDIR) modules/objfmts/xdf/$(DEPDIR) modules/parsers/gas/$(DEPDIR) modules/parsers/nasm/$(DEPDIR) modules/preprocs/cpp/$(DEPDIR) modules/preprocs/gas/$(DEPDIR) modules/preprocs/nasm/$(DEPDIR) modules/preprocs/raw/$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
uninstall-libLIBRARIES uninstall-man \
uninstall-modincludeHEADERS uninstall-nodist_includeHEADERS
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
uninstall-man: uninstall-man1 uninstall-man7
.MAKE: $(am__recursive_targets) all check check-am install install-am \
install-exec-am install-strip uninstall-am
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
am--refresh check check-TESTS check-am clean clean-binPROGRAMS \
clean-checkPROGRAMS clean-cscope clean-generic \
clean-libLIBRARIES clean-noinstPROGRAMS cscope cscopelist-am \
ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
distclean distclean-compile distclean-generic distclean-hdr \
distclean-local distclean-tags distcleancheck distdir \
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-am install-binPROGRAMS install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-exec-hook install-html install-html-am \
install-includeHEADERS install-info install-info-am \
install-libLIBRARIES install-man install-man1 install-man7 \
install-modincludeHEADERS install-nodist_includeHEADERS \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
installdirs-am maintainer-clean maintainer-clean-generic \
mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
ps ps-am recheck tags tags-am uninstall uninstall-am \
uninstall-binPROGRAMS uninstall-hook uninstall-includeHEADERS \
uninstall-libLIBRARIES uninstall-man uninstall-man1 \
uninstall-man7 uninstall-modincludeHEADERS \
uninstall-nodist_includeHEADERS
re2c-main.$(OBJEXT): tools/re2c/main.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/re2c/main.c || echo '$(srcdir)/'`tools/re2c/main.c
re2c-code.$(OBJEXT): tools/re2c/code.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/re2c/code.c || echo '$(srcdir)/'`tools/re2c/code.c
re2c-dfa.$(OBJEXT): tools/re2c/dfa.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/re2c/dfa.c || echo '$(srcdir)/'`tools/re2c/dfa.c
re2c-parser.$(OBJEXT): tools/re2c/parser.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/re2c/parser.c || echo '$(srcdir)/'`tools/re2c/parser.c
re2c-actions.$(OBJEXT): tools/re2c/actions.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/re2c/actions.c || echo '$(srcdir)/'`tools/re2c/actions.c
re2c-scanner.$(OBJEXT): tools/re2c/scanner.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/re2c/scanner.c || echo '$(srcdir)/'`tools/re2c/scanner.c
re2c-mbo_getopt.$(OBJEXT): tools/re2c/mbo_getopt.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/re2c/mbo_getopt.c || echo '$(srcdir)/'`tools/re2c/mbo_getopt.c
re2c-substr.$(OBJEXT): tools/re2c/substr.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/re2c/substr.c || echo '$(srcdir)/'`tools/re2c/substr.c
re2c-translate.$(OBJEXT): tools/re2c/translate.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/re2c/translate.c || echo '$(srcdir)/'`tools/re2c/translate.c
genmacro.$(OBJEXT): tools/genmacro/genmacro.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/genmacro/genmacro.c || echo '$(srcdir)/'`tools/genmacro/genmacro.c
.gperf.c: genperf$(EXEEXT)
$(top_builddir)/genperf$(EXEEXT) $< $@
genperf.$(OBJEXT): tools/genperf/genperf.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/genperf/genperf.c || echo '$(srcdir)/'`tools/genperf/genperf.c
gp-perfect.$(OBJEXT): tools/genperf/perfect.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f tools/genperf/perfect.c || echo '$(srcdir)/'`tools/genperf/perfect.c
gp-phash.$(OBJEXT): libyasm/phash.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f libyasm/phash.c || echo '$(srcdir)/'`libyasm/phash.c
gp-xmalloc.$(OBJEXT): libyasm/xmalloc.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f libyasm/xmalloc.c || echo '$(srcdir)/'`libyasm/xmalloc.c
gp-xstrdup.$(OBJEXT): libyasm/xstrdup.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
-c -o $@ `test -f libyasm/xstrdup.c || echo '$(srcdir)/'`libyasm/xstrdup.c
# Use Pyxelator to generate Pyrex function headers.
@HAVE_PYTHON_BINDINGS_TRUE@_yasm.pxi: ${HEADERS}
@HAVE_PYTHON_BINDINGS_TRUE@ @rm -rf .tmp
@HAVE_PYTHON_BINDINGS_TRUE@ @mkdir .tmp
@HAVE_PYTHON_BINDINGS_TRUE@ $(PYTHON) $(srcdir)/tools/python-yasm/pyxelator/wrap_yasm.py \
@HAVE_PYTHON_BINDINGS_TRUE@ "YASM_DIR=${srcdir}" "CPP=${CPP}" "CPPFLAGS=${CPPFLAGS}"
@HAVE_PYTHON_BINDINGS_TRUE@ @rm -rf .tmp
# Need to build a local copy of the main Pyrex input file to include _yasm.pxi
# from the build directory. Also need to fixup the other .pxi include paths.
@HAVE_PYTHON_BINDINGS_TRUE@yasm.pyx: $(srcdir)/tools/python-yasm/yasm.pyx
@HAVE_PYTHON_BINDINGS_TRUE@ sed -e 's,^include "\([^_]\),include "${srcdir}/tools/python-yasm/\1,' \
@HAVE_PYTHON_BINDINGS_TRUE@ $(srcdir)/tools/python-yasm/yasm.pyx > $@
# Actually run Cython
@HAVE_PYTHON_BINDINGS_TRUE@yasm_python.c: yasm.pyx _yasm.pxi $(PYBINDING_DEPS)
@HAVE_PYTHON_BINDINGS_TRUE@ $(PYTHON) -c "from Cython.Compiler.Main import main; main(command_line=1)" \
@HAVE_PYTHON_BINDINGS_TRUE@ -o $@ yasm.pyx
# Now the Python build magic...
@HAVE_PYTHON_BINDINGS_TRUE@python-setup.txt: Makefile
@HAVE_PYTHON_BINDINGS_TRUE@ echo "includes=${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES} ${AM_CPPFLAGS} ${CPPFLAGS}" > python-setup.txt
@HAVE_PYTHON_BINDINGS_TRUE@ echo "sources=${libyasm_a_SOURCES} ${nodist_libyasm_a_SOURCES}" >> python-setup.txt
@HAVE_PYTHON_BINDINGS_TRUE@ echo "srcdir=${srcdir}" >> python-setup.txt
@HAVE_PYTHON_BINDINGS_TRUE@ echo "gcc=${GCC}" >> python-setup.txt
@HAVE_PYTHON_BINDINGS_TRUE@.python-build: python-setup.txt yasm_python.c ${libyasm_a_SOURCES} ${nodist_libyasm_a_SOURCES}
@HAVE_PYTHON_BINDINGS_TRUE@ $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
@HAVE_PYTHON_BINDINGS_TRUE@ touch .python-build
@HAVE_PYTHON_BINDINGS_TRUE@python-build: .python-build
@HAVE_PYTHON_BINDINGS_TRUE@python-install: .python-build
@HAVE_PYTHON_BINDINGS_TRUE@ $(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
@HAVE_PYTHON_BINDINGS_TRUE@python-uninstall:
@HAVE_PYTHON_BINDINGS_TRUE@ rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
@HAVE_PYTHON_BINDINGS_FALSE@python-build:
@HAVE_PYTHON_BINDINGS_FALSE@python-install:
@HAVE_PYTHON_BINDINGS_FALSE@python-uninstall:
modules/arch/x86/x86id.c: x86insn_nasm.c x86insn_gas.c x86insns.c
@HAVE_PYTHON_TRUE@x86insn_nasm.gperf x86insn_gas.gperf x86insns.c: $(srcdir)/modules/arch/x86/gen_x86_insn.py
@HAVE_PYTHON_TRUE@ $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py
@HAVE_PYTHON_FALSE@x86insn_nasm.gperf: $(srcdir)/x86insn_nasm.gperf
@HAVE_PYTHON_FALSE@ @echo Python must be installed to regenerate x86 instructions files
@HAVE_PYTHON_FALSE@ cp $(srcdir)/x86insn_nasm.gperf $@
@HAVE_PYTHON_FALSE@x86insn_gas.gperf: $(srcdir)/x86insn_gas.gperf
@HAVE_PYTHON_FALSE@ @echo Python must be installed to regenerate x86 instructions files
@HAVE_PYTHON_FALSE@ cp $(srcdir)/x86insn_gas.gperf $@
# Use suffix rules for gperf files
x86insn_nasm.c: x86insn_nasm.gperf genperf$(EXEEXT)
x86insn_gas.c: x86insn_gas.gperf genperf$(EXEEXT)
x86cpu.c: $(srcdir)/modules/arch/x86/x86cpu.gperf genperf$(EXEEXT)
$(top_builddir)/genperf$(EXEEXT) $(srcdir)/modules/arch/x86/x86cpu.gperf $@
x86regtmod.c: $(srcdir)/modules/arch/x86/x86regtmod.gperf genperf$(EXEEXT)
$(top_builddir)/genperf$(EXEEXT) $(srcdir)/modules/arch/x86/x86regtmod.gperf $@
lc3bid.c: $(srcdir)/modules/arch/lc3b/lc3bid.re re2c$(EXEEXT)
$(top_builddir)/re2c$(EXEEXT) -s -o $@ $(srcdir)/modules/arch/lc3b/lc3bid.re
@BUILD_MAN_TRUE@yasm_arch.7: modules/arch/yasm_arch.xml
@BUILD_MAN_TRUE@ $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/arch/yasm_arch.xml
#EXTRA_DIST += modules/listfmts/nasm/tests/Makefile.inc
#include modules/listfmts/nasm/tests/Makefile.inc
gas-token.c: $(srcdir)/modules/parsers/gas/gas-token.re re2c$(EXEEXT)
$(top_builddir)/re2c$(EXEEXT) -b -o $@ $(srcdir)/modules/parsers/gas/gas-token.re
nasm-token.c: $(srcdir)/modules/parsers/nasm/nasm-token.re re2c$(EXEEXT)
$(top_builddir)/re2c$(EXEEXT) -b -o $@ $(srcdir)/modules/parsers/nasm/nasm-token.re
$(top_srcdir)/modules/parsers/nasm/nasm-parser.c: nasm-macros.c
nasm-macros.c: $(srcdir)/modules/parsers/nasm/nasm-std.mac genmacro$(EXEEXT)
$(top_builddir)/genmacro$(EXEEXT) $@ nasm_standard_mac $(srcdir)/modules/parsers/nasm/nasm-std.mac
@BUILD_MAN_TRUE@yasm_parsers.7: modules/parsers/yasm_parsers.xml
@BUILD_MAN_TRUE@ $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/parsers/yasm_parsers.xml
$(top_srcdir)/modules/preprocs/nasm/nasm-preproc.c: nasm-version.c
nasm-version.c: version.mac genmacro$(EXEEXT)
$(top_builddir)/genmacro$(EXEEXT) $@ nasm_version_mac version.mac
version.mac: genversion$(EXEEXT)
$(top_builddir)/genversion$(EXEEXT) $@
genversion.$(OBJEXT): modules/preprocs/nasm/genversion.c
$(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f modules/preprocs/nasm/genversion.c || echo '$(srcdir)/'`modules/preprocs/nasm/genversion.c
#EXTRA_DIST += modules/preprocs/gas/tests/rawpp_test.sh
#EXTRA_DIST += modules/preprocs/gas/tests/longline.asm
#EXTRA_DIST += modules/preprocs/gas/tests/longline.hex
#EXTRA_DIST += modules/dbgfmts/codeview/tests/Makefile.inc
#include modules/dbgfmts/codeview/tests/Makefile.inc
@BUILD_MAN_TRUE@yasm_dbgfmts.7: modules/dbgfmts/yasm_dbgfmts.xml
@BUILD_MAN_TRUE@ $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/dbgfmts/yasm_dbgfmts.xml
$(top_srcdir)/modules/objfmts/coff/coff-objfmt.c: win64-nasm.c win64-gas.c
win64-nasm.c: $(srcdir)/modules/objfmts/coff/win64-nasm.mac genmacro$(EXEEXT)
$(top_builddir)/genmacro$(EXEEXT) $@ win64_nasm_stdmac $(srcdir)/modules/objfmts/coff/win64-nasm.mac
win64-gas.c: $(srcdir)/modules/objfmts/coff/win64-gas.mac genmacro$(EXEEXT)
$(top_builddir)/genmacro$(EXEEXT) $@ win64_gas_stdmac $(srcdir)/modules/objfmts/coff/win64-gas.mac
@BUILD_MAN_TRUE@yasm_objfmts.7: modules/objfmts/yasm_objfmts.xml
@BUILD_MAN_TRUE@ $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/objfmts/yasm_objfmts.xml
module.c: $(top_srcdir)/libyasm/module.in genmodule$(EXEEXT) Makefile
$(top_builddir)/genmodule$(EXEEXT) $(top_srcdir)/libyasm/module.in Makefile
genmodule.$(OBJEXT): libyasm/genmodule.c
$(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f libyasm/genmodule.c || echo '$(srcdir)/'`libyasm/genmodule.c
@BUILD_MAN_TRUE@yasm.1: frontends/yasm/yasm.xml
@BUILD_MAN_TRUE@ $(XMLTO) -o $(top_builddir) man $(srcdir)/frontends/yasm/yasm.xml
$(srcdir)/frontends/yasm/yasm.c: license.c
license.c: $(srcdir)/COPYING genstring$(EXEEXT)
$(top_builddir)/genstring$(EXEEXT) license_msg $@ $(srcdir)/COPYING
$(srcdir)/frontends/vsyasm/vsyasm.c: license.c
dist-hook: YASM-VERSION-FILE YASM-VERSION.h
cp YASM-VERSION-FILE $(distdir)/version
cp YASM-VERSION.h $(distdir)/Mkfiles/dj/
cp YASM-VERSION.h $(distdir)/Mkfiles/vc9/
cp YASM-VERSION.h $(distdir)/Mkfiles/vc10/
cp YASM-VERSION.h $(distdir)/Mkfiles/vc12/
YASM-VERSION-FILE: $(top_srcdir)/YASM-VERSION-GEN.sh
$(top_srcdir)/YASM-VERSION-GEN.sh
distclean-local:
-rm -rf results
@HAVE_PYTHON_TRUE@ -rm -rf build
# Until gets fixed libyasm cross-build for target system
# use fixinstall-yasm-XXX make targets
all-local: python-build
install-exec-hook: python-install
uninstall-hook: python-uninstall
genstring.$(OBJEXT): genstring.c
$(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f genstring.c || echo '$(srcdir)/'`genstring.c
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: