#include <cea.def>

IMAKEFILE = prog

TOOLBOX =\
	cea

HEADERS =\
	vhough.h

SRCS =\
	vhough.c

OBJS =\
	vhough.o

YSRCS =

LSRCS =

PROGRAM_NAME =\
	vhough

LDLIBS = \
	$(TOOLBOX_LIBRARIES) \
	$(LOCAL_LIBRARIES) \
	$(EXTRA_LIBRARIES) \
	$(SYS_LIBRARIES)

DEPLIBS = \
	$(TOOLBOX_DEP_LIBRARIES) \
	$(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 = */

/* STD_INCLUDES = */


#include <Prog.template>
