]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - PuTTY.make
initial, pretty much as generated by CreateMake
[PuTTY.git] / PuTTY.make
1 # This is the Makefile for building PuTTY for the Mac OS.\r\r#   File:       PuTTY.make\r#   Target:     PuTTY\r#   Sources:    bjh21:putty:foo.c\r#               bjh21:putty:mac.c\r#               bjh21:putty:misc.c\r#               bjh21:putty:putty.r\r#               bjh21:putty:ssh.c\r#               bjh21:putty:sshcrc.c\r#               bjh21:putty:sshdes.c\r#               bjh21:putty:sshmd5.c\r#               bjh21:putty:sshrand.c\r#               bjh21:putty:sshrsa.c\r#               bjh21:putty:sshsha.c\r#               bjh21:putty:telnet.c\r#               bjh21:putty:terminal.c\r#   Created:    Thursday, February 18, 1999 06:11:49 PM\r\r\rMAKEFILE     = PuTTY.make\r¥MondoBuild¥ = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified\rIncludes     =\rSym¥68K      = \rObjDir¥68K   =\r\rCOptions     = {Includes} {Sym¥68K} \r\rObjects¥68K  = ¶\r              "{ObjDir¥68K}mac.c.o" ¶\r                "{ObjDir¥68K}misc.c.o" ¶\r               "{ObjDir¥68K}ssh.c.o" ¶\r                "{ObjDir¥68K}sshcrc.c.o" ¶\r             "{ObjDir¥68K}sshdes.c.o" ¶\r             "{ObjDir¥68K}sshmd5.c.o" ¶\r             "{ObjDir¥68K}sshrand.c.o" ¶\r            "{ObjDir¥68K}sshrsa.c.o" ¶\r             "{ObjDir¥68K}sshsha.c.o" ¶\r             "{ObjDir¥68K}telnet.c.o" ¶\r             "{ObjDir¥68K}terminal.c.o"\r\r\rPuTTY ÄÄ {¥MondoBuild¥} {Objects¥68K}\r     Link ¶\r         -o {Targ} -d {Sym¥68K} ¶\r               {Objects¥68K} ¶\r                -t 'APPL' ¶\r            -c '????' ¶\r            "{Libraries}MathLib.o" ¶\r               #"{CLibraries}Complex.o" ¶\r             "{CLibraries}StdCLib.o" ¶\r              "{Libraries}MacRuntime.o" ¶\r            "{Libraries}IntEnv.o" ¶\r                "{Libraries}ToolLibs.o" ¶\r              "{Libraries}Interface.o"\r\r\rPuTTY ÄÄ {¥MondoBuild¥} bjh21:putty:putty.r\r Rez bjh21:putty:putty.r -o {Targ} {Includes} -append\r\r\r"{ObjDir¥68K}mac.c.o" Ä {¥MondoBuild¥} mac.c\r    {C} mac.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}misc.c.o" Ä {¥MondoBuild¥} misc.c\r {C} misc.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}ssh.c.o" Ä {¥MondoBuild¥} ssh.c\r  {C} ssh.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}sshcrc.c.o" Ä {¥MondoBuild¥} sshcrc.c\r     {C} sshcrc.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}sshdes.c.o" Ä {¥MondoBuild¥} sshdes.c\r  {C} sshdes.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}sshmd5.c.o" Ä {¥MondoBuild¥} sshmd5.c\r  {C} sshmd5.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}sshrand.c.o" Ä {¥MondoBuild¥} sshrand.c\r        {C} sshrand.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}sshrsa.c.o" Ä {¥MondoBuild¥} sshrsa.c\r {C} sshrsa.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}sshsha.c.o" Ä {¥MondoBuild¥} sshsha.c\r  {C} sshsha.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}telnet.c.o" Ä {¥MondoBuild¥} telnet.c\r  {C} telnet.c -o {Targ} {COptions}\r\r"{ObjDir¥68K}terminal.c.o" Ä {¥MondoBuild¥} terminal.c\r      {C} terminal.c -o {Targ} {COptions}\r\r