#
#
#		Copyright IBM Corporation 1989
#
#                      All Rights Reserved
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted,
# 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 IBM not be
# used in advertising or publicity pertaining to distribution of the
# software without specific, written prior permission.
#
# IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
# ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
# IBM 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.
#
# Demo/xhib Imakefile for XGKS tree
#
# Author: Todd Gill 
#
# $Header: /cvsroot/xgks/xgks/progs/xhib/Imakefile,v 2.5.4.1 1993/03/10 19:43:33 steve Exp $
#
# $Log: Imakefile,v $
# Revision 2.5.4.1  1993/03/10 19:43:33  steve
# Initial placement under CVS control.
#
# Revision 1.1.1.1  90/02/14  12:14:51  steve
# Initial IBM/Illinois release
# 
# Revision 1.1  90/02/14  12:14:49  steve
# Initial revision
# 
# Revision 4.8  89/09/07  11:56:31  amy
# make dependencies
# 
# Revision 4.7  89/09/07  11:36:30  amy
# make dependencies
# 
# Revision 4.6  89/09/06  16:36:26  amy
# make dependencies
# 
# Revision 4.5  89/09/06  16:27:40  amy
# make dependencies
# 
# Revision 4.4  89/09/06  16:21:36  amy
# make dependencies
# 
# Revision 4.3  89/09/06  16:05:17  amy
# make dependencies
# 
# Revision 4.2  89/09/06  15:43:24  amy
# make dependencies
# 
# Revision 4.1  89/09/06  14:37:04  amy
# make dependencies
# 
# Revision 4.0  89/08/31  11:49:42  amy
# Changed IBM copyright for MIT distribution.
# 
# Revision 1.1  89/08/31  11:48:53  amy
# Initial revision
# 
# 
#

INSTALLHOME=/usr/lib/xgks
ILIBDIR = $(INSTALLHOME)/lib
IHDIR   = $(INSTALLHOME)/include
GKSLIB = $(ILIBDIR)/libxgks.a
LOCAL_LIBRARIES = $(ILIBDIR)/libxgks.a
FORTLIB = $(ILIBDIR)/fortxgks.a
LDFLAGS = -lX11 -lm
INCLUDES = -I$(IHDIR) -I.
CC = f77

OBJS1 = xhib.o
SRCS1 = xhib.f
SRCS = $(SRCS1)
OBJS = $(OBJS1) 

PROGRAMS = xhib 

FORTRAN_LIB = $(FORTLIB) $(LOCAL_LIBRARIES)

ComplexProgramTarget_1(xhib,$(FORTRAN_LIB),)
# DO NOT DELETE
