/**/#########################################
/**/# Imakefile,v 2.0 1992/04/23 02:49:53 ware Exp
/**/#########################################
BUILD	= ../build/build
BFLAGS	= -i ../X11/Xo -d ../doc
SRCS	= intrinsic.spec rectobj.spec core.spec composite.spec \
	  constraint.spec

#include "../Xo.tmpl"

update:	$(SRCS) $(BUILD)
	$(BUILD) $(BFLAGS) $(SRCS)
	touch update

all::	  update

depend::

clean::
	rm -f update
