From 7e0f021a9aec35fd8e6725e87e3313b101d26f5e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 27 Jan 2008 11:37:44 +0100 Subject: Initial import (2.0.2-6) --- reference/GRAPHICS/Makefile.am | 5 + reference/GRAPHICS/Makefile.in | 410 ++++++++++++++++++++++++++++++++++++++ reference/GRAPHICS/bg.gif | Bin 0 -> 233 bytes reference/GRAPHICS/bg1.gif | Bin 0 -> 233 bytes reference/GRAPHICS/blueball.gif | Bin 0 -> 326 bytes reference/GRAPHICS/bluelne.gif | Bin 0 -> 5326 bytes reference/GRAPHICS/books.gif | Bin 0 -> 257 bytes reference/GRAPHICS/climb.gif | Bin 0 -> 1334 bytes reference/GRAPHICS/computer.gif | Bin 0 -> 415 bytes reference/GRAPHICS/cref2.gif | Bin 0 -> 1429 bytes reference/GRAPHICS/directory.gif | Bin 0 -> 375 bytes reference/GRAPHICS/function.gif | Bin 0 -> 1038 bytes reference/GRAPHICS/grey.gif | Bin 0 -> 233 bytes reference/GRAPHICS/help.gif | Bin 0 -> 269 bytes reference/GRAPHICS/linklist.gif | Bin 0 -> 1500 bytes reference/GRAPHICS/linux.gif | Bin 0 -> 753 bytes reference/GRAPHICS/mail.gif | Bin 0 -> 423 bytes reference/GRAPHICS/man.gif | Bin 0 -> 158 bytes reference/GRAPHICS/mart5.gif | Bin 0 -> 5904 bytes reference/GRAPHICS/mart7.gif | Bin 0 -> 91686 bytes reference/GRAPHICS/master.gif | Bin 0 -> 1194 bytes reference/GRAPHICS/mottled.gif | Bin 0 -> 9046 bytes reference/GRAPHICS/news.gif | Bin 0 -> 394 bytes reference/GRAPHICS/orangeball.gif | Bin 0 -> 326 bytes reference/GRAPHICS/ptr.gif | Bin 0 -> 766 bytes reference/GRAPHICS/purpleball.gif | Bin 0 -> 326 bytes reference/GRAPHICS/redball.gif | Bin 0 -> 336 bytes reference/GRAPHICS/redball2.gif | Bin 0 -> 328 bytes reference/GRAPHICS/ski2.gif | Bin 0 -> 1493 bytes reference/GRAPHICS/sound_2.gif | Bin 0 -> 318 bytes reference/GRAPHICS/star.gif | Bin 0 -> 286 bytes reference/GRAPHICS/syntax.gif | Bin 0 -> 888 bytes reference/GRAPHICS/thumb.gif | Bin 0 -> 6849 bytes reference/GRAPHICS/utah.gif | Bin 0 -> 6508 bytes reference/GRAPHICS/whiteball.gif | Bin 0 -> 215 bytes reference/GRAPHICS/yellowball.gif | Bin 0 -> 326 bytes 36 files changed, 415 insertions(+) create mode 100644 reference/GRAPHICS/Makefile.am create mode 100644 reference/GRAPHICS/Makefile.in create mode 100644 reference/GRAPHICS/bg.gif create mode 100644 reference/GRAPHICS/bg1.gif create mode 100644 reference/GRAPHICS/blueball.gif create mode 100644 reference/GRAPHICS/bluelne.gif create mode 100644 reference/GRAPHICS/books.gif create mode 100644 reference/GRAPHICS/climb.gif create mode 100644 reference/GRAPHICS/computer.gif create mode 100644 reference/GRAPHICS/cref2.gif create mode 100644 reference/GRAPHICS/directory.gif create mode 100644 reference/GRAPHICS/function.gif create mode 100644 reference/GRAPHICS/grey.gif create mode 100644 reference/GRAPHICS/help.gif create mode 100644 reference/GRAPHICS/linklist.gif create mode 100644 reference/GRAPHICS/linux.gif create mode 100644 reference/GRAPHICS/mail.gif create mode 100644 reference/GRAPHICS/man.gif create mode 100644 reference/GRAPHICS/mart5.gif create mode 100644 reference/GRAPHICS/mart7.gif create mode 100644 reference/GRAPHICS/master.gif create mode 100644 reference/GRAPHICS/mottled.gif create mode 100644 reference/GRAPHICS/news.gif create mode 100644 reference/GRAPHICS/orangeball.gif create mode 100644 reference/GRAPHICS/ptr.gif create mode 100644 reference/GRAPHICS/purpleball.gif create mode 100644 reference/GRAPHICS/redball.gif create mode 100644 reference/GRAPHICS/redball2.gif create mode 100644 reference/GRAPHICS/ski2.gif create mode 100644 reference/GRAPHICS/sound_2.gif create mode 100644 reference/GRAPHICS/star.gif create mode 100644 reference/GRAPHICS/syntax.gif create mode 100644 reference/GRAPHICS/thumb.gif create mode 100644 reference/GRAPHICS/utah.gif create mode 100644 reference/GRAPHICS/whiteball.gif create mode 100644 reference/GRAPHICS/yellowball.gif (limited to 'reference/GRAPHICS') diff --git a/reference/GRAPHICS/Makefile.am b/reference/GRAPHICS/Makefile.am new file mode 100644 index 0000000..5baa6fe --- /dev/null +++ b/reference/GRAPHICS/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = $(wildcard *.html) $(wildcard *.gif) +docs_DATA = $(EXTRA_DIST) + +docsdir = $(kde_htmldir)/en/kdevelop/$(subdir) + diff --git a/reference/GRAPHICS/Makefile.in b/reference/GRAPHICS/Makefile.in new file mode 100644 index 0000000..25110c6 --- /dev/null +++ b/reference/GRAPHICS/Makefile.in @@ -0,0 +1,410 @@ +# KDE tags expanded automatically by am_edit - $Revision: 1.2 $ +# Makefile.in generated automatically by automake 1.5 from Makefile.am. + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +# 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@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_HEADER = $(INSTALL_DATA) +transform = @program_transform_name@ +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_alias = @build_alias@ +build_triplet = @build@ +host_alias = @host_alias@ +host_triplet = @host@ +target_alias = @target_alias@ +target_triplet = @target@ +AMTAR = @AMTAR@ +ARTSCCONFIG = @ARTSCCONFIG@ +AS = @AS@ +AUTODIRS = @AUTODIRS@ +AWK = @AWK@ +CC = @CC@ +CONF_FILES = @CONF_FILES@ +CPP = @CPP@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +DCOPIDL = @DCOPIDL@ +DCOPIDL2CPP = @DCOPIDL2CPP@ +DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DPMSINC = @DPMSINC@ +DPMSLIB = @DPMSLIB@ +EXEEXT = @EXEEXT@ +GCJ = @GCJ@ +GCJFLAGS = @GCJFLAGS@ +GLINC = @GLINC@ +GLLIB = @GLLIB@ +GMSGFMT = @GMSGFMT@ +IDL = @IDL@ +IDL_DEPENDENCIES = @IDL_DEPENDENCIES@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JAR = @JAR@ +JAVAC = @JAVAC@ +JAVAH = @JAVAH@ +JVMLIBS = @JVMLIBS@ +KDECONFIG = @KDECONFIG@ +KDE_CXXFLAGS = @KDE_CXXFLAGS@ +KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@ +KDE_INCLUDES = @KDE_INCLUDES@ +KDE_LDFLAGS = @KDE_LDFLAGS@ +KDE_PLUGIN = @KDE_PLUGIN@ +KDE_RPATH = @KDE_RPATH@ +KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@ +KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@ +KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@ +KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@ +KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@ +LIBCOMPAT = @LIBCOMPAT@ +LIBCRYPT = @LIBCRYPT@ +LIBDL = @LIBDL@ +LIBGEN = @LIBGEN@ +LIBJPEG = @LIBJPEG@ +LIBMICO = @LIBMICO@ +LIBOBJS = @LIBOBJS@ +LIBPNG = @LIBPNG@ +LIBPTHREAD = @LIBPTHREAD@ +LIBPYTHON = @LIBPYTHON@ +LIBQIMGIO = @LIBQIMGIO@ +LIBRESOLV = @LIBRESOLV@ +LIBSHADOW = @LIBSHADOW@ +LIBSM = @LIBSM@ +LIBSOCKET = @LIBSOCKET@ +LIBTIFF = @LIBTIFF@ +LIBTOOL = @LIBTOOL@ +LIBUCB = @LIBUCB@ +LIBUTIL = @LIBUTIL@ +LIBXINERAMA = @LIBXINERAMA@ +LIBZ = @LIBZ@ +LIB_KAB = @LIB_KAB@ +LIB_KDECORE = @LIB_KDECORE@ +LIB_KDEUI = @LIB_KDEUI@ +LIB_KFILE = @LIB_KFILE@ +LIB_KFM = @LIB_KFM@ +LIB_KFORMULA = @LIB_KFORMULA@ +LIB_KHTML = @LIB_KHTML@ +LIB_KIMGIO = @LIB_KIMGIO@ +LIB_KIO = @LIB_KIO@ +LIB_KPARTS = @LIB_KPARTS@ +LIB_KSPELL = @LIB_KSPELL@ +LIB_KSYCOCA = @LIB_KSYCOCA@ +LIB_KWRITE = @LIB_KWRITE@ +LIB_QT = @LIB_QT@ +LIB_SMB = @LIB_SMB@ +LIB_X11 = @LIB_X11@ +LN_S = @LN_S@ +MCOPIDL = @MCOPIDL@ +MEINPROC = @MEINPROC@ +MICO_INCLUDES = @MICO_INCLUDES@ +MICO_LDFLAGS = @MICO_LDFLAGS@ +MOC = @MOC@ +MSGFMT = @MSGFMT@ +NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@ +NOREPO = @NOREPO@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PAMLIBS = @PAMLIBS@ +PASSWDLIBS = @PASSWDLIBS@ +PYTHONINC = @PYTHONINC@ +PYTHONLIB = @PYTHONLIB@ +PYTHONMODDIR = @PYTHONMODDIR@ +QT_INCLUDES = @QT_INCLUDES@ +QT_LDFLAGS = @QT_LDFLAGS@ +RANLIB = @RANLIB@ +REPO = @REPO@ +SETUIDFLAGS = @SETUIDFLAGS@ +STRIP = @STRIP@ +TOPSUBDIRS = @TOPSUBDIRS@ +UIC = @UIC@ +UIC_TR = @UIC_TR@ +USER_INCLUDES = @USER_INCLUDES@ +USER_LDFLAGS = @USER_LDFLAGS@ +USE_EXCEPTIONS = @USE_EXCEPTIONS@ +USE_RTTI = @USE_RTTI@ +USE_THREADS = @USE_THREADS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XPMINC = @XPMINC@ +XPMLIB = @XPMLIB@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_INCLUDES = @X_INCLUDES@ +X_LDFLAGS = @X_LDFLAGS@ +X_PRE_LIBS = @X_PRE_LIBS@ +all_includes = @all_includes@ +all_libraries = @all_libraries@ +am__include = @am__include@ +am__quote = @am__quote@ +idldir = @idldir@ +install_sh = @install_sh@ +jni_includes = @jni_includes@ +kde_appsdir = @kde_appsdir@ +kde_bindir = @kde_bindir@ +kde_confdir = @kde_confdir@ +kde_datadir = @kde_datadir@ +kde_htmldir = @kde_htmldir@ +kde_icondir = @kde_icondir@ +kde_includes = @kde_includes@ +kde_libraries = @kde_libraries@ +kde_libs_htmldir = @kde_libs_htmldir@ +kde_libs_prefix = @kde_libs_prefix@ +kde_locale = @kde_locale@ +kde_mimedir = @kde_mimedir@ +kde_moduledir = @kde_moduledir@ +kde_qtver = @kde_qtver@ +kde_servicesdir = @kde_servicesdir@ +kde_servicetypesdir = @kde_servicetypesdir@ +kde_sounddir = @kde_sounddir@ +kde_templatesdir = @kde_templatesdir@ +kde_wallpaperdir = @kde_wallpaperdir@ +micodir = @micodir@ +qt_includes = @qt_includes@ +qt_libraries = @qt_libraries@ +x_includes = @x_includes@ +x_libraries = @x_libraries@ + +EXTRA_DIST = $(wildcard *.html) $(wildcard *.gif) +docs_DATA = $(EXTRA_DIST) + +docsdir = $(kde_htmldir)/en/kdevelop/$(subdir) +subdir = reference/GRAPHICS +mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DATA = $(docs_DATA) + +DIST_COMMON = Makefile.am Makefile.in +#>- all: all-am +#>+ 1 +all: docs-am all-am + +.SUFFIXES: + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +#>- cd $(top_srcdir) && \ +#>- $(AUTOMAKE) --gnu reference/GRAPHICS/Makefile +#>+ 3 + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu reference/GRAPHICS/Makefile + cd $(top_srcdir) && perl admin/am_edit reference/GRAPHICS/Makefile.in +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && \ + CONFIG_HEADERS= CONFIG_LINKS= \ + CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status +uninstall-info-am: +install-docsDATA: $(docs_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(docsdir) + @list='$(docs_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docsdir)/$$f"; \ + $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docsdir)/$$f; \ + done + +uninstall-docsDATA: + @$(NORMAL_UNINSTALL) + @list='$(docs_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(docsdir)/$$f"; \ + rm -f $(DESTDIR)$(docsdir)/$$f; \ + done +tags: TAGS +TAGS: + + +#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +#>+ 4 +KDE_DIST=blueball.gif cref2.gif mail.gif star.gif ski2.gif mart5.gif syntax.gif orangeball.gif bg.gif purpleball.gif linux.gif man.gif redball2.gif utah.gif thumb.gif directory.gif mart7.gif grey.gif master.gif bg1.gif mottled.gif redball.gif computer.gif books.gif ptr.gif yellowball.gif whiteball.gif climb.gif news.gif function.gif linklist.gif help.gif sound_2.gif bluelne.gif + +DISTFILES= $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST) + + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @for file in $(DISTFILES); do \ + if test -f $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ + if test -d $$d/$$file; then \ + cp -pR $$d/$$file $(distdir) \ + || 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)$(docsdir) + +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)" \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* + +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 +#>+ 1 +clean: kde-rpo-clean clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-generic distclean-libtool + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-docsDATA + +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 mostlyclean-libtool + +uninstall-am: uninstall-docsDATA uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am info info-am install install-am install-data \ + install-data-am install-docsDATA install-exec install-exec-am \ + install-info install-info-am install-man install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool uninstall uninstall-am uninstall-docsDATA \ + 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: + +#>+ 2 +docs-am: + +#>+ 6 +force-reedit: + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu reference/GRAPHICS/Makefile + cd $(top_srcdir) && perl admin/am_edit reference/GRAPHICS/Makefile.in + + +#>+ 2 +final: + $(MAKE) all-am +#>+ 2 +final-install: + $(MAKE) install-am +#>+ 2 +no-final: + $(MAKE) all-am +#>+ 2 +no-final-install: + $(MAKE) install-am +#>+ 3 +cvs-clean: + $(MAKE) -f $(top_srcdir)/admin/Makefile.common cvs-clean + +#>+ 3 +kde-rpo-clean: + -rm -f *.rpo diff --git a/reference/GRAPHICS/bg.gif b/reference/GRAPHICS/bg.gif new file mode 100644 index 0000000..b84ea25 Binary files /dev/null and b/reference/GRAPHICS/bg.gif differ diff --git a/reference/GRAPHICS/bg1.gif b/reference/GRAPHICS/bg1.gif new file mode 100644 index 0000000..8f8ec76 Binary files /dev/null and b/reference/GRAPHICS/bg1.gif differ diff --git a/reference/GRAPHICS/blueball.gif b/reference/GRAPHICS/blueball.gif new file mode 100644 index 0000000..3621e66 Binary files /dev/null and b/reference/GRAPHICS/blueball.gif differ diff --git a/reference/GRAPHICS/bluelne.gif b/reference/GRAPHICS/bluelne.gif new file mode 100644 index 0000000..f314f70 Binary files /dev/null and b/reference/GRAPHICS/bluelne.gif differ diff --git a/reference/GRAPHICS/books.gif b/reference/GRAPHICS/books.gif new file mode 100644 index 0000000..f1a5a5a Binary files /dev/null and b/reference/GRAPHICS/books.gif differ diff --git a/reference/GRAPHICS/climb.gif b/reference/GRAPHICS/climb.gif new file mode 100644 index 0000000..7bc653d Binary files /dev/null and b/reference/GRAPHICS/climb.gif differ diff --git a/reference/GRAPHICS/computer.gif b/reference/GRAPHICS/computer.gif new file mode 100644 index 0000000..cc32ae5 Binary files /dev/null and b/reference/GRAPHICS/computer.gif differ diff --git a/reference/GRAPHICS/cref2.gif b/reference/GRAPHICS/cref2.gif new file mode 100644 index 0000000..2f4c5c1 Binary files /dev/null and b/reference/GRAPHICS/cref2.gif differ diff --git a/reference/GRAPHICS/directory.gif b/reference/GRAPHICS/directory.gif new file mode 100644 index 0000000..cd2c14e Binary files /dev/null and b/reference/GRAPHICS/directory.gif differ diff --git a/reference/GRAPHICS/function.gif b/reference/GRAPHICS/function.gif new file mode 100644 index 0000000..dfa4523 Binary files /dev/null and b/reference/GRAPHICS/function.gif differ diff --git a/reference/GRAPHICS/grey.gif b/reference/GRAPHICS/grey.gif new file mode 100644 index 0000000..8f8ec76 Binary files /dev/null and b/reference/GRAPHICS/grey.gif differ diff --git a/reference/GRAPHICS/help.gif b/reference/GRAPHICS/help.gif new file mode 100644 index 0000000..51f5fad Binary files /dev/null and b/reference/GRAPHICS/help.gif differ diff --git a/reference/GRAPHICS/linklist.gif b/reference/GRAPHICS/linklist.gif new file mode 100644 index 0000000..84b48c0 Binary files /dev/null and b/reference/GRAPHICS/linklist.gif differ diff --git a/reference/GRAPHICS/linux.gif b/reference/GRAPHICS/linux.gif new file mode 100644 index 0000000..9692555 Binary files /dev/null and b/reference/GRAPHICS/linux.gif differ diff --git a/reference/GRAPHICS/mail.gif b/reference/GRAPHICS/mail.gif new file mode 100644 index 0000000..717bed2 Binary files /dev/null and b/reference/GRAPHICS/mail.gif differ diff --git a/reference/GRAPHICS/man.gif b/reference/GRAPHICS/man.gif new file mode 100644 index 0000000..4163f7f Binary files /dev/null and b/reference/GRAPHICS/man.gif differ diff --git a/reference/GRAPHICS/mart5.gif b/reference/GRAPHICS/mart5.gif new file mode 100644 index 0000000..38c9f1b Binary files /dev/null and b/reference/GRAPHICS/mart5.gif differ diff --git a/reference/GRAPHICS/mart7.gif b/reference/GRAPHICS/mart7.gif new file mode 100644 index 0000000..34920ac Binary files /dev/null and b/reference/GRAPHICS/mart7.gif differ diff --git a/reference/GRAPHICS/master.gif b/reference/GRAPHICS/master.gif new file mode 100644 index 0000000..feb5877 Binary files /dev/null and b/reference/GRAPHICS/master.gif differ diff --git a/reference/GRAPHICS/mottled.gif b/reference/GRAPHICS/mottled.gif new file mode 100644 index 0000000..9bf8d7c Binary files /dev/null and b/reference/GRAPHICS/mottled.gif differ diff --git a/reference/GRAPHICS/news.gif b/reference/GRAPHICS/news.gif new file mode 100644 index 0000000..7ca4d2f Binary files /dev/null and b/reference/GRAPHICS/news.gif differ diff --git a/reference/GRAPHICS/orangeball.gif b/reference/GRAPHICS/orangeball.gif new file mode 100644 index 0000000..b26b2ad Binary files /dev/null and b/reference/GRAPHICS/orangeball.gif differ diff --git a/reference/GRAPHICS/ptr.gif b/reference/GRAPHICS/ptr.gif new file mode 100644 index 0000000..fa98066 Binary files /dev/null and b/reference/GRAPHICS/ptr.gif differ diff --git a/reference/GRAPHICS/purpleball.gif b/reference/GRAPHICS/purpleball.gif new file mode 100644 index 0000000..54c972f Binary files /dev/null and b/reference/GRAPHICS/purpleball.gif differ diff --git a/reference/GRAPHICS/redball.gif b/reference/GRAPHICS/redball.gif new file mode 100644 index 0000000..27eccf7 Binary files /dev/null and b/reference/GRAPHICS/redball.gif differ diff --git a/reference/GRAPHICS/redball2.gif b/reference/GRAPHICS/redball2.gif new file mode 100644 index 0000000..4510c63 Binary files /dev/null and b/reference/GRAPHICS/redball2.gif differ diff --git a/reference/GRAPHICS/ski2.gif b/reference/GRAPHICS/ski2.gif new file mode 100644 index 0000000..d5306f6 Binary files /dev/null and b/reference/GRAPHICS/ski2.gif differ diff --git a/reference/GRAPHICS/sound_2.gif b/reference/GRAPHICS/sound_2.gif new file mode 100644 index 0000000..a1fbe32 Binary files /dev/null and b/reference/GRAPHICS/sound_2.gif differ diff --git a/reference/GRAPHICS/star.gif b/reference/GRAPHICS/star.gif new file mode 100644 index 0000000..b3bea2e Binary files /dev/null and b/reference/GRAPHICS/star.gif differ diff --git a/reference/GRAPHICS/syntax.gif b/reference/GRAPHICS/syntax.gif new file mode 100644 index 0000000..737bb1f Binary files /dev/null and b/reference/GRAPHICS/syntax.gif differ diff --git a/reference/GRAPHICS/thumb.gif b/reference/GRAPHICS/thumb.gif new file mode 100644 index 0000000..9a34461 Binary files /dev/null and b/reference/GRAPHICS/thumb.gif differ diff --git a/reference/GRAPHICS/utah.gif b/reference/GRAPHICS/utah.gif new file mode 100644 index 0000000..6e335b1 Binary files /dev/null and b/reference/GRAPHICS/utah.gif differ diff --git a/reference/GRAPHICS/whiteball.gif b/reference/GRAPHICS/whiteball.gif new file mode 100644 index 0000000..d2c09a1 Binary files /dev/null and b/reference/GRAPHICS/whiteball.gif differ diff --git a/reference/GRAPHICS/yellowball.gif b/reference/GRAPHICS/yellowball.gif new file mode 100644 index 0000000..96ffe3c Binary files /dev/null and b/reference/GRAPHICS/yellowball.gif differ -- cgit v1.2.3-54-g00ecf