IMAKEFILE = prog

HEADERS =\
	vexpwarp.h

SRCS =\
	vexpwarp.c

OBJS =\
	vexpwarp.o

YSRCS =

PROGRAM_NAME =\
	vexpwarp

LDLIBS = \
        -lion_beam \
	$(LOCAL_LIBRARIES) \
	$(SYS_LIBRARIES) \
	$(EXTRA_LIBRARIES)

DEPLIBS = \
	$(LOCAL_DEP_LIBRARIES)

/* the following field are intentionally left commented.  Use the flags     */
/* if you wish to override the defaults assign in the system configuration  */
/* files.   Other fields may also be overridden such as the LOCAL_LIBRARIES */
/* and EXTRA_LIBRARIES							    */

/* CDEBUGFLAGS = */

/* INCLUDES = */


#include <Prog.template>
