HCLSUBDIRS = expect-4.5 minterp tcl-dp2.0 itcl-1.3
HUSHSUBDIRS = 3ditems photo-2.3 dragdrop-1.1 graph-1.0 meters tree-3.3 \
	      blt-1.0 TkSteal-3.3

SUBDIRS = $(HCLSUBDIRS) $(HUSHSUBDIRS)

SOURCE=contrib
PACK=hush-contrib-1.0

it: all

test:

all install clean:
	@set -x; for i in $(SUBDIRS); do (cd $$i; $(MAKE) $@); done

pack:
	make clean
	cd ..; tar cvf - $(SOURCE) > $(PACK).tar; mv $(PACK).tar $(SOURCE)/$(PACK).tar
	compress $(PACK).tar
