#
# files list for GLE to be included by the makefiles
#

PROGRAM = \
fbuild

INCLUDES = \
token.h \
../gle/cutils.h

OBJECTS = \
token.$(OBJ_SUFF)

EXTRA_OBJS = \
../gle/cutils.$(OBJ_SUFF)
