XCOMM 
XCOMM @DEC_COPYRIGHT@
XCOMM
XCOMM HISTORY
XCOMM $Log: Imakefile,v $
# Revision 3.1  1995/04/26  19:30:06  campbell
# Initial drop for kit examples
#
# Revision 1.1  1995/03/07  22:55:34  campbell
# Original xsdk samples
#
XCOMM Revision 1.2  91/12/15  12:42:16  devrcs
XCOMM Initial load of project
XCOMM 
XCOMM $EndLog$
XCOMM 
XCOMM $XConsortium: Imakefile,v 1.16 91/07/17 00:47:05 gildea Exp $
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
  SYS_LIBRARIES = -lm
           SRCS = xedit.c commands.c util.c
           OBJS = xedit.o commands.o util.o

ComplexProgramTarget(xedit)
InstallAppDefaults(Xedit)
