X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/79fc73e28d43ae3c68ea5c7cbf16b7338fe03da1..d8770b1245ff0acd81f581c5667563e0d127104a:/Makefile diff --git a/Makefile b/Makefile index 264ce083..7d6bf7cf 100644 --- a/Makefile +++ b/Makefile @@ -83,15 +83,16 @@ MOBJ2 = tree234.$(OBJ) OBJS1 = sshcrc.$(OBJ) sshdes.$(OBJ) sshmd5.$(OBJ) sshrsa.$(OBJ) sshrand.$(OBJ) OBJS2 = sshsha.$(OBJ) sshblowf.$(OBJ) noise.$(OBJ) sshdh.$(OBJ) sshdss.$(OBJ) OBJS3 = sshbn.$(OBJ) sshpubk.$(OBJ) ssh.$(OBJ) pageantc.$(OBJ) sshzlib.$(OBJ) -OBJS4 = x11fwd.$(OBJ) +OBJS4 = x11fwd.$(OBJ) sshaes.$(OBJ) ##-- objects pageant PAGE1 = pageant.$(OBJ) sshrsa.$(OBJ) sshpubk.$(OBJ) sshdes.$(OBJ) sshbn.$(OBJ) -PAGE2 = sshmd5.$(OBJ) version.$(OBJ) tree234.$(OBJ) misc.$(OBJ) +PAGE2 = sshmd5.$(OBJ) version.$(OBJ) tree234.$(OBJ) misc.$(OBJ) sshaes.$(OBJ) +PAGE3 = sshsha.$(OBJ) ##-- objects puttygen GEN1 = puttygen.$(OBJ) sshrsag.$(OBJ) sshprime.$(OBJ) sshdes.$(OBJ) GEN2 = sshbn.$(OBJ) sshmd5.$(OBJ) version.$(OBJ) sshrand.$(OBJ) noise.$(OBJ) GEN3 = sshsha.$(OBJ) winstore.$(OBJ) misc.$(OBJ) winctrls.$(OBJ) -GEN4 = sshrsa.$(OBJ) sshpubk.$(OBJ) +GEN4 = sshrsa.$(OBJ) sshpubk.$(OBJ) sshaes.$(OBJ) ##-- resources putty puttytel PRESRC = win_res.$(RES) ##-- resources pageant @@ -130,7 +131,7 @@ putty.exe: $(GOBJS1) $(GOBJS2) $(LOBJS1) $(POBJS) $(MOBJS) $(MOBJ2) $(OBJS1) $(O puttytel.exe: $(GOBJS1) $(GOBJS2) $(LOBJS1) $(TOBJS) $(MOBJS) $(MOBJ2) $(PRESRC) puttytel.rsp link $(LFLAGS) -out:puttytel.exe -map:puttytel.map @puttytel.rsp -pageant.exe: $(PAGE1) $(PAGE2) $(PAGERC) pageant.rsp +pageant.exe: $(PAGE1) $(PAGE2) $(PAGE3) $(PAGERC) pageant.rsp link $(LFLAGS) -out:pageant.exe -map:pageant.map @pageant.rsp puttygen.exe: $(GEN1) $(GEN2) $(GEN3) $(GEN4) $(GENRC) puttygen.rsp @@ -179,6 +180,7 @@ pageant.rsp: makefile echo /nologo /subsystem:windows > pageant.rsp echo $(PAGE1) >> pageant.rsp echo $(PAGE2) >> pageant.rsp + echo $(PAGE3) >> pageant.rsp echo $(PAGERC) >> pageant.rsp echo $(LIBS1) >> pageant.rsp echo $(LIBS2) >> pageant.rsp @@ -257,6 +259,7 @@ noise.$(OBJ): noise.c putty.h puttymem.h network.h ssh.h storage.h ssh.$(OBJ): ssh.c ssh.h putty.h puttymem.h network.h tree234.h sshcrc.$(OBJ): sshcrc.c ssh.h puttymem.h sshdes.$(OBJ): sshdes.c ssh.h puttymem.h +sshaes.$(OBJ): sshaes.c ssh.h puttymem.h sshmd5.$(OBJ): sshmd5.c ssh.h puttymem.h sshrsa.$(OBJ): sshrsa.c ssh.h puttymem.h sshsha.$(OBJ): sshsha.c ssh.h puttymem.h @@ -278,7 +281,7 @@ pageantc.$(OBJ): pageantc.c puttymem.h tree234.$(OBJ): tree234.c tree234.h puttymem.h puttygen.$(OBJ): puttygen.c putty.h ssh.h winstuff.h psftp.$(OBJ): psftp.c putty.h ssh.h storage.h sftp.h int64.h -sftp.$(OBJ): psftp.c sftp.h int64.h +sftp.$(OBJ): sftp.c sftp.h int64.h int64.$(OBJ): int64.c int64.h ##--