
XCOMM   You may need to change the INCLUDES and LOCAL_LIBRARIES lines below
XCOMM   if you don't have the Xmp, Wc, and Xm libraries and header files
XCOMM   installed in the same place as the X11 libraries and header files.
XCOMM   If your imake doesn't know XmClientLibs, replace it with -lXm 
XCOMM   $(XTOOLLIB) $(XLIB)

INCLUDES = -I. 
LOCAL_LIBRARIES = -lXmp -lWc XmClientLibs

SRCS=	\
	xmphone.c

OBJS = \
	xmphone.o

PROGRAMS=xmphone

ComplexProgramTarget(xmphone)

InstallAppDefaults(XMphone)

