DIRLIST =	aniedit		\
		ddespy		\
		dlgedit		\
		fontedit	\
		image       \
		imagedit	\
		tlist       \
		mc          \
		perfmon		\
		scrnsave    \
		spy    	    \
		netwatch	\
		porttool	\
		pviewer		\
		remote		\
		rshell		\
		uconvert	\
		winat		\
		windiff		\
		walker		\
		zoomin		

all: $(DIRLIST)

$(DIRLIST):
	cd $@
	@echo *** sdktools\$@ *** >>$(MSTOOLS)\samples\sdktools.tmp
	@nmake -a -i 1>>$(MSTOOLS)\samples\sdktools.tmp 2>&1
	cd ..
	
