/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */

/*
	$Disclaimer: This software is part of version 7.2 of the 
* Andrew User Interface System and is the 
* property of IBM, Carnegie Mellon University, 
* and the other copyright holders.  The source 
* code of this version is for the sole use of 
* members of the Andrew Consortium with 
* memberships extending into calendar year 
* 1994.  This source code is not to be distributed 
* to non-members of the consortium nor beyond 
* a fifty-mile radius from the membership address.  
* Binary object code compiled or derived from 
* these sources is not to be distributed to non-
* members.  Members may have additional 
* distribution rights granted by prior written 
* permission of Carnegie Mellon University.
* 
* IBM, CARNEGIE MELLON UNIVERSITY, 
* AND THE OTHER COPYRIGHT HOLDERS
*  DISCLAIM ALL WARRANTIES WITH 
* REGARD TO THIS SOFTWARE, INCLUDING 
* ALL IMPLIED WARRANTIES OF MERCHANT-
* ABILITY AND FITNESS. IN 
* NO EVENT SHALL  IBM, CARNEGIE 
* MELLON UNIVERSITY, OR ANY OTHER 
* COPYRIGHT HOLDER BE LIABLE FOR 
* ANY SPECIAL, INDIRECT OR CONSE-
* QUENTIAL 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.
*  $
*/

BOBGFILES = bobg/Xdefaults bobg/cshrc bobg/cshrc bobg/preferences
BOBGINIT = bobg/init/atk bobg/init/ez bobg/init/help bobg/init/messages bobg/init/sendmessage bobg/init/typescript
GHOTIFILES = ghoti/preferences ghoti/login ghoti/cshrc
GHOTIINIT = ghoti/init/atk ghoti/init/bush  ghoti/init/ez \
ghoti/init/gdb ghoti/init/messages ghoti/init/pipescript
JHHFILES = jhh/Xclients jhh/cshrc  jhh/login jhh/preferences 
JHHINIT = jhh/init/atk jhh/init/ez jhh/init/messages jhh/init/sendmessage
JZ1JFILES =  jz1j/cshrc  jz1j/preferences
JZ1JINIT = jz1j/init/atk jz1j/init/console jz1j/init/ez jz1j/init/gdb \
jz1j/init/messages-send jz1j/init/pipescript jz1j/init/sendmessage \
jz1j/init/typescript
MCINERNYFILES = mcinerny/cshrc mcinerny/login mcinerny/preferences 
MCINERNYINIT = mcinerny/init/atk mcinerny/init/ez  mcinerny/init/messages 

GLOBALS = global.atkinit global.ezinit

DOCS = README.ez

MkdirTarget($(DESTDIR)/lib)
MkdirTarget($(DESTDIR)/lib/samples)
MkdirTarget($(DESTDIR)/lib/samples/bobg)
MkdirTarget($(DESTDIR)/lib/samples/ghoti)
MkdirTarget($(DESTDIR)/lib/samples/jhh)
MkdirTarget($(DESTDIR)/lib/samples/jz1j)
MkdirTarget($(DESTDIR)/lib/samples/mcinerny)
MkdirTarget($(DESTDIR)/lib/samples/bobg/init)
MkdirTarget($(DESTDIR)/lib/samples/ghoti/init)
MkdirTarget($(DESTDIR)/lib/samples/jhh/init)
MkdirTarget($(DESTDIR)/lib/samples/jz1j/init)
MkdirTarget($(DESTDIR)/lib/samples/mcinerny/init)
ForceInstallFiles($(BOBGFILES), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(BOBGINIT), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(GHOTIFILES), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(GHOTIINIT), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(JHHFILES), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(JHHINIT), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(JZ1JFILES), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(JZ1JINIT), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(MCINERNYFILES), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(MCINERNYINIT), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
ForceInstallFiles($(GLOBALS), $(INSTINCFLAGS), ${DESTDIR}/lib)
ForceInstallFiles($(DOCS), $(INSTINCFLAGS), ${DESTDIR}/lib/samples)
