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

Subversion Repositories or1k

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

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

Rev 1249 Rev 1376
Line 1... Line 1...
# Makefile.in generated by automake 1.6 from Makefile.am.
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# @configure_input@
 
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
Line 67... Line 67...
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_PROGRAM = $(install_sh) -c
 
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_HEADER = $(INSTALL_DATA)
INSTALL_HEADER = $(INSTALL_DATA)
transform = @program_transform_name@
transform = @program_transform_name@
NORMAL_INSTALL = :
NORMAL_INSTALL = :
PRE_INSTALL = :
PRE_INSTALL = :
Line 99... Line 100...
DEPDIR = @DEPDIR@
DEPDIR = @DEPDIR@
INCLUDES = @INCLUDES@
INCLUDES = @INCLUDES@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_CFLAGS = @LOCAL_CFLAGS@
LOCAL_DEFS = @LOCAL_DEFS@
LOCAL_DEFS = @LOCAL_DEFS@
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
 
MAKE_SHELL = @MAKE_SHELL@
MAKE_SHELL = @MAKE_SHELL@
PACKAGE = @PACKAGE@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
STRIP = @STRIP@
STRIP = @STRIP@
SUMVERSION = @SUMVERSION@
SUMVERSION = @SUMVERSION@
Line 176... Line 176...
 
 
.c.o:
.c.o:
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
 
.c.obj:
.c.obj:
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Line 227... Line 227...
 
 
top_distdir = ..
top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
 
distdir: $(DISTFILES)
distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
        @list='$(DISTFILES)'; for file in $$list; do \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
            dir="/$$dir"; \
            dir="/$$dir"; \
            $(mkinstalldirs) "$(distdir)$$dir"; \
            $(mkinstalldirs) "$(distdir)$$dir"; \
          else \
          else \
            dir=''; \
            dir=''; \
          fi; \
          fi; \
          if test -d $$d/$$file; then \
          if test -d $$d/$$file; then \
            cp -pR $$d/$$file $(distdir)$$dir \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
            || exit 1; \
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
            fi; \
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
          else \
          else \
            test -f $(distdir)/$$file \
            test -f $(distdir)/$$file \
            || cp -p $$d/$$file $(distdir)/$$file \
            || cp -p $$d/$$file $(distdir)/$$file \
            || exit 1; \
            || exit 1; \
          fi; \
          fi; \
Line 270... Line 272...
mostlyclean-generic:
mostlyclean-generic:
 
 
clean-generic:
clean-generic:
 
 
distclean-generic:
distclean-generic:
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
 
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-am
clean: clean-am

powered by: WebSVN 2.1.0

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