XCOMM
XCOMM Imakefile: flx_util
XCOMM

#include "../../xfpovray.cf"

SRCS = flx_scale_form.c flx_sort_browser.c flx_justify_input.c fnmatch.c
OBJS = flx_scale_form.o flx_sort_browser.o flx_justify_input.o fnmatch.o
INCS = $(TOP)

EXTRA_INCLUDES = -I$(XFORMS_INCDIR) -I. -I$(INCS)

AllTarget(flx_scale_form.o)
AllTarget(flx_sort_browser.o)
AllTarget(fnmatch.o)
AllTarget(flx_justify_input.o)
DependTarget()
