OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [cpu/] [or32/] [Makefile.in] - Diff between revs 1745 and 1748

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1745 Rev 1748
Line 59... Line 59...
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@noinst_PROGRAMS = generate$(EXEEXT)
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@noinst_PROGRAMS = generate$(EXEEXT)
@DYNAMIC_EXECUTION_TRUE@noinst_PROGRAMS = dyngen$(EXEEXT)
@DYNAMIC_EXECUTION_TRUE@noinst_PROGRAMS = dyngen$(EXEEXT)
subdir = cpu/or32
subdir = cpu/or32
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
        $(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
LTLIBRARIES = $(noinst_LTLIBRARIES)
libarch_la_LIBADD =
libarch_la_LIBADD =
am__libarch_la_SOURCES_DIST = execute.c or32.c common_i386.h \
am__libarch_la_SOURCES_DIST = execute.c insnset.c or32.c common-i386.h \
        dyn32_defs.h dyngen.h dyn_rec.h i386_regs.h op_arith_op.h \
        dyn32-defs.h dyngen.h dyn-rec.h i386-regs.h op-arith-op.h \
        op_comp_op.h op_extend_op.h op_ff1_op.h op_i386.h op_lwhb_op.h \
        op-comp-op.h op-extend-op.h op-ff1-op.h op-i386.h op-lwhb-op.h \
        op_mac_op.h op_mftspr_op.h op_support.h op_swhb_op.h \
        op-mac-op.h op-mftspr-op.h op-support.h op-swhb-op.h \
        op_t_reg_mov_op.h rec_i386.h sched_i386.h simpl32_defs.h op.c \
        op-t-reg-mov-op.h rec-i386.h sched-i386.h simpl32-defs.h op.c \
        dyn_rec.c op_support.c gen_ops.c gen_ops_gen.c gen_ops_rel.c
        dyn-rec.c op-support.c
@DYNAMIC_EXECUTION_FALSE@am_libarch_la_OBJECTS = execute.lo or32.lo
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@am_libarch_la_OBJECTS =  \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@        execute.lo \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@        insnset.lo \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@        or32.lo
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@am_libarch_la_OBJECTS =  \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@ execute.lo \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@ or32.lo
@DYNAMIC_EXECUTION_TRUE@am_libarch_la_OBJECTS = execute.lo or32.lo \
@DYNAMIC_EXECUTION_TRUE@am_libarch_la_OBJECTS = execute.lo or32.lo \
@DYNAMIC_EXECUTION_TRUE@        op.lo dyn_rec.lo op_support.lo \
@DYNAMIC_EXECUTION_TRUE@        op.lo dyn-rec.lo op-support.lo
@DYNAMIC_EXECUTION_TRUE@        gen_ops.lo gen_ops_gen.lo \
@DYNAMIC_EXECUTION_TRUE@nodist_libarch_la_OBJECTS = gen-ops.lo \
@DYNAMIC_EXECUTION_TRUE@        gen_ops_rel.lo
@DYNAMIC_EXECUTION_TRUE@        gen-ops-gen.lo gen-ops-rel.lo
libarch_la_OBJECTS = $(am_libarch_la_OBJECTS)
libarch_la_OBJECTS = $(am_libarch_la_OBJECTS) \
 
        $(nodist_libarch_la_OBJECTS)
 
@DYNAMIC_EXECUTION_FALSE@am_libarch_la_rpath =
 
@DYNAMIC_EXECUTION_TRUE@am_libarch_la_rpath =
 
libop_la_LIBADD =
 
am__libop_la_SOURCES_DIST = op.c op-t-reg-mov-op.h op-i386.h \
 
        op-arith-op.h op-comp-op.h op-extend-op.h op-mac-op.h \
 
        op-mftspr-op.h op-lwhb-op.h op-swhb-op.h
 
@DYNAMIC_EXECUTION_TRUE@am_libop_la_OBJECTS = libop_la-op.lo
 
libop_la_OBJECTS = $(am_libop_la_OBJECTS)
 
libop_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
        --mode=link $(CCLD) $(libop_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
        $(LDFLAGS) -o $@
 
@DYNAMIC_EXECUTION_TRUE@am_libop_la_rpath =
PROGRAMS = $(noinst_PROGRAMS)
PROGRAMS = $(noinst_PROGRAMS)
am__dyngen_SOURCES_DIST = dyngen.c dyngen_i386.c dyngen_elf.c \
am__dyngen_SOURCES_DIST = dyngen.c dyngen-i386.c dyngen-elf.c \
        common_i386.h dyn32_defs.h dyngen.h dyn_rec.h i386_regs.h \
        common-i386.h dyn32-defs.h dyngen.h dyn-rec.h i386-regs.h \
        op_arith_op.h op_comp_op.h op_extend_op.h op_ff1_op.h \
        op-arith-op.h op-comp-op.h op-extend-op.h op-ff1-op.h \
        op_i386.h op_lwhb_op.h op_mac_op.h op_mftspr_op.h op_support.h \
        op-i386.h op-lwhb-op.h op-mac-op.h op-mftspr-op.h op-support.h \
        op_swhb_op.h op_t_reg_mov_op.h rec_i386.h sched_i386.h \
        op-swhb-op.h op-t-reg-mov-op.h rec-i386.h sched-i386.h \
        simpl32_defs.h
        simpl32-defs.h
@DYNAMIC_EXECUTION_TRUE@am_dyngen_OBJECTS = dyngen-dyngen.$(OBJEXT) \
@DYNAMIC_EXECUTION_TRUE@am_dyngen_OBJECTS = dyngen-dyngen.$(OBJEXT) \
@DYNAMIC_EXECUTION_TRUE@        dyngen-dyngen_i386.$(OBJEXT) \
@DYNAMIC_EXECUTION_TRUE@        dyngen-dyngen-i386.$(OBJEXT) \
@DYNAMIC_EXECUTION_TRUE@        dyngen-dyngen_elf.$(OBJEXT)
@DYNAMIC_EXECUTION_TRUE@        dyngen-dyngen-elf.$(OBJEXT)
dyngen_OBJECTS = $(am_dyngen_OBJECTS)
dyngen_OBJECTS = $(am_dyngen_OBJECTS)
dyngen_LDADD = $(LDADD)
dyngen_LDADD = $(LDADD)
dyngen_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
dyngen_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
        --mode=link $(CCLD) $(dyngen_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
        --mode=link $(CCLD) $(dyngen_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
        $(LDFLAGS) -o $@
        $(LDFLAGS) -o $@
am__generate_SOURCES_DIST = or32.c generate.c common_i386.h \
am__generate_SOURCES_DIST = or32.c generate.c common-i386.h \
        dyn32_defs.h dyngen.h dyn_rec.h i386_regs.h op_arith_op.h \
        dyn32-defs.h dyngen.h dyn-rec.h i386-regs.h op-arith-op.h \
        op_comp_op.h op_extend_op.h op_ff1_op.h op_i386.h op_lwhb_op.h \
        op-comp-op.h op-extend-op.h op-ff1-op.h op-i386.h op-lwhb-op.h \
        op_mac_op.h op_mftspr_op.h op_support.h op_swhb_op.h \
        op-mac-op.h op-mftspr-op.h op-support.h op-swhb-op.h \
        op_t_reg_mov_op.h rec_i386.h sched_i386.h simpl32_defs.h
        op-t-reg-mov-op.h rec-i386.h sched-i386.h simpl32-defs.h
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@am_generate_OBJECTS = generate-or32.$(OBJEXT) \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@am_generate_OBJECTS = generate-or32.$(OBJEXT) \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@ generate-generate.$(OBJEXT)
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@ generate-generate.$(OBJEXT)
generate_OBJECTS = $(am_generate_OBJECTS)
generate_OBJECTS = $(am_generate_OBJECTS)
generate_LDADD = $(LDADD)
generate_LDADD = $(LDADD)
generate_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
generate_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
Line 118... Line 137...
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
        $(LDFLAGS) -o $@
        $(LDFLAGS) -o $@
SOURCES = $(libarch_la_SOURCES) $(dyngen_SOURCES) $(generate_SOURCES)
SOURCES = $(libarch_la_SOURCES) $(nodist_libarch_la_SOURCES) \
 
        $(libop_la_SOURCES) $(dyngen_SOURCES) $(generate_SOURCES)
DIST_SOURCES = $(am__libarch_la_SOURCES_DIST) \
DIST_SOURCES = $(am__libarch_la_SOURCES_DIST) \
        $(am__dyngen_SOURCES_DIST) $(am__generate_SOURCES_DIST)
        $(am__libop_la_SOURCES_DIST) $(am__dyngen_SOURCES_DIST) \
 
        $(am__generate_SOURCES_DIST)
ETAGS = etags
ETAGS = etags
CTAGS = ctags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AMTAR = @AMTAR@
Line 144... Line 165...
CXX = @CXX@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
CYGPATH_W = @CYGPATH_W@
 
DEBUGFLAGS = @DEBUGFLAGS@
DEFS = @DEFS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEPDIR = @DEPDIR@
ECHO = @ECHO@
ECHO = @ECHO@
ECHO_C = @ECHO_C@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_N = @ECHO_N@
Line 181... Line 203...
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PATH_SEPARATOR = @PATH_SEPARATOR@
 
POW_LIB = @POW_LIB@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
SED = @SED@
SED = @SED@
SET_MAKE = @SET_MAKE@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SHELL = @SHELL@
STRIP = @STRIP@
STRIP = @STRIP@
Line 244... Line 267...
target_cpu = @target_cpu@
target_cpu = @target_cpu@
target_os = @target_os@
target_os = @target_os@
target_vendor = @target_vendor@
target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
top_srcdir = @top_srcdir@
noinst_LTLIBRARIES = libarch.la
@DYNAMIC_EXECUTION_FALSE@noinst_LTLIBRARIES = libarch.la
 
@DYNAMIC_EXECUTION_TRUE@noinst_LTLIBRARIES = libarch.la libop.la
@DYNAMIC_EXECUTION_TRUE@dyngen_SOURCES = dyngen.c          \
@DYNAMIC_EXECUTION_TRUE@dyngen_SOURCES = dyngen.c          \
@DYNAMIC_EXECUTION_TRUE@                     dyngen_i386.c     \
@DYNAMIC_EXECUTION_TRUE@                     dyngen-i386.c     \
@DYNAMIC_EXECUTION_TRUE@                     dyngen_elf.c      \
@DYNAMIC_EXECUTION_TRUE@                     dyngen-elf.c      \
@DYNAMIC_EXECUTION_TRUE@                     common_i386.h     \
@DYNAMIC_EXECUTION_TRUE@                     common-i386.h     \
@DYNAMIC_EXECUTION_TRUE@                     dyn32_defs.h      \
@DYNAMIC_EXECUTION_TRUE@                     dyn32-defs.h      \
@DYNAMIC_EXECUTION_TRUE@                     dyngen.h          \
@DYNAMIC_EXECUTION_TRUE@                     dyngen.h          \
@DYNAMIC_EXECUTION_TRUE@                     dyn_rec.h         \
@DYNAMIC_EXECUTION_TRUE@                     dyn-rec.h         \
@DYNAMIC_EXECUTION_TRUE@                     i386_regs.h       \
@DYNAMIC_EXECUTION_TRUE@                     i386-regs.h       \
@DYNAMIC_EXECUTION_TRUE@                     op_arith_op.h     \
@DYNAMIC_EXECUTION_TRUE@                     op-arith-op.h     \
@DYNAMIC_EXECUTION_TRUE@                     op_comp_op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op-comp-op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op_extend_op.h    \
@DYNAMIC_EXECUTION_TRUE@                     op-extend-op.h    \
@DYNAMIC_EXECUTION_TRUE@                     op_ff1_op.h       \
@DYNAMIC_EXECUTION_TRUE@                     op-ff1-op.h       \
@DYNAMIC_EXECUTION_TRUE@                     op_i386.h         \
@DYNAMIC_EXECUTION_TRUE@                     op-i386.h         \
@DYNAMIC_EXECUTION_TRUE@                     op_lwhb_op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op-lwhb-op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op_mac_op.h       \
@DYNAMIC_EXECUTION_TRUE@                     op-mac-op.h       \
@DYNAMIC_EXECUTION_TRUE@                     op_mftspr_op.h    \
@DYNAMIC_EXECUTION_TRUE@                     op-mftspr-op.h    \
@DYNAMIC_EXECUTION_TRUE@                     op_support.h      \
@DYNAMIC_EXECUTION_TRUE@                     op-support.h      \
@DYNAMIC_EXECUTION_TRUE@                     op_swhb_op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op-swhb-op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op_t_reg_mov_op.h \
@DYNAMIC_EXECUTION_TRUE@                     op-t-reg-mov-op.h \
@DYNAMIC_EXECUTION_TRUE@                     rec_i386.h        \
@DYNAMIC_EXECUTION_TRUE@                     rec-i386.h        \
@DYNAMIC_EXECUTION_TRUE@                     sched_i386.h      \
@DYNAMIC_EXECUTION_TRUE@                     sched-i386.h      \
@DYNAMIC_EXECUTION_TRUE@                     simpl32_defs.h
@DYNAMIC_EXECUTION_TRUE@                     simpl32-defs.h
 
 
@DYNAMIC_EXECUTION_TRUE@dyngen_CFLAGS = $(AM_CFLAGS)
@DYNAMIC_EXECUTION_TRUE@dyngen_CFLAGS = $(AM_CFLAGS)
@DYNAMIC_EXECUTION_FALSE@libarch_la_SOURCES = execute.c         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@libarch_la_SOURCES = execute.c         \
@DYNAMIC_EXECUTION_FALSE@                     or32.c            \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     insnset.c         \
@DYNAMIC_EXECUTION_FALSE@                    common_i386.h     \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     or32.c            \
@DYNAMIC_EXECUTION_FALSE@                    dyn32_defs.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     common-i386.h     \
@DYNAMIC_EXECUTION_FALSE@                    dyngen.h          \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     dyn32-defs.h      \
@DYNAMIC_EXECUTION_FALSE@                    dyn_rec.h         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     dyngen.h          \
@DYNAMIC_EXECUTION_FALSE@                    i386_regs.h       \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     dyn-rec.h         \
@DYNAMIC_EXECUTION_FALSE@                    op_arith_op.h     \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     i386-regs.h       \
@DYNAMIC_EXECUTION_FALSE@                    op_comp_op.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-arith-op.h     \
@DYNAMIC_EXECUTION_FALSE@                    op_extend_op.h    \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-comp-op.h      \
@DYNAMIC_EXECUTION_FALSE@                    op_ff1_op.h       \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-extend-op.h    \
@DYNAMIC_EXECUTION_FALSE@                    op_i386.h         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-ff1-op.h       \
@DYNAMIC_EXECUTION_FALSE@                    op_lwhb_op.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-i386.h         \
@DYNAMIC_EXECUTION_FALSE@                    op_mac_op.h       \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-lwhb-op.h      \
@DYNAMIC_EXECUTION_FALSE@                    op_mftspr_op.h    \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-mac-op.h       \
@DYNAMIC_EXECUTION_FALSE@                    op_support.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-mftspr-op.h    \
@DYNAMIC_EXECUTION_FALSE@                    op_swhb_op.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-support.h      \
@DYNAMIC_EXECUTION_FALSE@                    op_t_reg_mov_op.h \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-swhb-op.h      \
@DYNAMIC_EXECUTION_FALSE@                    rec_i386.h        \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     op-t-reg-mov-op.h \
@DYNAMIC_EXECUTION_FALSE@                    sched_i386.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     rec-i386.h        \
@DYNAMIC_EXECUTION_FALSE@                    simpl32_defs.h
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     sched-i386.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     simpl32-defs.h
 
 
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@libarch_la_SOURCES = execute.c         \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     or32.c            \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              common-i386.h     \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              dyn32-defs.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              dyngen.h          \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              dyn-rec.h         \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              i386-regs.h       \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-arith-op.h     \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-comp-op.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-extend-op.h    \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-ff1-op.h       \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-i386.h         \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-lwhb-op.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-mac-op.h       \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-mftspr-op.h    \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-support.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-swhb-op.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-t-reg-mov-op.h \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              rec-i386.h        \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              sched-i386.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              simpl32-defs.h
 
 
@DYNAMIC_EXECUTION_TRUE@libarch_la_SOURCES = execute.c         \
@DYNAMIC_EXECUTION_TRUE@libarch_la_SOURCES = execute.c         \
@DYNAMIC_EXECUTION_TRUE@                     or32.c            \
@DYNAMIC_EXECUTION_TRUE@                     or32.c            \
@DYNAMIC_EXECUTION_TRUE@                     op.c              \
@DYNAMIC_EXECUTION_TRUE@                     op.c              \
@DYNAMIC_EXECUTION_TRUE@                     dyn_rec.c         \
@DYNAMIC_EXECUTION_TRUE@                     dyn-rec.c         \
@DYNAMIC_EXECUTION_TRUE@                     op_support.c      \
@DYNAMIC_EXECUTION_TRUE@                     op-support.c      \
@DYNAMIC_EXECUTION_TRUE@                     gen_ops.c         \
@DYNAMIC_EXECUTION_TRUE@                     common-i386.h     \
@DYNAMIC_EXECUTION_TRUE@                     gen_ops_gen.c     \
@DYNAMIC_EXECUTION_TRUE@                     dyn32-defs.h      \
@DYNAMIC_EXECUTION_TRUE@                     gen_ops_rel.c     \
 
@DYNAMIC_EXECUTION_TRUE@                     common_i386.h     \
 
@DYNAMIC_EXECUTION_TRUE@                     dyn32_defs.h      \
 
@DYNAMIC_EXECUTION_TRUE@                     dyngen.h          \
@DYNAMIC_EXECUTION_TRUE@                     dyngen.h          \
@DYNAMIC_EXECUTION_TRUE@                     dyn_rec.h         \
@DYNAMIC_EXECUTION_TRUE@                     dyn-rec.h         \
@DYNAMIC_EXECUTION_TRUE@                     i386_regs.h       \
@DYNAMIC_EXECUTION_TRUE@                     i386-regs.h       \
@DYNAMIC_EXECUTION_TRUE@                     op_arith_op.h     \
@DYNAMIC_EXECUTION_TRUE@                     op-arith-op.h     \
@DYNAMIC_EXECUTION_TRUE@                     op_comp_op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op-comp-op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op_extend_op.h    \
@DYNAMIC_EXECUTION_TRUE@                     op-extend-op.h    \
@DYNAMIC_EXECUTION_TRUE@                     op_ff1_op.h       \
@DYNAMIC_EXECUTION_TRUE@                     op-ff1-op.h       \
@DYNAMIC_EXECUTION_TRUE@                     op_i386.h         \
@DYNAMIC_EXECUTION_TRUE@                     op-i386.h         \
@DYNAMIC_EXECUTION_TRUE@                     op_lwhb_op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op-lwhb-op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op_mac_op.h       \
@DYNAMIC_EXECUTION_TRUE@                     op-mac-op.h       \
@DYNAMIC_EXECUTION_TRUE@                     op_mftspr_op.h    \
@DYNAMIC_EXECUTION_TRUE@                     op-mftspr-op.h    \
@DYNAMIC_EXECUTION_TRUE@                     op_support.h      \
@DYNAMIC_EXECUTION_TRUE@                     op-support.h      \
@DYNAMIC_EXECUTION_TRUE@                     op_swhb_op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op-swhb-op.h      \
@DYNAMIC_EXECUTION_TRUE@                     op_t_reg_mov_op.h \
@DYNAMIC_EXECUTION_TRUE@                     op-t-reg-mov-op.h \
@DYNAMIC_EXECUTION_TRUE@                     rec_i386.h        \
@DYNAMIC_EXECUTION_TRUE@                     rec-i386.h        \
@DYNAMIC_EXECUTION_TRUE@                     sched_i386.h      \
@DYNAMIC_EXECUTION_TRUE@                     sched-i386.h      \
@DYNAMIC_EXECUTION_TRUE@                     simpl32_defs.h
@DYNAMIC_EXECUTION_TRUE@                     simpl32-defs.h
 
 
 
@DYNAMIC_EXECUTION_TRUE@nodist_libarch_la_SOURCES = gen-ops.h     \
 
@DYNAMIC_EXECUTION_TRUE@                            gen-ops.c     \
 
@DYNAMIC_EXECUTION_TRUE@                            gen-ops-gen.c \
 
@DYNAMIC_EXECUTION_TRUE@                            gen-ops-rel.c
 
 
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@BUILT_SOURCES = execgen.c
 
@DYNAMIC_EXECUTION_TRUE@BUILT_SOURCES = gen-ops.h     \
 
@DYNAMIC_EXECUTION_TRUE@                            gen-ops.c     \
 
@DYNAMIC_EXECUTION_TRUE@                            gen-ops-gen.c \
 
@DYNAMIC_EXECUTION_TRUE@                            gen-ops-rel.c
 
 
 
@DYNAMIC_EXECUTION_TRUE@libop_la_SOURCES = op.c                    \
 
@DYNAMIC_EXECUTION_TRUE@                     op-t-reg-mov-op.h       \
 
@DYNAMIC_EXECUTION_TRUE@                     op-i386.h op-arith-op.h \
 
@DYNAMIC_EXECUTION_TRUE@                     op-comp-op.h            \
 
@DYNAMIC_EXECUTION_TRUE@                     op-extend-op.h          \
 
@DYNAMIC_EXECUTION_TRUE@                     op-mac-op.h             \
 
@DYNAMIC_EXECUTION_TRUE@                     op-mftspr-op.h          \
 
@DYNAMIC_EXECUTION_TRUE@                     op-lwhb-op.h            \
 
@DYNAMIC_EXECUTION_TRUE@                     op-swhb-op.h
 
 
@DYNAMIC_EXECUTION_TRUE@OP_CFLAGS = -Wall -fomit-frame-pointer -fno-reorder-blocks -O2
@DYNAMIC_EXECUTION_TRUE@libop_la_CFLAGS = -Wall -fomit-frame-pointer -fno-reorder-blocks -O2
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@EXTRA_DIST = insnset.c
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@generate_SOURCES = or32.c            \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@generate_SOURCES = or32.c            \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     generate.c        \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     generate.c        \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              common_i386.h     \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              common-i386.h     \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     dyn32_defs.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     dyn32-defs.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     dyngen.h          \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     dyngen.h          \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     dyn_rec.h         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     dyn-rec.h         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              i386_regs.h       \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              i386-regs.h       \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_arith_op.h     \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op-arith-op.h     \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_comp_op.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op-comp-op.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op_extend_op.h    \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-extend-op.h    \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_ff1_op.h       \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op-ff1-op.h       \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_i386.h         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op-i386.h         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_lwhb_op.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op-lwhb-op.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op_mac_op.h       \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-mac-op.h       \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_mftspr_op.h    \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op-mftspr-op.h    \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_support.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op-support.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_swhb_op.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op-swhb-op.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op_t_reg_mov_op.h \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op-t-reg-mov-op.h \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     rec_i386.h        \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     rec-i386.h        \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     sched_i386.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     sched-i386.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     simpl32_defs.h
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     simpl32-defs.h
 
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@generate_CFLAGS = $(AM_CFLAGS)
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@generate_CFLAGS = $(AM_CFLAGS)
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@BUILT_SOURCES = execgen.c         \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              common_i386.h     \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     dyn32_defs.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     dyngen.h          \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     dyn_rec.h         \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              i386_regs.h       \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_arith_op.h     \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_comp_op.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op_extend_op.h    \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_ff1_op.h       \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_i386.h         \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_lwhb_op.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op_mac_op.h       \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_mftspr_op.h    \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_support.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     op_swhb_op.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@              op_t_reg_mov_op.h \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     rec_i386.h        \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     sched_i386.h      \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@                     simpl32_defs.h
 
 
 
 
 
# If the simulator was first built without --enable-simple and then with it,
# If the simulator was first built without --enable-simple and then with it,
# then also remove these two files
# then also remove these two files
CLEANFILES = execgen.c \
CLEANFILES = execgen.c \
             generate \
             generate \
             gen_ops.c \
             gen-ops.c \
             gen_ops.h \
             gen-ops.h \
             gen_ops_rel.c \
             gen-ops-rel.c \
             gen_ops_gen.c
             gen-ops-gen.c
 
 
all: $(BUILT_SOURCES)
all: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) all-am
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
 
.SUFFIXES:
.SUFFIXES:
Line 418... Line 463...
          test "$$dir" != "$$p" || dir=.; \
          test "$$dir" != "$$p" || dir=.; \
          echo "rm -f \"$${dir}/so_locations\""; \
          echo "rm -f \"$${dir}/so_locations\""; \
          rm -f "$${dir}/so_locations"; \
          rm -f "$${dir}/so_locations"; \
        done
        done
libarch.la: $(libarch_la_OBJECTS) $(libarch_la_DEPENDENCIES)
libarch.la: $(libarch_la_OBJECTS) $(libarch_la_DEPENDENCIES)
        $(LINK)  $(libarch_la_OBJECTS) $(libarch_la_LIBADD) $(LIBS)
        $(LINK) $(am_libarch_la_rpath) $(libarch_la_OBJECTS) $(libarch_la_LIBADD) $(LIBS)
 
libop.la: $(libop_la_OBJECTS) $(libop_la_DEPENDENCIES)
 
        $(libop_la_LINK) $(am_libop_la_rpath) $(libop_la_OBJECTS) $(libop_la_LIBADD) $(LIBS)
 
 
clean-noinstPROGRAMS:
clean-noinstPROGRAMS:
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
          echo " rm -f $$p $$f"; \
          echo " rm -f $$p $$f"; \
Line 439... Line 486...
        -rm -f *.$(OBJEXT)
        -rm -f *.$(OBJEXT)
 
 
distclean-compile:
distclean-compile:
        -rm -f *.tab.c
        -rm -f *.tab.c
 
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyn_rec.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyn-rec.Plo@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyngen-dyngen-elf.Po@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyngen-dyngen-i386.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyngen-dyngen.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyngen-dyngen.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyngen-dyngen_elf.Po@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dyngen-dyngen_i386.Po@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen_ops.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-ops-gen.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen_ops_gen.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-ops-rel.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen_ops_rel.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-ops.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate-generate.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate-generate.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate-or32.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate-or32.Po@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insnset.Plo@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libop_la-op.Plo@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op-support.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_support.Plo@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or32.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or32.Plo@am__quote@
 
 
.c.o:
.c.o:
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Line 474... Line 523...
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
 
 
libop_la-op.lo: op.c
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libop_la_CFLAGS) $(CFLAGS) -MT libop_la-op.lo -MD -MP -MF $(DEPDIR)/libop_la-op.Tpo -c -o libop_la-op.lo `test -f 'op.c' || echo '$(srcdir)/'`op.c
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libop_la-op.Tpo $(DEPDIR)/libop_la-op.Plo
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='op.c' object='libop_la-op.lo' libtool=yes @AMDEPBACKSLASH@
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libop_la_CFLAGS) $(CFLAGS) -c -o libop_la-op.lo `test -f 'op.c' || echo '$(srcdir)/'`op.c
 
 
dyngen-dyngen.o: dyngen.c
dyngen-dyngen.o: dyngen.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen.o -MD -MP -MF $(DEPDIR)/dyngen-dyngen.Tpo -c -o dyngen-dyngen.o `test -f 'dyngen.c' || echo '$(srcdir)/'`dyngen.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen.o -MD -MP -MF $(DEPDIR)/dyngen-dyngen.Tpo -c -o dyngen-dyngen.o `test -f 'dyngen.c' || echo '$(srcdir)/'`dyngen.c
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen.Tpo $(DEPDIR)/dyngen-dyngen.Po
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen.Tpo $(DEPDIR)/dyngen-dyngen.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen.c' object='dyngen-dyngen.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen.c' object='dyngen-dyngen.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Line 488... Line 544...
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen.Tpo $(DEPDIR)/dyngen-dyngen.Po
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen.Tpo $(DEPDIR)/dyngen-dyngen.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen.c' object='dyngen-dyngen.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen.c' object='dyngen-dyngen.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen.obj `if test -f 'dyngen.c'; then $(CYGPATH_W) 'dyngen.c'; else $(CYGPATH_W) '$(srcdir)/dyngen.c'; fi`
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen.obj `if test -f 'dyngen.c'; then $(CYGPATH_W) 'dyngen.c'; else $(CYGPATH_W) '$(srcdir)/dyngen.c'; fi`
 
 
dyngen-dyngen_i386.o: dyngen_i386.c
dyngen-dyngen-i386.o: dyngen-i386.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen_i386.o -MD -MP -MF $(DEPDIR)/dyngen-dyngen_i386.Tpo -c -o dyngen-dyngen_i386.o `test -f 'dyngen_i386.c' || echo '$(srcdir)/'`dyngen_i386.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen-i386.o -MD -MP -MF $(DEPDIR)/dyngen-dyngen-i386.Tpo -c -o dyngen-dyngen-i386.o `test -f 'dyngen-i386.c' || echo '$(srcdir)/'`dyngen-i386.c
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen_i386.Tpo $(DEPDIR)/dyngen-dyngen_i386.Po
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen-i386.Tpo $(DEPDIR)/dyngen-dyngen-i386.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen_i386.c' object='dyngen-dyngen_i386.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen-i386.c' object='dyngen-dyngen-i386.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen_i386.o `test -f 'dyngen_i386.c' || echo '$(srcdir)/'`dyngen_i386.c
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen-i386.o `test -f 'dyngen-i386.c' || echo '$(srcdir)/'`dyngen-i386.c
 
 
dyngen-dyngen_i386.obj: dyngen_i386.c
dyngen-dyngen-i386.obj: dyngen-i386.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen_i386.obj -MD -MP -MF $(DEPDIR)/dyngen-dyngen_i386.Tpo -c -o dyngen-dyngen_i386.obj `if test -f 'dyngen_i386.c'; then $(CYGPATH_W) 'dyngen_i386.c'; else $(CYGPATH_W) '$(srcdir)/dyngen_i386.c'; fi`
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen-i386.obj -MD -MP -MF $(DEPDIR)/dyngen-dyngen-i386.Tpo -c -o dyngen-dyngen-i386.obj `if test -f 'dyngen-i386.c'; then $(CYGPATH_W) 'dyngen-i386.c'; else $(CYGPATH_W) '$(srcdir)/dyngen-i386.c'; fi`
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen_i386.Tpo $(DEPDIR)/dyngen-dyngen_i386.Po
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen-i386.Tpo $(DEPDIR)/dyngen-dyngen-i386.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen_i386.c' object='dyngen-dyngen_i386.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen-i386.c' object='dyngen-dyngen-i386.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen_i386.obj `if test -f 'dyngen_i386.c'; then $(CYGPATH_W) 'dyngen_i386.c'; else $(CYGPATH_W) '$(srcdir)/dyngen_i386.c'; fi`
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen-i386.obj `if test -f 'dyngen-i386.c'; then $(CYGPATH_W) 'dyngen-i386.c'; else $(CYGPATH_W) '$(srcdir)/dyngen-i386.c'; fi`
 
 
dyngen-dyngen_elf.o: dyngen_elf.c
dyngen-dyngen-elf.o: dyngen-elf.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen_elf.o -MD -MP -MF $(DEPDIR)/dyngen-dyngen_elf.Tpo -c -o dyngen-dyngen_elf.o `test -f 'dyngen_elf.c' || echo '$(srcdir)/'`dyngen_elf.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen-elf.o -MD -MP -MF $(DEPDIR)/dyngen-dyngen-elf.Tpo -c -o dyngen-dyngen-elf.o `test -f 'dyngen-elf.c' || echo '$(srcdir)/'`dyngen-elf.c
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen_elf.Tpo $(DEPDIR)/dyngen-dyngen_elf.Po
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen-elf.Tpo $(DEPDIR)/dyngen-dyngen-elf.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen_elf.c' object='dyngen-dyngen_elf.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen-elf.c' object='dyngen-dyngen-elf.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen_elf.o `test -f 'dyngen_elf.c' || echo '$(srcdir)/'`dyngen_elf.c
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen-elf.o `test -f 'dyngen-elf.c' || echo '$(srcdir)/'`dyngen-elf.c
 
 
dyngen-dyngen_elf.obj: dyngen_elf.c
dyngen-dyngen-elf.obj: dyngen-elf.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen_elf.obj -MD -MP -MF $(DEPDIR)/dyngen-dyngen_elf.Tpo -c -o dyngen-dyngen_elf.obj `if test -f 'dyngen_elf.c'; then $(CYGPATH_W) 'dyngen_elf.c'; else $(CYGPATH_W) '$(srcdir)/dyngen_elf.c'; fi`
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -MT dyngen-dyngen-elf.obj -MD -MP -MF $(DEPDIR)/dyngen-dyngen-elf.Tpo -c -o dyngen-dyngen-elf.obj `if test -f 'dyngen-elf.c'; then $(CYGPATH_W) 'dyngen-elf.c'; else $(CYGPATH_W) '$(srcdir)/dyngen-elf.c'; fi`
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen_elf.Tpo $(DEPDIR)/dyngen-dyngen_elf.Po
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dyngen-dyngen-elf.Tpo $(DEPDIR)/dyngen-dyngen-elf.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen_elf.c' object='dyngen-dyngen_elf.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dyngen-elf.c' object='dyngen-dyngen-elf.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen_elf.obj `if test -f 'dyngen_elf.c'; then $(CYGPATH_W) 'dyngen_elf.c'; else $(CYGPATH_W) '$(srcdir)/dyngen_elf.c'; fi`
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dyngen_CFLAGS) $(CFLAGS) -c -o dyngen-dyngen-elf.obj `if test -f 'dyngen-elf.c'; then $(CYGPATH_W) 'dyngen-elf.c'; else $(CYGPATH_W) '$(srcdir)/dyngen-elf.c'; fi`
 
 
generate-or32.o: or32.c
generate-or32.o: or32.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -MT generate-or32.o -MD -MP -MF $(DEPDIR)/generate-or32.Tpo -c -o generate-or32.o `test -f 'or32.c' || echo '$(srcdir)/'`or32.c
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(generate_CFLAGS) $(CFLAGS) -MT generate-or32.o -MD -MP -MF $(DEPDIR)/generate-or32.Tpo -c -o generate-or32.o `test -f 'or32.c' || echo '$(srcdir)/'`or32.c
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/generate-or32.Tpo $(DEPDIR)/generate-or32.Po
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/generate-or32.Tpo $(DEPDIR)/generate-or32.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='or32.c' object='generate-or32.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='or32.c' object='generate-or32.o' libtool=no @AMDEPBACKSLASH@
Line 731... Line 787...
        maintainer-clean-generic mostlyclean mostlyclean-compile \
        maintainer-clean-generic mostlyclean mostlyclean-compile \
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
        tags uninstall uninstall-am
        tags uninstall uninstall-am
 
 
 
 
@DYNAMIC_EXECUTION_TRUE@dyn_rec.lo: gen_ops.h
@DYNAMIC_EXECUTION_TRUE@gen-ops.h gen-ops.c gen-ops-gen.c gen-ops-rel.c: dyngen$(EXEEXT) op.lo
 
@DYNAMIC_EXECUTION_TRUE@        ./dyngen$(EXEEXT) op.lo gen-ops.c gen-ops-gen.c gen-ops-rel.c gen-ops.h
@DYNAMIC_EXECUTION_TRUE@op.S: op.c op_t_reg_mov_op.h op_i386.h op_arith_op.h op_comp_op.h \
 
@DYNAMIC_EXECUTION_TRUE@      op_extend_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h
 
@DYNAMIC_EXECUTION_TRUE@        $(CC) $(INCLUDES) $(OP_CFLAGS) -o $@ -S $<
 
 
 
@DYNAMIC_EXECUTION_TRUE@gen_ops.h gen_ops.c gen_ops_gen.c gen_ops_rel.c: dyngen op.lo
 
 
 
@DYNAMIC_EXECUTION_TRUE@op.lo: op.c op_t_reg_mov_op.h op_i386.h op_arith_op.h op_comp_op.h \
 
@DYNAMIC_EXECUTION_TRUE@       op_extend_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h
 
@DYNAMIC_EXECUTION_TRUE@        $(CC) $(INCLUDES) $(OP_CFLAGS) -o $@ -c $<
 
 
 
@DYNAMIC_EXECUTION_TRUE@gen_ops.h gen_ops.c gen_ops_gen.c gen_ops_rel.c: dyngen$(EXEEXT) op.lo
 
@DYNAMIC_EXECUTION_TRUE@        ./dyngen$(EXEEXT) op.lo gen_ops.c gen_ops_gen.c gen_ops_rel.c gen_ops.h
 
 
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@execgen.c: generate$(EXEEXT) $(srcdir)/insnset.c
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@execgen.c: generate$(EXEEXT) insnset.c
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@ ./generate$(EXEEXT) $(srcdir)/insnset.c execgen.c
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@ ./generate$(EXEEXT) $(srcdir)/insnset.c execgen.c
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# 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.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.