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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [peripheral/] [Makefile.in] - Diff between revs 1744 and 1745

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

Rev 1744 Rev 1745
Line 62... Line 62...
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 =
LIBRARIES = $(noinst_LIBRARIES)
LTLIBRARIES = $(noinst_LTLIBRARIES)
libperipheral_a_AR = $(AR) $(ARFLAGS)
libperipheral_la_LIBADD =
libperipheral_a_LIBADD =
am_libperipheral_la_OBJECTS = generic.lo 16450.lo dma.lo mc.lo eth.lo \
am_libperipheral_a_OBJECTS = 16450.$(OBJEXT) dma.$(OBJEXT) \
        crc32.lo gpio.lo vga.lo fb.lo ps2kbd.lo atahost.lo \
        mc.$(OBJEXT) eth.$(OBJEXT) crc32.$(OBJEXT) gpio.$(OBJEXT) \
        atadevice.lo atadevice_cmdi.lo memory.lo
        vga.$(OBJEXT) fb.$(OBJEXT) ps2kbd.$(OBJEXT) atahost.$(OBJEXT) \
libperipheral_la_OBJECTS = $(am_libperipheral_la_OBJECTS)
        atadevice.$(OBJEXT) atadevice_cmdi.$(OBJEXT) memory.$(OBJEXT)
 
libperipheral_a_OBJECTS = $(am_libperipheral_a_OBJECTS)
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
SOURCES = $(libperipheral_a_SOURCES)
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
DIST_SOURCES = $(libperipheral_a_SOURCES)
        $(LDFLAGS) -o $@
 
SOURCES = $(libperipheral_la_SOURCES)
 
DIST_SOURCES = $(libperipheral_la_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
        html-recursive info-recursive install-data-recursive \
        html-recursive info-recursive install-data-recursive \
        install-dvi-recursive install-exec-recursive \
        install-dvi-recursive install-exec-recursive \
        install-html-recursive install-info-recursive \
        install-html-recursive install-info-recursive \
        install-pdf-recursive install-ps-recursive install-recursive \
        install-pdf-recursive install-ps-recursive install-recursive \
Line 107... Line 110...
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 141... Line 153...
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 152... Line 165...
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 201... Line 216...
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@
SUBDIRS = channels
SUBDIRS = channels
noinst_LIBRARIES = libperipheral.a
noinst_LTLIBRARIES = libperipheral.la
libperipheral_a_SOURCES = \
libperipheral_la_SOURCES = generic.c        \
16450.c                   \
16450.c                   \
dma.c                     \
dma.c                     \
mc.c                      \
mc.c                      \
eth.c                     \
eth.c                     \
crc32.c                   \
crc32.c                   \
Line 218... Line 233...
atadevice.c               \
atadevice.c               \
atadevice_cmdi.c          \
atadevice_cmdi.c          \
memory.c                  \
memory.c                  \
16450.h                   \
16450.h                   \
atacmd.h                  \
atacmd.h                  \
 
                           generic.h        \
atadevice_cmdi.h          \
atadevice_cmdi.h          \
atadevice.h               \
atadevice.h               \
atahost_define.h          \
atahost_define.h          \
atahost.h                 \
atahost.h                 \
crc32.h                   \
crc32.h                   \
Line 238... Line 254...
vga.h
vga.h
 
 
all: all-recursive
all: all-recursive
 
 
.SUFFIXES:
.SUFFIXES:
.SUFFIXES: .c .o .obj
.SUFFIXES: .c .lo .o .obj
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        @for dep in $?; do \
        @for dep in $?; do \
          case '$(am__configure_deps)' in \
          case '$(am__configure_deps)' in \
            *$$dep*) \
            *$$dep*) \
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
Line 269... Line 285...
$(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
 
 
clean-noinstLIBRARIES:
clean-noinstLTLIBRARIES:
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
libperipheral.a: $(libperipheral_a_OBJECTS) $(libperipheral_a_DEPENDENCIES)
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
        -rm -f libperipheral.a
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
        $(libperipheral_a_AR) libperipheral.a $(libperipheral_a_OBJECTS) $(libperipheral_a_LIBADD)
          test "$$dir" != "$$p" || dir=.; \
        $(RANLIB) libperipheral.a
          echo "rm -f \"$${dir}/so_locations\""; \
 
          rm -f "$${dir}/so_locations"; \
 
        done
 
libperipheral.la: $(libperipheral_la_OBJECTS) $(libperipheral_la_DEPENDENCIES)
 
        $(LINK)  $(libperipheral_la_OBJECTS) $(libperipheral_la_LIBADD) $(LIBS)
 
 
mostlyclean-compile:
mostlyclean-compile:
        -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)/16450.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/16450.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice_cmdi.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice_cmdi.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atahost.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atahost.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dma.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dma.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eth.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eth.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fb.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fb.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpio.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpio.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mc.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps2kbd.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vga.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps2kbd.Plo@am__quote@
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vga.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
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Line 310... Line 331...
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' 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@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
 
 
.c.lo:
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
 
 
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 485... Line 519...
              || exit 1; \
              || exit 1; \
          fi; \
          fi; \
        done
        done
check-am: all-am
check-am: all-am
check: check-recursive
check: check-recursive
all-am: Makefile $(LIBRARIES)
all-am: Makefile $(LTLIBRARIES)
installdirs: installdirs-recursive
installdirs: installdirs-recursive
installdirs-am:
installdirs-am:
install: install-recursive
install: install-recursive
install-exec: install-exec-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
install-data: install-data-recursive
Line 514... Line 548...
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 clean-noinstLIBRARIES mostlyclean-am
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
        mostlyclean-am
 
 
distclean: distclean-recursive
distclean: distclean-recursive
        -rm -rf ./$(DEPDIR)
        -rm -rf ./$(DEPDIR)
        -rm -f Makefile
        -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-am: clean-am distclean-compile distclean-generic \
Line 557... Line 592...
        -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-compile mostlyclean-generic
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
        mostlyclean-libtool
 
 
pdf: pdf-recursive
pdf: pdf-recursive
 
 
pdf-am:
pdf-am:
 
 
Line 573... Line 609...
 
 
.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 \
        all all-am check check-am clean clean-generic clean-libtool \
        clean-noinstLIBRARIES ctags ctags-recursive distclean \
        clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
        distclean-compile distclean-generic distclean-tags distdir dvi \
        distclean-compile distclean-generic distclean-libtool \
        dvi-am html html-am info info-am install install-am \
        distclean-tags distdir dvi dvi-am html html-am info info-am \
        install-data install-data-am install-dvi install-dvi-am \
        install install-am install-data install-data-am install-dvi \
        install-exec install-exec-am install-html install-html-am \
        install-dvi-am install-exec install-exec-am install-html \
        install-info install-info-am install-man install-pdf \
        install-html-am install-info install-info-am install-man \
        install-pdf-am install-ps install-ps-am install-strip \
        install-pdf install-pdf-am install-ps install-ps-am \
        installcheck installcheck-am installdirs installdirs-am \
        install-strip installcheck installcheck-am installdirs \
        maintainer-clean maintainer-clean-generic mostlyclean \
        installdirs-am maintainer-clean maintainer-clean-generic \
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
        mostlyclean mostlyclean-compile mostlyclean-generic \
        tags 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-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.