/*****************************************************************************

                      Imakefile for FWF Support Code

 *****************************************************************************/

#include "../../FWF.tmpl"

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS = converters.c text.c bindings.c
OBJS = converters.o text.o bindings.o
INCS = SupportCode.h
MANS = SupportCode.man

AddToLibraryTarget(archive,$(FWF_LIBDIR),$(FWF_LIBNAME),$(OBJS))
ObjectRuleWithFlags($(FWF_CFLAGS))

RequireThisFileForInit($(FWF_INCDIR)/SupportCode.h)
FileCopyWhenNeeded(.,SupportCode.h,$(FWF_INCDIR),SupportCode.h)
InstallMultiple($(INCS),$(FWF_INSTALL_INCDIR))

GatherDescription(SupportCode.txt,../../README.INDEX);

objects: first objs archive last

first:: $(INCS)

objs: $(OBJS)

last: $(MANS)

execs:
