#======================================================================= # Makefile for # [01-Jul-89] #======================================================================= .SUFFIXES: .SUFFIXES: .dvi .exe .web T = tex: # NB: Pascal file put into temporary to avoid LINK problems with long names .web.exe: tangle\n\ $*.web\n\ $*.tops20-changes\n\ foo.pas\n\ $*.pool\n\ load foo.pas\n\ save $*\n\ delete foo.pas\n\ delete foo.rel all: chtopx.exe dvidoc.exe dviimp.exe dvitype.exe\ patgen.exe pltotf.exe pooltype.exe primes.exe\ profile.exe tangle.exe tex.exe tftopl.exe\ weave.exe install: copy *.exe $(T) chtopx.exe: chtopx.web dvidoc.exe: dvidoc.web dvidoc.tops20-changes dviimp.exe: dviimp.web dviimp.tops20-changes dvitype.exe: dvitype.web dvitype.tops20-changes patgen.exe: patgen.web pltotf.exe: pltotf.web pltotf.tops20-changes pooltype.exe: pooltype.web pooltype.tops20-changes primes.exe: primes.web profile.exe: profile.web tangle.exe: tangle.web tangle.tops20-changes tex.exe: tex.web tex.tops20-changes tftopl.exe: tftopl.web tftopl.tops20-changes weave.exe: weave.web weave.tops20-changes