#
# $XConsortium: Imakefile,v 1.1 89/09/19 11:32:29 jim Exp $
#

XGKS_TOP = ../..
#include  "../../xgks.tmpl"

LOCAL_LIBRARIES = $(XGKSLIB) $(XLIB)
LOCAL_XGKSINCLUDES = -I..

SRCS = hello.c 
OBJS = hello.o 

SingleProgramTarget(hello,$(OBJS),$(LOCAL_LIBRARIES),-lm)

DependTarget()

all:	hello
