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

Subversion Repositories or1k

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

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

Rev 1743 Rev 1745
Line 73... Line 73...
CCDEPMODE = @CCDEPMODE@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CPPFLAGS = @CPPFLAGS@
CPU_ARCH = @CPU_ARCH@
CPU_ARCH = @CPU_ARCH@
 
CXX = @CXX@
 
CXXCPP = @CXXCPP@
 
CXXDEPMODE = @CXXDEPMODE@
 
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEPDIR = @DEPDIR@
 
ECHO = @ECHO@
ECHO_C = @ECHO_C@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
EXEEXT = @EXEEXT@
 
F77 = @F77@
 
FFLAGS = @FFLAGS@
GREP = @GREP@
GREP = @GREP@
INCLUDES = @INCLUDES@
INCLUDES = @INCLUDES@
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBS = @LIBS@
 
LIBTOOL = @LIBTOOL@
 
LN_S = @LN_S@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_DEFS = @LOCAL_DEFS@
LOCAL_DEFS = @LOCAL_DEFS@
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
LTLIBOBJS = @LTLIBOBJS@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MAKEINFO = @MAKEINFO@
Line 107... Line 116...
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@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
 
SED = @SED@
SET_MAKE = @SET_MAKE@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SHELL = @SHELL@
STRIP = @STRIP@
STRIP = @STRIP@
SUMVERSION = @SUMVERSION@
SUMVERSION = @SUMVERSION@
TERMCAP_LIB = @TERMCAP_LIB@
TERMCAP_LIB = @TERMCAP_LIB@
Line 118... Line 128...
abs_builddir = @abs_builddir@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CC = @ac_ct_CC@
 
ac_ct_CXX = @ac_ct_CXX@
 
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__quote = @am__quote@
am__tar = @am__tar@
am__tar = @am__tar@
am__untar = @am__untar@
am__untar = @am__untar@
Line 200... Line 212...
$(top_srcdir)/configure:  $(am__configure_deps)
$(top_srcdir)/configure:  $(am__configure_deps)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 
 
mostlyclean-libtool:
 
        -rm -f *.lo
 
 
 
clean-libtool:
 
        -rm -rf .libs _libs
 
 
# This directory's subdirectories are mostly independent; you can cd
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (1) if the variable is set in `config.status', edit `config.status'
#     (which will cause the Makefiles to be regenerated when you run `make');
#     (which will cause the Makefiles to be regenerated when you run `make');
Line 404... Line 422...
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."
clean: clean-recursive
clean: clean-recursive
 
 
clean-am: clean-generic mostlyclean-am
clean-am: clean-generic clean-libtool mostlyclean-am
 
 
distclean: distclean-recursive
distclean: distclean-recursive
        -rm -f Makefile
        -rm -f Makefile
distclean-am: clean-am distclean-generic distclean-tags
distclean-am: clean-am distclean-generic distclean-tags
 
 
Line 444... Line 462...
        -rm -f Makefile
        -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
maintainer-clean-am: distclean-am maintainer-clean-generic
 
 
mostlyclean: mostlyclean-recursive
mostlyclean: mostlyclean-recursive
 
 
mostlyclean-am: mostlyclean-generic
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
 
pdf: pdf-recursive
pdf: pdf-recursive
 
 
pdf-am:
pdf-am:
 
 
Line 460... Line 478...
 
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
        install-strip
        install-strip
 
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
        all all-am check check-am clean clean-generic ctags \
        all all-am check check-am clean clean-generic clean-libtool \
        ctags-recursive distclean distclean-generic distclean-tags \
        ctags ctags-recursive distclean distclean-generic \
        distdir dvi dvi-am html html-am info info-am install \
        distclean-libtool distclean-tags distdir dvi dvi-am html \
        install-am install-data install-data-am install-dvi \
        html-am info info-am install install-am install-data \
        install-dvi-am install-exec install-exec-am install-html \
        install-data-am install-dvi install-dvi-am install-exec \
        install-html-am install-info install-info-am install-man \
        install-exec-am install-html install-html-am install-info \
        install-pdf install-pdf-am install-ps install-ps-am \
        install-info-am install-man install-pdf install-pdf-am \
        install-strip installcheck installcheck-am installdirs \
        install-ps install-ps-am install-strip installcheck \
        installdirs-am maintainer-clean maintainer-clean-generic \
        installcheck-am installdirs installdirs-am maintainer-clean \
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
        maintainer-clean-generic mostlyclean mostlyclean-generic \
        tags-recursive uninstall uninstall-am
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
        uninstall uninstall-am
 
 
# 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-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.