*
* Copyright (C) 1994-1996, Enterprise Integration Technologies Corp. and Niels Mayer.
* WINTERP 1.15-1.99, Copyright (c) 1993, Niels P. Mayer.
* WINTERP 1.0-1.14, Copyright (c) 1989-1992 Hewlett-Packard Co. and Niels Mayer.
* 
* 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 Enterprise Integration Technologies,
* Hewlett-Packard Company, or Niels Mayer not be used in advertising or
* publicity pertaining to distribution of the software without specific,
* written prior permission. Enterprise Integration Technologies, Hewlett-Packard
* Company, and Niels Mayer makes no representations about the suitability of
* this software for any purpose.  It is provided "as is" without express or
* implied warranty.
* 
* ENTERPRISE INTEGRATION TECHNOLOGIES, HEWLETT-PACKARD COMPANY AND NIELS MAYER
* DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ENTERPRISE
* INTEGRATION TECHNOLOGIES, HEWLETT-PACKARD COMPANY OR NIELS MAYER 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.
*

This directory is an example of how to embed WINTERP into a larger
application, plus add custom functionality in C to this embedded WINTERP.

Note that there are a number of files missing from this directory and
example, so you won't be able to actually compile anything useful in this
directory. It's just an example.

From this directory, doing (for example)
	make -f Makefile.linux 
will create an executable 'WWWeasel' in this directory, plus it will invoke
a special build of ../src-server/libWinterp.a, ../src-server/xlisp/libXlisp.a,
../src-server/xtango/libXtango.a and ../src-server/expect/libexpect.a which
are linked with the *.o's in this directory (plus other libraries not
included here) to create the executable 'WWWeasel'.

Note that YOU MUST do a "make -f Makefile.linux clean" prior to compiling
an embedded application, if a "standalone" version of WINTERP was
previously compled in directory ../src-server. I suggest using shadow
directory of symbolic links to ../src-server (see lndir(1)) so that
you can keep separate copies of your standalone WINTERP and embedded WINTERP
compilation directories.

The directories bin-linux/ and bin-irix53/ contain scripts to invoke
'WWWeasel' with appropriate arguments, pointing the application to the
app-defaults/ directory and pointing the 'WWWeasel' executable to the
appropriate Winterp-Lisp application files or to previously saved
workspaces (used for delivering applications w/o Winterp-Lisp source code).
