IMAKEFILE = lib

SRCS =\
	lFdat2viff.c \
	lFimg2viff.c \
	lSimg2viff.c \
	magnet.c

OBJS =\
	lFdat2viff.o \
	lFimg2viff.o \
	lSimg2viff.o \
	magnet.o

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	medic

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