DIRS =	connect	\
	dgrecv	\
	dgsend	\
	listen	\
	ping	\
	testlib	

all: $(DIRS)

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