/*$Id:$*/
#include "../insets.conf"

	     CC	= CCompiler
    CDEBUGFLAGS = InsetDebugFlags
	DEFINES	= -I../lib -DMULTI /*-DDebug*/
LOCAL_LIBRARIES = ../lib/libinsets.a XawClientLibs
	DEPLIBS = ../lib/libinsets.a

    XMH_BITMAPS = black6 box6
           SRCS = bbox.c command.c compfuncs.c folder.c init.c main.c \
                  menu.c mlist.c msg.c pick.c popup.c screen.c toc.c \
                  tocfuncs.c tocutil.c tsource.c util.c viewfuncs.c \
                  miscfuncs.c mime.c multi.c
           OBJS = bbox.o command.o compfuncs.o folder.o init.o main.o \
                  menu.o mlist.o msg.o pick.o popup.o screen.o toc.o \
                  tocfuncs.o tocutil.o tsource.o util.o viewfuncs.o \
                  miscfuncs.o mime.o multi.o


AllTarget(xmh)
ComplexProgramTarget(xmh)
BuildIncludes($(XMH_BITMAPS),bitmaps,..)

