DIRS =	auxdemo	 \
	backtrce \
	gengl	 \
	stonehng

all: $(DIRS)

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