IMAKEFILE = fprog

HEADERS =\
	mlse.h

SRCS =\
	mlse.c

OBJS =\
	mlse.o

FSRCS =

FOBJS =

YSRCS =

PROGRAM_NAME =\
	mlse

LDLIBS = \
	$(LOCAL_LIBRARIES) \
	$(FOR_LOCAL_LIBRARIES) \
	$(FOR_SYS_LIBRARIES) \
	$(SYS_LIBRARIES) \
	$(EXTRA_LIBRARIES)

DEPLIBS = \
	$(LOCAL_DEP_LIBRARIES) \
	$(FOR_LOCAL_DEP_LIBRARIES)

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

/* CDEBUGFLAGS = */

/* INCLUDES = */


#include <FProg.template>
