# What plugin are we building ?

PLUGIN = rppvs

# Who are the maintainers ?
MAINTAINERS = colinh

ifeq ("$(PIPETYPE)", "p2")
OBJS =						\
	$(OBJDIR)/rppvs.$(O)			\
        $(OBJDIR)/rppvsgen.$(O)			\
        $(OBJDIR)/nodePVSWorldSector.$(O)

DOCSRC =					\
        rppvsgen.c				\
        nodePVSWorldSector.c

else
OBJS =	 \
        $(OBJDIR)/rppvs.$(O)  \
        $(OBJDIR)/rppvsgen.$(O)

DOCSRC = \
        rppvsgen.c \
        nodePVSWorldSector.c

endif

include ../makeplug

