!======================================================================= ! Makefile for files in directory APS:. ! ! Usage: ! @DO /label:target --MAKE ! ! Targets: ! ALL (all of the below) ! DVIDOC DVIIMP DVITYP PATGEN PKTOPX PKTYPE PLTOTF POOLTY ! PRIMES PROFIL PXTOPK TANGLE TEX TEXBIG TEXDOC TFTOPL ! WEAVE ! ! With the exception of TEX and TEXBIG, which TANGLE, and TEXDOC and ! TEXDOB, which WEAVE, all of these run both TANGLE and WEAVE on the ! .WEB file. ! ! [06-Oct-86] !======================================================================= ALL:: @do /label:DVIDOC --make @do /label:DVIIMP --make @do /label:DVITYP --make @do /label:PATGEN --make @do /label:PKTOPX --make @do /label:PKTYPE --make @do /label:PLTOTF --make @do /label:POOLTY --make @do /label:PRIMES --make @do /label:PROFIL --make @do /label:PXTOPK --make @do /label:TANGLE --make @do /label:TEX --make @do /label:TEXBIG --make @do /label:TEXDOC --make @do /label:TFTOPL --make @do /label:WEAVE --make @goto done DVIDOC: ! Original version of DVIDOC.WEB will not WEAVE--it has old TeX78 ! macros which the TOPS-20 changefile supplies definitions for. @tex:weave *dvidoc.web *dvidoc.tex82-changes *dvidoc.tex @tex:tex dvidoc.tex @tex:weave *dvidoc.web *dvidoc.tops20-changes *dvidoc.tex @tex:tex dvidoc.tex @do --tangle dvidoc @goto done DVIIMP:: @do --tangle DVIIMP @do --weave DVIIMP @goto done DVITYP:: @copy dvitype.* dvityp.* @do --tangle DVITYP @rename dvityp.exe dvitype.exe @do --weave DVITYP @goto done PATGEN:: @do --tangle PATGEN @do --weave PATGEN @goto done PKTOPX:: @do --tangle PKTOPX @do --weave PKTOPX @goto done PKTYPE:: @do --tangle PKTYPE @do --weave PKTYPE @goto done PLTOTF:: @do --tangle PLTOTF @do --weave PLTOTF @goto done POOLTY:: @copy pooltype.* poolty.* @do --tangle POOLTY @rename poolty.exe pooltype.exe @do --weave POOLTY @goto done PRIMES:: @do --tangle PRIMES @do --weave PRIMES @goto done PROFIL:: @do --tangle PROFILE @do --weave PROFILE @goto done PXTOPK:: @do --tangle PXTOPK @do --weave PXTOPK @goto done TANGLE:: @do --tangle TANGLE @do --weave TANGLE @goto done TEX:: @do --tex @goto done TEXBIG:: @do --make-big-tex-change-file @do --tex -big,/extend @delete tex.tops20-changes-big @goto done TEXDOC:: @do --weave tex @goto done TEXDOB: @do --make-big-tex-change-file @do --weave tex,-big @delete tex.tops20-changes-big @goto done TFTOPL:: @do --tangle TFTOPL @do --weave TFTOPL @goto done WEAVE:: @do --tangle WEAVE @do --weave WEAVE @goto done DONE:: %ERR:: %TERR::