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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [peripheral/] [Makefile.in] - Diff between revs 212 and 221

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

Rev 212 Rev 221
Line 104... Line 104...
host = @host@
host = @host@
host_cpu = @host_cpu@
host_cpu = @host_cpu@
host_os = @host_os@
host_os = @host_os@
 
 
noinst_LIBRARIES = libperipheral.a
noinst_LIBRARIES = libperipheral.a
libperipheral_a_SOURCES = 16450.c debug_unit.c dma.c
libperipheral_a_SOURCES = 16450.c dma.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 116... Line 116...
DEFS = @DEFS@ -I. -I$(srcdir) -I..
DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
LIBS = @LIBS@
libperipheral_a_LIBADD =
libperipheral_a_LIBADD =
libperipheral_a_OBJECTS =  16450.o debug_unit.o dma.o
libperipheral_a_OBJECTS =  16450.o dma.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 = gtar
TAR = gtar
GZIP_ENV = --best
GZIP_ENV = --best
DEP_FILES =  .deps/16450.P .deps/debug_unit.P .deps/dma.P
DEP_FILES =  .deps/16450.P .deps/dma.P
SOURCES = $(libperipheral_a_SOURCES)
SOURCES = $(libperipheral_a_SOURCES)
OBJECTS = $(libperipheral_a_OBJECTS)
OBJECTS = $(libperipheral_a_OBJECTS)
 
 
all: all-redirect
all: all-redirect
.SUFFIXES:
.SUFFIXES:
Line 214... Line 214...
        cd $(top_srcdir) \
        cd $(top_srcdir) \
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu peripheral/Makefile
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu peripheral/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.