BIN = ../../bin
LIB = ../../lib
H   = ../h

all:
install:

rcs:
	-ci -l -q *.h

semiclean:
clean:
	/bin/rm -f *.BAK *~
