# AR = shar -c -v
AR = arch -c
B = ..
D = include/

shar		: include.shar

include.shar	: README Makefile *.h
	( cd ${B} ; ${AR}	\
		${D}README	${D}COPYRIGHT	${D}Makefile	${D}*.h \
	> ${D}include.shar )

clean		:
	rm -f core include.shar
