PLUGIN = rtworld

# Who are the maintainers ?
MAINTAINERS = ads callan 

# since this tool contains multiple object files - define the extra ones
# here. The standard ones are added by 'maketool'

OBJS = \
	$(OBJDIR)/imputil.$(O) \
	$(OBJDIR)/optimise.$(O)

DOCSRC = \
	imputil.c \
	optimise.c

include ../maketool
