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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_61/] [or1ksim/] [mmu/] [Makefile.in] - Diff between revs 18 and 73

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

Rev 18 Rev 73
Line 103... Line 103...
host = @host@
host = @host@
host_cpu = @host_cpu@
host_cpu = @host_cpu@
host_os = @host_os@
host_os = @host_os@
 
 
noinst_LIBRARIES = libmmu.a
noinst_LIBRARIES = libmmu.a
libmmu_a_SOURCES = dmmu.c
libmmu_a_SOURCES = dmmu.c immu.c
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_FILES =
LIBRARIES =  $(noinst_LIBRARIES)
LIBRARIES =  $(noinst_LIBRARIES)
 
 
Line 115... Line 115...
DEFS = @DEFS@ -I. -I$(srcdir) -I..
DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
LIBS = @LIBS@
libmmu_a_LIBADD =
libmmu_a_LIBADD =
libmmu_a_OBJECTS =  dmmu.o
libmmu_a_OBJECTS =  dmmu.o immu.o
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
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/dmmu.P
DEP_FILES =  .deps/dmmu.P .deps/immu.P
SOURCES = $(libmmu_a_SOURCES)
SOURCES = $(libmmu_a_SOURCES)
OBJECTS = $(libmmu_a_OBJECTS)
OBJECTS = $(libmmu_a_OBJECTS)
 
 
all: all-redirect
all: all-redirect
.SUFFIXES:
.SUFFIXES:
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 mmu/Makefile
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu mmu/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.