
/*
 *	Imakefile for xhm
 */

SRCS		= xhm.c fun.c wid.c dis.c map.c ttd.c ram.c hlp.c
OBJS		= xhm.o fun.o wid.o dis.o map.o ttd.c ram.o hlp.o
LOCAL_LIBRARIES	= XawClientLibs
DEPLIBS		= XawClientDepLibs
SYS_LIBRARIES	= -lm

ComplexProgramTarget(xhm)
