#include DESIGN_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = design
OBJECT_NAME = Motif

HEADERS = \
	internals.h

CSRCS = \
	Motif.c \
	converter.c \
	initialize.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

#define UnsharedObjs
UNSHAREDOBJS =\
        initialize.o

COBJS = \
	Motif.o \
	converter.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = xvm

/* the following field are intentionally left commented.  Use the flags */
/* if you wish to override the defaults assigned in the system          */
/* files.				     	 		        */

/* STD_INCLUDES = */

/* LIBCDEBUGFLAGS = */

#if HasMotif
LOCALDEFINES = -DKMOTIF_DEF
#endif

XINCLUDES = MotifIncludeDir X11IncludeDir

#include <Library.template>
