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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [or32/] [Makefile.in] - Diff between revs 1249 and 1376

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

Rev 1249 Rev 1376
Line 1... Line 1...
# Makefile.in generated by automake 1.6 from Makefile.am.
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# @configure_input@
 
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
Line 67... Line 67...
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_PROGRAM = $(install_sh) -c
 
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_HEADER = $(INSTALL_DATA)
INSTALL_HEADER = $(INSTALL_DATA)
transform = @program_transform_name@
transform = @program_transform_name@
NORMAL_INSTALL = :
NORMAL_INSTALL = :
PRE_INSTALL = :
PRE_INSTALL = :
Line 99... Line 100...
DEPDIR = @DEPDIR@
DEPDIR = @DEPDIR@
INCLUDES = @INCLUDES@
INCLUDES = @INCLUDES@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_DEFS = @LOCAL_DEFS@
LOCAL_DEFS = @LOCAL_DEFS@
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
 
MAKE_SHELL = @MAKE_SHELL@
MAKE_SHELL = @MAKE_SHELL@
PACKAGE = @PACKAGE@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
STRIP = @STRIP@
STRIP = @STRIP@
SUMVERSION = @SUMVERSION@
SUMVERSION = @SUMVERSION@
Line 122... Line 122...
@SIMPLE_EXECUTION_TRUE@noinst_PROGRAMS =
@SIMPLE_EXECUTION_TRUE@noinst_PROGRAMS =
@SIMPLE_EXECUTION_FALSE@noinst_PROGRAMS = generate
@SIMPLE_EXECUTION_FALSE@noinst_PROGRAMS = generate
@SIMPLE_EXECUTION_TRUE@generate_SOURCES =
@SIMPLE_EXECUTION_TRUE@generate_SOURCES =
@SIMPLE_EXECUTION_FALSE@generate_SOURCES = or32.c generate.c
@SIMPLE_EXECUTION_FALSE@generate_SOURCES = or32.c generate.c
@SIMPLE_EXECUTION_FALSE@BUILT_SOURCES = execgen.c
@SIMPLE_EXECUTION_FALSE@BUILT_SOURCES = execgen.c
 
 
 
# If the simulator was first built without --enable-simple and then with it,
 
# then also remove these two files
 
CLEANFILES = execgen.c generate
subdir = cpu/or32
subdir = cpu/or32
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 =
LIBRARIES = $(noinst_LIBRARIES)
LIBRARIES = $(noinst_LIBRARIES)
Line 202... Line 206...
 
 
.c.o:
.c.o:
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
 
.c.obj:
.c.obj:
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Line 253... Line 257...
 
 
top_distdir = ../..
top_distdir = ../..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
 
distdir: $(DISTFILES)
distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
        @list='$(DISTFILES)'; for file in $$list; do \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
            dir="/$$dir"; \
            dir="/$$dir"; \
            $(mkinstalldirs) "$(distdir)$$dir"; \
            $(mkinstalldirs) "$(distdir)$$dir"; \
          else \
          else \
            dir=''; \
            dir=''; \
          fi; \
          fi; \
          if test -d $$d/$$file; then \
          if test -d $$d/$$file; then \
            cp -pR $$d/$$file $(distdir)$$dir \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
            || exit 1; \
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
            fi; \
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
          else \
          else \
            test -f $(distdir)/$$file \
            test -f $(distdir)/$$file \
            || cp -p $$d/$$file $(distdir)/$$file \
            || cp -p $$d/$$file $(distdir)/$$file \
            || exit 1; \
            || exit 1; \
          fi; \
          fi; \
Line 294... Line 300...
          `test -z '$(STRIP)' || \
          `test -z '$(STRIP)' || \
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
mostlyclean-generic:
 
 
clean-generic:
clean-generic:
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
 
distclean-generic:
distclean-generic:
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
 
maintainer-clean-generic:
maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        @echo "it deletes files that may require special tools to rebuild."
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
Line 352... Line 359...
        maintainer-clean maintainer-clean-generic mostlyclean \
        maintainer-clean maintainer-clean-generic mostlyclean \
        mostlyclean-compile mostlyclean-generic tags uninstall \
        mostlyclean-compile mostlyclean-generic tags uninstall \
        uninstall-am uninstall-info-am
        uninstall-am uninstall-info-am
 
 
 
 
@SIMPLE_EXECUTION_FALSE@execgen.c: generate insnset.c
@SIMPLE_EXECUTION_FALSE@execgen.c: generate $(srcdir)/insnset.c
@SIMPLE_EXECUTION_FALSE@        ./generate insnset.c execgen.c
@SIMPLE_EXECUTION_FALSE@        ./generate $(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.