home *** CD-ROM | disk | FTP | other *** search
-
- README for EZMENU - Menu Widgets with Resources
-
- George Ferguson, ferguson@cs.rochester.edu
-
- 12 Nov 1990
-
- DESCRIPTION:
-
- The EzMenu package provides a resource manager interface to the Athena
- simpleMenuWidgets. This code is lifted from the xtex distribution,
- copyright 1989 by Dirk Grunwald. The EzMenu code is itself straight out
- of the X distribution, hence requiring the following disclaimer, to which
- I needn't add anything. I just wrote a short man page.
-
- DISCLAIMER:
-
- * Copyright 1989 Massachusetts Institute of Technology
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation, and that the name of M.I.T. not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission. M.I.T. makes no representations about the
- * suitability of this software for any purpose. It is provided "as is"
- * without express or implied warranty.
- *
- * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
- * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
- * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
- * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
- INSTALLATION:
-
- 1. Edit the Imakefile to reflect any changes for your site. For
- example, by default the library created will be of the form
-
- libezMenu-sparc.a
-
- for example, where "-sparc" comes form the $(TARGET_MACH) variable
- defined in Sun make. If you only use one architecture, or want
- to make separate targets for separate architectures, just edit
- or duplicate and edit the single target.
-
- 2. Execute
- % xmkmf
- to create the Makefile.
-
- 3. Execute
- % make depend
- to add the dependencies to the Makefile. This is optional for
- this package unless you edit the header files.
-
- 4. Make the package using
- % make
-
-