EXAMPLES = hndemo ppport sdb

all:	$(EXAMPLES)
	cp $(EXAMPLES) ../../../scm

clean:	$(EXAMPLES)
	(cd ../../../scm; rm -f $(EXAMPLES))
