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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_52/] [or1ksim/] [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 121... Line 121...
config.sub configure configure.in install-sh missing mkinstalldirs
config.sub configure configure.in install-sh missing mkinstalldirs
 
 
 
 
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/sim-config.P .deps/toplevel.P
DEP_FILES =  .deps/sim-config.P .deps/toplevel.P
SOURCES = $(sim_SOURCES)
SOURCES = $(sim_SOURCES)
OBJECTS = $(sim_OBJECTS)
OBJECTS = $(sim_OBJECTS)
 
 
Line 337... Line 337...
        cd $(top_srcdir) \
        cd $(top_srcdir) \
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu 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.