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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [or1k/] [Makefile.in] - Diff between revs 30 and 54

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

Rev 30 Rev 54
Line 124... Line 124...
DIST_COMMON =  Makefile.am Makefile.in
DIST_COMMON =  Makefile.am Makefile.in
 
 
 
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 
TAR = tar
TAR = gtar
GZIP_ENV = --best
GZIP_ENV = --best
DEP_FILES =  .deps/decode.P .deps/except.P .deps/sprs.P
DEP_FILES =  .deps/decode.P .deps/except.P .deps/sprs.P
SOURCES = $(libor1k_a_SOURCES)
SOURCES = $(libor1k_a_SOURCES)
OBJECTS = $(libor1k_a_OBJECTS)
OBJECTS = $(libor1k_a_OBJECTS)
 
 
Line 213... Line 213...
        cd $(top_srcdir) \
        cd $(top_srcdir) \
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu cpu/or1k/Makefile
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu cpu/or1k/Makefile
        @for file in $(DISTFILES); do \
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
          if test -d $$d/$$file; then \
            cp -pr $$/$$file $(distdir)/$$file; \
            cp -pr $$d/$$file $(distdir)/$$file; \
          else \
          else \
            test -f $(distdir)/$$file \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
            || cp -p $$d/$$file $(distdir)/$$file || :; \
            || cp -p $$d/$$file $(distdir)/$$file || :; \
          fi; \
          fi; \

powered by: WebSVN 2.1.0

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