/**/#	Copyright (c) 1990, 1991, 1992, 1993, 1994 Novell, Inc. All Rights Reserved.
/**/#	Copyright (c) 1993 Novell, Inc. All Rights Reserved.
/**/#	  All Rights Reserved

/**/#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.
/**/#	The copyright notice above does not evidence any
/**/#	actual or intended publication of such source code.

/**/#ident	"@(#)r5editres:Imakefile	1.2"

XCOMM $XConsortium: Imakefile,v 1.8 91/07/16 23:07:03 gildea Exp $
XCOMM
XCOMM Instructions for building Editres.
XCOMM Editres depends on the _EresInsert<something> and
XCOMM _EresRetrieve<something> routines that are are implemented and used by
XCOMM "EditresCom.c".  Since this module is intended to be included in your
XCOMM widget library or toolkit, editres should automatically link in the
XCOMM module, but if you have not included that module into your library you
XCOMM will need to edit the makefile to make sure that editres links in this 
XCOMM file.
XCOMM

        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
           SRCS = actions.c comm.c editres.c geometry.c handler.c setvalues.c \
		  svpopup.c utils.c widgets.c wtree.c 
           OBJS = actions.o comm.o editres.o geometry.o handler.o setvalues.o \
		  svpopup.o utils.o widgets.o wtree.o 

ComplexProgramTarget(editres)
InstallAppDefaults(Editres)
InstallAppDefaultsLong(Edit-col,Editres-color)
