DIRLIST =	book	\
		demos	\
		glaux	\
		pipes	\
		saver	\
		samples

all: $(DIRLIST)

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