
#	@(#) Makefile 1.18 91/05/10 

DESTDIR		= ../..

INCLUDEFILES =	array.h canshell.h drawobj.h grip.h 	\
		list.h rectobj.h \
		tree.h

all:	$(INCLUDEFILES)

clean:
	-sccs clean

install: FORCE
	cp $(INCLUDEFILES) $(DESTDIR)/include/sspkg

FORCE:

