#include <example_toolbox.def>

IMAKEFILE = lib

TOOLBOX =\
	example_toolbox

SRCS =\
	lvfrog.c

OBJS =\
	lvfrog.o

FSRCS =

FOBJS =

HEADERS =

LIBRARY_NAME =\
	example

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

/* STD_INCLUDES = */

/* LIBCDEBUGFLAGS = */

#include <Lib.template>
