#ifdef BandAidCompiler
#include BandAidCompiler
#endif

###############################################################
# Imakefile for XFBROWS
###############################################################
# Possible flags are : -DSVR4 -Di386 -DSCO
#                and : -DNOTIMER -DUSLEEP (see Makefile.mk)
###############################################################

DEFINES = -DNOTIMER
INCLUDES = -I$(TOP) -I$(TOP)/X11
DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(XLIB)

SRCS = butt.c dialog.c dir.c list.c misc.c scrl.c xfbrows.c
OBJS = butt.o dialog.o dir.o list.o misc.o scrl.o xfbrows.o

ComplexProgramTarget(xfbrows)

