# What plugin are we building ?

PLUGIN = rt2d
# Who are the maintainers ?
MAINTAINERS = ads colinh

OBJS =						\
	$(OBJDIR)/brush.$(O)			\
	$(OBJDIR)/fill.$(O)			\
	$(OBJDIR)/font.$(O)			\
	$(OBJDIR)/gstate.$(O)			\
	$(OBJDIR)/path.$(O)			\
	$(OBJDIR)/stroke.$(O)

DOCSRC =					\
	brush.c					\
	fill.c					\
	font.c					\
	gstate.c				\
	path.c					\
	stroke.c


sky2HDRS =					\
	vusgfnt.h				\
	vufont.h				\
	vufill.h				\
	vustroke.h

sky2OBJS =					\
	$(OBJDIR)/ps2pipes.$(O)			\
	$(OBJDIR)/ps2fill.$(O)			\
	$(OBJDIR)/ps2font.$(O)			\
	$(OBJDIR)/ps2sgfnt.$(O)			\
	$(OBJDIR)/ps2stroke.$(O)		\
	$(OBJDIR)/null2d.$(O)			\
	$(OBJDIR)/vustroke.$(O)			\
	$(OBJDIR)/vufont.$(O)			\
	$(OBJDIR)/vusgfnt.$(O)			\
	$(OBJDIR)/vufill.$(O)

sky2DOCSRC =					\
	ps2fill.c				\
	ps2font.c				\
	ps2pipes.c				\
	ps2stroke.c				\


include ../maketool

vusgfnt.h: vusgfnt.i stddata.sed
	sed -e "s/vuSymb/vuSgFontSymb/g" -f stddata.sed 	\
	vusgfnt.i > vusgfnt.h

vufont.h: vufont.i stddata.sed
	sed -e "s/vuSymb/vuFontSymb/g" -f stddata.sed	\
	vufont.i > vufont.h

vufill.h: vufill.i stddata.sed
	sed -e "s/vuSymb/vuFillSymb/g" -f stddata.sed 	\
	vufill.i > vufill.h

vustroke.h: vustroke.i stddata.sed
	sed -e "s/vuSymb/vuStrokeSymb/g" -f stddata.sed	\
	vustroke.i > vustroke.h
