#include DESIGN_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = design

OBJECT_NAME = xvlang

HEADERS = \
	internals.h

CSRCS = \
	CommandBar.c \
	Conditional.c \
	FinderList.c \
	Glyph.c \
	GlyphUtil.c \
	Loop.c \
	Node.c \
	Port.c \
	Procedure.c \
	ToolboxList.c \
	ToolboxMenu.c \
	WorkRestore.c \
	WorkSave.c \
	WorkUtil.c \
	Workspace.c \
	updateform.c \
	utilities.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	CommandBar.o \
	Conditional.o \
	FinderList.o \
	Glyph.o \
	GlyphUtil.o \
	Loop.o \
	Node.o \
	Port.o \
	Procedure.o \
	ToolboxList.o \
	ToolboxMenu.o \
	WorkRestore.o \
	WorkSave.o \
	WorkUtil.o \
	Workspace.o \
	updateform.o \
	utilities.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = xvl

#include <Library.template>

/* 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 = */
