IMAKEFILE = lib

SRCS =\
	lvpset.c \
	lvredim.c

OBJS =\
	lvpset.o \
	lvredim.o

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	dmanip

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

/* INCLUDES = */

/* CDEBUGFLAGS = */

#include <Lib.template>
