DIRLIST  =  idl     \
            engines \
            app      

all: $(DIRLIST)

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