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

Subversion Repositories or1k

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

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

Rev 1748 Rev 1751
Line 67... Line 67...
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 insnset.c or32.c common-i386.h \
am__libarch_la_SOURCES_DIST = execute.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
        dyn-rec.c op-support.c
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@am_libarch_la_OBJECTS =  \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@am_libarch_la_OBJECTS =  \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@        execute.lo \
@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_FALSE@        or32.lo
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@am_libarch_la_OBJECTS =  \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@am_libarch_la_OBJECTS =  \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@ execute.lo \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@ execute.lo \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@ or32.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@nodist_libarch_la_OBJECTS = gen-ops.lo \
@DYNAMIC_EXECUTION_TRUE@nodist_libarch_la_OBJECTS = gen-ops.lo \
@DYNAMIC_EXECUTION_TRUE@        gen-ops-gen.lo gen-ops-rel.lo
@DYNAMIC_EXECUTION_TRUE@        gen-ops-gen.lo gen-ops-rel.lo
 
am__dist_EXTRA_libarch_la_SOURCES_DIST = insnset.c
libarch_la_OBJECTS = $(am_libarch_la_OBJECTS) \
libarch_la_OBJECTS = $(am_libarch_la_OBJECTS) \
        $(nodist_libarch_la_OBJECTS)
        $(nodist_libarch_la_OBJECTS)
@DYNAMIC_EXECUTION_FALSE@am_libarch_la_rpath =
@DYNAMIC_EXECUTION_FALSE@am_libarch_la_rpath =
@DYNAMIC_EXECUTION_TRUE@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 \
Line 138... Line 128...
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) $(nodist_libarch_la_SOURCES) \
SOURCES = $(libarch_la_SOURCES) $(nodist_libarch_la_SOURCES) \
        $(libop_la_SOURCES) $(dyngen_SOURCES) $(generate_SOURCES)
        $(dist_EXTRA_libarch_la_SOURCES) $(dyngen_SOURCES) \
 
        $(generate_SOURCES)
DIST_SOURCES = $(am__libarch_la_SOURCES_DIST) \
DIST_SOURCES = $(am__libarch_la_SOURCES_DIST) \
        $(am__libop_la_SOURCES_DIST) $(am__dyngen_SOURCES_DIST) \
        $(am__dist_EXTRA_libarch_la_SOURCES_DIST) \
        $(am__generate_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 268... Line 259...
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@
@DYNAMIC_EXECUTION_FALSE@noinst_LTLIBRARIES = libarch.la
@DYNAMIC_EXECUTION_FALSE@noinst_LTLIBRARIES = libarch.la
@DYNAMIC_EXECUTION_TRUE@noinst_LTLIBRARIES = libarch.la libop.la
@DYNAMIC_EXECUTION_TRUE@noinst_LTLIBRARIES = libarch.la
@DYNAMIC_EXECUTION_TRUE@dyngen_SOURCES = dyngen.c          \
 
@DYNAMIC_EXECUTION_TRUE@                     dyngen-i386.c     \
 
@DYNAMIC_EXECUTION_TRUE@                     dyngen-elf.c      \
 
@DYNAMIC_EXECUTION_TRUE@                     common-i386.h     \
 
@DYNAMIC_EXECUTION_TRUE@                     dyn32-defs.h      \
 
@DYNAMIC_EXECUTION_TRUE@                     dyngen.h          \
 
@DYNAMIC_EXECUTION_TRUE@                     dyn-rec.h         \
 
@DYNAMIC_EXECUTION_TRUE@                     i386-regs.h       \
 
@DYNAMIC_EXECUTION_TRUE@                     op-arith-op.h     \
 
@DYNAMIC_EXECUTION_TRUE@                     op-comp-op.h      \
 
@DYNAMIC_EXECUTION_TRUE@                     op-extend-op.h    \
 
@DYNAMIC_EXECUTION_TRUE@                     op-ff1-op.h       \
 
@DYNAMIC_EXECUTION_TRUE@                     op-i386.h         \
 
@DYNAMIC_EXECUTION_TRUE@                     op-lwhb-op.h      \
 
@DYNAMIC_EXECUTION_TRUE@                     op-mac-op.h       \
 
@DYNAMIC_EXECUTION_TRUE@                     op-mftspr-op.h    \
 
@DYNAMIC_EXECUTION_TRUE@                     op-support.h      \
 
@DYNAMIC_EXECUTION_TRUE@                     op-swhb-op.h      \
 
@DYNAMIC_EXECUTION_TRUE@                     op-t-reg-mov-op.h \
 
@DYNAMIC_EXECUTION_TRUE@                     rec-i386.h        \
 
@DYNAMIC_EXECUTION_TRUE@                     sched-i386.h      \
 
@DYNAMIC_EXECUTION_TRUE@                     simpl32-defs.h
 
 
 
@DYNAMIC_EXECUTION_TRUE@dyngen_CFLAGS = $(AM_CFLAGS)
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@libarch_la_SOURCES = execute.c         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@libarch_la_SOURCES = execute.c         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     insnset.c         \
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     or32.c            \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     or32.c            \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     common-i386.h     \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     common-i386.h     \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     dyn32-defs.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     dyn32-defs.h      \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     dyngen.h          \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     dyngen.h          \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     dyn-rec.h         \
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_FALSE@                     dyn-rec.h         \
Line 374... Line 340...
@DYNAMIC_EXECUTION_TRUE@BUILT_SOURCES = gen-ops.h     \
@DYNAMIC_EXECUTION_TRUE@BUILT_SOURCES = gen-ops.h     \
@DYNAMIC_EXECUTION_TRUE@                            gen-ops.c     \
@DYNAMIC_EXECUTION_TRUE@                            gen-ops.c     \
@DYNAMIC_EXECUTION_TRUE@                            gen-ops-gen.c \
@DYNAMIC_EXECUTION_TRUE@                            gen-ops-gen.c \
@DYNAMIC_EXECUTION_TRUE@                            gen-ops-rel.c
@DYNAMIC_EXECUTION_TRUE@                            gen-ops-rel.c
 
 
@DYNAMIC_EXECUTION_TRUE@libop_la_SOURCES = op.c                    \
@DYNAMIC_EXECUTION_TRUE@dyngen_SOURCES = dyngen.c          \
@DYNAMIC_EXECUTION_TRUE@                     op-t-reg-mov-op.h       \
@DYNAMIC_EXECUTION_TRUE@                     dyngen-i386.c     \
@DYNAMIC_EXECUTION_TRUE@                     op-i386.h op-arith-op.h \
@DYNAMIC_EXECUTION_TRUE@                     dyngen-elf.c      \
 
@DYNAMIC_EXECUTION_TRUE@                     common-i386.h     \
 
@DYNAMIC_EXECUTION_TRUE@                     dyn32-defs.h      \
 
@DYNAMIC_EXECUTION_TRUE@                     dyngen.h          \
 
@DYNAMIC_EXECUTION_TRUE@                     dyn-rec.h         \
 
@DYNAMIC_EXECUTION_TRUE@                     i386-regs.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-i386.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-lwhb-op.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@                     rec-i386.h        \
 
@DYNAMIC_EXECUTION_TRUE@                     sched-i386.h      \
 
@DYNAMIC_EXECUTION_TRUE@                     simpl32-defs.h
 
 
@DYNAMIC_EXECUTION_TRUE@libop_la_CFLAGS = -Wall -fomit-frame-pointer -fno-reorder-blocks -O2
@DYNAMIC_EXECUTION_TRUE@dyngen_CFLAGS = $(AM_CFLAGS)
 
@DYNAMIC_EXECUTION_TRUE@OP_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@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      \
Line 409... Line 389...
@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_FALSE@dist_EXTRA_libarch_la_SOURCES = insnset.c
 
 
# 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 \
Line 464... Line 445...
          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) $(am_libarch_la_rpath) $(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 497... Line 476...
@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)/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)/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-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)/or32.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or32.Plo@am__quote@
 
 
.c.o:
.c.o:
Line 523... Line 501...
@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 787... Line 758...
        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@gen-ops.h gen-ops.c gen-ops-gen.c gen-ops-rel.c: dyngen$(EXEEXT) op.lo
@DYNAMIC_EXECUTION_TRUE@gen-ops.h gen-ops.c gen-ops-gen.c gen-ops-rel.c: dyngen$(EXEEXT) op-tmp.o
@DYNAMIC_EXECUTION_TRUE@        ./dyngen$(EXEEXT) op.lo gen-ops.c gen-ops-gen.c gen-ops-rel.c gen-ops.h
@DYNAMIC_EXECUTION_TRUE@        ./dyngen$(EXEEXT) op-tmp.o gen-ops.c gen-ops-gen.c gen-ops-rel.c gen-ops.h
 
 
 
@DYNAMIC_EXECUTION_TRUE@op-tmp.o: 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-ff1-op.h op-mac-op.h op-mftspr-op.h op-lwhb-op.h \
 
@DYNAMIC_EXECUTION_TRUE@      op-swhb-op.h
 
@DYNAMIC_EXECUTION_TRUE@        $(CC) $(INCLUDES)  -I$(top_builddir) $(OP_CFLAGS) -o $@ -c $<
 
 
@DYNAMIC_EXECUTION_FALSE@@GENERATE_NEEDED_TRUE@execgen.c: generate$(EXEEXT) 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.

powered by: WebSVN 2.1.0

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