#include DESIGN_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = design
OBJECT_NAME = Olit

HEADERS = \
	internals.h

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

#define UnsharedObjs
UNSHAREDOBJS =\
        initialize.o

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

BINARY_NAME = xvo

/* 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 HasOlit
LOCALDEFINES = -DKOLIT_DEF
#endif

XINCLUDES = OlitIncludeDir X11IncludeDir

#include <Library.template>
