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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /or1k/trunk/rtems-20020807/doc/images
    from Rev 1028 to Rev 1765
    Reverse comparison

Rev 1028 → Rev 1765

/up-arrow.gif Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
up-arrow.gif Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: Makefile.in =================================================================== --- Makefile.in (nonexistent) +++ Makefile.in (revision 1765) @@ -0,0 +1,245 @@ +# Makefile.in generated by automake 1.6.2 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_HEADER = $(INSTALL_DATA) +transform = @program_transform_name@ +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : + +EXEEXT = @EXEEXT@ +OBJEXT = @OBJEXT@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +AMTAR = @AMTAR@ +AWK = @AWK@ +BMENU2 = @BMENU2@ +DEPDIR = @DEPDIR@ +DVIPS = @DVIPS@ +ENDIF = @ENDIF@ +EPSTOPDF = @EPSTOPDF@ +GS = @GS@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LN_S = @LN_S@ +MAINT = @MAINT@ +MAKE = @MAKE@ +PACKAGE = @PACKAGE@ +PERL = @PERL@ +PROJECT_ROOT = @PROJECT_ROOT@ +PROJECT_TOPdir = @PROJECT_TOPdir@ +RTEMS_TOPdir = @RTEMS_TOPdir@ +STRIP = @STRIP@ +TEXI2DVI = @TEXI2DVI@ +TEXI2PDF = @TEXI2PDF@ +TEXI2WWW = @TEXI2WWW@ +VERSION = @VERSION@ +am__include = @am__include@ +am__quote = @am__quote@ +htmldir = @htmldir@ +install_sh = @install_sh@ +pkgdocdir = @pkgdocdir@ + +html_imagesdir = $(htmldir)/images + +HTML_IMAGES = dir-arrow.gif dvi.gif missing-arrow.gif next-arrow.gif \ + oaronly.jpg pdf.gif pdf1.gif prev-arrow.gif ps.gif up-arrow.gif + + +@USE_HTML_TRUE@html_images_DATA = $(HTML_IMAGES) + +EXTRA_DIST = $(HTML_IMAGES) +subdir = images +mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DATA = $(html_images_DATA) + +DIST_COMMON = ChangeLog Makefile.am Makefile.in +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign images/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +uninstall-info-am: +html_imagesDATA_INSTALL = $(INSTALL_DATA) +install-html_imagesDATA: $(html_images_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(html_imagesdir) + @list='$(html_images_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(html_imagesDATA_INSTALL) $$d$$p $(DESTDIR)$(html_imagesdir)/$$f"; \ + $(html_imagesDATA_INSTALL) $$d$$p $(DESTDIR)$(html_imagesdir)/$$f; \ + done + +uninstall-html_imagesDATA: + @$(NORMAL_UNINSTALL) + @list='$(html_images_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(html_imagesdir)/$$f"; \ + rm -f $(DESTDIR)$(html_imagesdir)/$$f; \ + done +tags: TAGS +TAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @list='$(DISTFILES)'; for file in $$list; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) + +installdirs: + $(mkinstalldirs) $(DESTDIR)$(html_imagesdir) + +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-html_imagesDATA + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +uninstall-am: uninstall-html_imagesDATA uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am info info-am install \ + install-am install-data install-data-am install-exec \ + install-exec-am install-html_imagesDATA install-info \ + install-info-am install-man install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + uninstall uninstall-am uninstall-html_imagesDATA \ + uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Index: oaronly.jpg =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: oaronly.jpg =================================================================== --- oaronly.jpg (nonexistent) +++ oaronly.jpg (revision 1765)
oaronly.jpg Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: missing-arrow.gif =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: missing-arrow.gif =================================================================== --- missing-arrow.gif (nonexistent) +++ missing-arrow.gif (revision 1765)
missing-arrow.gif Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: dvi.gif =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: dvi.gif =================================================================== --- dvi.gif (nonexistent) +++ dvi.gif (revision 1765)
dvi.gif Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: ps.gif =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ps.gif =================================================================== --- ps.gif (nonexistent) +++ ps.gif (revision 1765)
ps.gif Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: ChangeLog =================================================================== --- ChangeLog (nonexistent) +++ ChangeLog (revision 1765) @@ -0,0 +1,11 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + +2002-01-18 Ralf Corsepius + + * Makefile.am: Require automake-1.5. + +2000-08-10 Joel Sherrill + + * ChangeLog: New file. Index: prev-arrow.gif =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: prev-arrow.gif =================================================================== --- prev-arrow.gif (nonexistent) +++ prev-arrow.gif (revision 1765)
prev-arrow.gif Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: Makefile.am =================================================================== --- Makefile.am (nonexistent) +++ Makefile.am (revision 1765) @@ -0,0 +1,13 @@ +## Makefile.am,v 1.5 2002/03/28 00:52:56 joel Exp + + +html_imagesdir = $(htmldir)/images + +HTML_IMAGES = dir-arrow.gif dvi.gif missing-arrow.gif next-arrow.gif \ + oaronly.jpg pdf.gif pdf1.gif prev-arrow.gif ps.gif up-arrow.gif + +if USE_HTML +html_images_DATA = $(HTML_IMAGES) +endif + +EXTRA_DIST = $(HTML_IMAGES) Index: dir-arrow.gif =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: dir-arrow.gif =================================================================== --- dir-arrow.gif (nonexistent) +++ dir-arrow.gif (revision 1765)
dir-arrow.gif Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: next-arrow.gif =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: next-arrow.gif =================================================================== --- next-arrow.gif (nonexistent) +++ next-arrow.gif (revision 1765)
next-arrow.gif Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: pdf.gif =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: pdf.gif =================================================================== --- pdf.gif (nonexistent) +++ pdf.gif (revision 1765)
pdf.gif Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: pdf1.gif =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: pdf1.gif =================================================================== --- pdf1.gif (nonexistent) +++ pdf1.gif (revision 1765)
pdf1.gif Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: . =================================================================== --- . (nonexistent) +++ . (revision 1765)
. Property changes : Added: svn:ignore ## -0,0 +1,2 ## +Makefile +Makefile.in

powered by: WebSVN 2.1.0

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