OSDN Git Service

Modify features and documents for 1.98b the urgent security release.
[ffftp/ffftp.git] / contrib / putty / UNIX / MAKEFILE.IN
diff --git a/contrib/putty/UNIX/MAKEFILE.IN b/contrib/putty/UNIX/MAKEFILE.IN
deleted file mode 100644 (file)
index 8893846..0000000
+++ /dev/null
@@ -1,872 +0,0 @@
-# Makefile.in for putty under Unix with Autoconf.\r
-#\r
-# This file was created by `mkfiles.pl' from the `Recipe' file.\r
-# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.\r
-#\r
-# Extra options you can set:\r
-#\r
-#  - VER="-DSNAPSHOT=1999-01-25 -DSVN_REV=1234"\r
-#      Generates executables whose About box report them as being a\r
-#      development snapshot. SVN_REV is a Subversion revision number.\r
-#\r
-#  - VER=-DRELEASE=0.43\r
-#      Generates executables whose About box report them as being a\r
-#      release version.\r
-#\r
-#  - COMPAT=-DAUTO_WINSOCK (Windows only)\r
-#      Causes PuTTY to assume that <windows.h> includes its own WinSock\r
-#      header file, so that it won't try to include <winsock.h>.\r
-#\r
-#  - COMPAT=-DWINSOCK_TWO (Windows only)\r
-#      Causes the PuTTY utilities to include <winsock2.h> instead of\r
-#      <winsock.h>, except Plink which _needs_ WinSock 2 so it already\r
-#      does this.\r
-#\r
-#  - COMPAT=-DNO_SECURITY (Windows only)\r
-#      Disables Pageant's use of <aclapi.h>, which is not available\r
-#      with some development environments (such as older versions of\r
-#      the Cygwin/mingw GNU toolchain). This means that Pageant\r
-#      won't care about the local user ID of processes accessing it; a\r
-#      version of Pageant built with this option will therefore refuse\r
-#      to run under NT-series OSes on security grounds (although it\r
-#      will run fine on Win95-series OSes where there is no access\r
-#      control anyway).\r
-#\r
-#  - COMPAT=-DNO_MULTIMON (Windows only)\r
-#      Disables PuTTY's use of <multimon.h>, which is not available\r
-#      with some development environments. This means that PuTTY's\r
-#      full-screen mode (configurable to work on Alt-Enter) will\r
-#      not behave usefully in a multi-monitor environment.\r
-#\r
-#      Note that this definition is always enabled in the Cygwin\r
-#      build, since at the time of writing this <multimon.h> is\r
-#      known not to be available in Cygwin.\r
-#\r
-#  - COMPAT=-DNO_HTMLHELP (Windows only)\r
-#      Disables PuTTY's use of <htmlhelp.h>, which is not available\r
-#      with some development environments. The resulting binary\r
-#      will only look for an old-style WinHelp file (.HLP/.CNT), and\r
-#      will ignore any .CHM file.\r
-#\r
-#      Note that this definition is always enabled in the Cygwin\r
-#      build, since at the time of writing this <htmlhelp.h> is\r
-#      known not to be available in Cygwin (although you can use\r
-#      the htmlhelp.h supplied with HTML Help Workshop).\r
-#\r
-#  - RCFL=-DNO_MANIFESTS (Windows only)\r
-#      Disables inclusion of XML application manifests in the PuTTY\r
-#      binaries. This may be necessary to build for 64-bit Windows;\r
-#      the manifests are only included to use the XP GUI style on\r
-#      Windows XP, and the architecture tags are a lie on 64-bit.\r
-#\r
-#  - COMPAT=-DNO_IPV6\r
-#      Disables PuTTY's ability to make IPv6 connections, enabling\r
-#      it to compile under development environments which do not\r
-#      support IPv6 in their header files.\r
-#\r
-#  - COMPAT=-DNO_GSSAPI\r
-#      Disables PuTTY's ability to use GSSAPI functions for\r
-#      authentication and key exchange.\r
-#\r
-#  - COMPAT=-DSTATIC_GSSAPI\r
-#      Causes PuTTY to try to link statically against the GSSAPI\r
-#      library instead of the default of doing it at run time.\r
-#\r
-#  - COMPAT=-DMSVC4 (Windows only)\r
-#  - RCFL=-DMSVC4\r
-#      Makes a couple of minor changes so that PuTTY compiles using\r
-#      MSVC 4. You will also need -DNO_SECURITY and -DNO_MULTIMON.\r
-#\r
-#  - RCFL=-DASCIICTLS (Windows only)\r
-#      Uses ASCII rather than Unicode to specify the tab control in\r
-#      the resource file. Probably most useful when compiling with\r
-#      Cygnus/mingw32, whose resource compiler may have less of a\r
-#      problem with it.\r
-#\r
-#  - XFLAGS=-DTELNET_DEFAULT\r
-#      Causes PuTTY to default to the Telnet protocol (in the absence\r
-#      of Default Settings and so on to the contrary). Normally PuTTY\r
-#      will default to SSH.\r
-#\r
-#  - XFLAGS=-DDEBUG\r
-#      Causes PuTTY to enable internal debugging.\r
-#\r
-#  - XFLAGS=-DMALLOC_LOG\r
-#      Causes PuTTY to emit a file called putty_mem.log, logging every\r
-#      memory allocation and free, so you can track memory leaks.\r
-#\r
-#  - XFLAGS=-DMINEFIELD (Windows only)\r
-#      Causes PuTTY to use a custom memory allocator, similar in\r
-#      concept to Electric Fence, in place of regular malloc(). Wastes\r
-#      huge amounts of RAM, but should cause heap-corruption bugs to\r
-#      show up as GPFs at the point of failure rather than appearing\r
-#      later on as second-level damage.\r
-#\r
-\r
-CC = @CC@\r
-\r
-CFLAGS = @CFLAGS@ @PUTTYCFLAGS@ @CPPFLAGS@ @DEFS@ @GTK_CFLAGS@ -I.././ \\r
-               -I../charset/ -I../windows/ -I../unix/ -I../macosx/\r
-XLDFLAGS = @LDFLAGS@ @LIBS@ @GTK_LIBS@\r
-ULDFLAGS = @LDFLAGS@ @LIBS@\r
-INSTALL=@INSTALL@\r
-INSTALL_PROGRAM=$(INSTALL)\r
-INSTALL_DATA=$(INSTALL)\r
-prefix=@prefix@\r
-exec_prefix=@exec_prefix@\r
-bindir=@bindir@\r
-datarootdir=@datarootdir@\r
-mandir=@mandir@\r
-man1dir=$(mandir)/man1\r
-\r
-\r
-.SUFFIXES:\r
-\r
-\r
-all: @all_targets@\r
-all-cli: plink pscp psftp puttygen\r
-all-gtk: pterm putty puttytel\r
-\r
-plink: be_all_s.o cmdline.o cproxy.o ldisc.o logging.o misc.o pgssapi.o \\r
-               pinger.o portfwd.o proxy.o raw.o rlogin.o settings.o ssh.o \\r
-               sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o \\r
-               sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o \\r
-               sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshzlib.o \\r
-               telnet.o time.o timing.o tree234.o ux_x11.o uxagentc.o \\r
-               uxcons.o uxgss.o uxmisc.o uxnet.o uxnoise.o uxplink.o \\r
-               uxproxy.o uxsel.o uxser.o uxsignal.o uxstore.o version.o \\r
-               wildcard.o x11fwd.o\r
-       $(CC) -o $@ be_all_s.o cmdline.o cproxy.o ldisc.o logging.o misc.o \\r
-               pgssapi.o pinger.o portfwd.o proxy.o raw.o rlogin.o \\r
-               settings.o ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o \\r
-               sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o \\r
-               sshmd5.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o \\r
-               sshsha.o sshzlib.o telnet.o time.o timing.o tree234.o \\r
-               ux_x11.o uxagentc.o uxcons.o uxgss.o uxmisc.o uxnet.o \\r
-               uxnoise.o uxplink.o uxproxy.o uxsel.o uxser.o uxsignal.o \\r
-               uxstore.o version.o wildcard.o x11fwd.o $(ULDFLAGS) \r
-\r
-pscp: be_none.o cmdline.o cproxy.o int64.o logging.o misc.o pgssapi.o \\r
-               pinger.o portfwd.o proxy.o pscp.o settings.o sftp.o ssh.o \\r
-               sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o \\r
-               sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o \\r
-               sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshzlib.o \\r
-               time.o timing.o tree234.o uxagentc.o uxcons.o uxgss.o \\r
-               uxmisc.o uxnet.o uxnoise.o uxproxy.o uxsel.o uxsftp.o \\r
-               uxstore.o version.o wildcard.o x11fwd.o\r
-       $(CC) -o $@ be_none.o cmdline.o cproxy.o int64.o logging.o misc.o \\r
-               pgssapi.o pinger.o portfwd.o proxy.o pscp.o settings.o \\r
-               sftp.o ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o \\r
-               sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o \\r
-               sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o \\r
-               sshzlib.o time.o timing.o tree234.o uxagentc.o uxcons.o \\r
-               uxgss.o uxmisc.o uxnet.o uxnoise.o uxproxy.o uxsel.o \\r
-               uxsftp.o uxstore.o version.o wildcard.o x11fwd.o $(ULDFLAGS)\r
-\r
-psftp: be_none.o cmdline.o cproxy.o int64.o logging.o misc.o pgssapi.o \\r
-               pinger.o portfwd.o proxy.o psftp.o settings.o sftp.o ssh.o \\r
-               sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o \\r
-               sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o \\r
-               sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshzlib.o \\r
-               time.o timing.o tree234.o uxagentc.o uxcons.o uxgss.o \\r
-               uxmisc.o uxnet.o uxnoise.o uxproxy.o uxsel.o uxsftp.o \\r
-               uxstore.o version.o wildcard.o x11fwd.o\r
-       $(CC) -o $@ be_none.o cmdline.o cproxy.o int64.o logging.o misc.o \\r
-               pgssapi.o pinger.o portfwd.o proxy.o psftp.o settings.o \\r
-               sftp.o ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o \\r
-               sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o \\r
-               sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o \\r
-               sshzlib.o time.o timing.o tree234.o uxagentc.o uxcons.o \\r
-               uxgss.o uxmisc.o uxnet.o uxnoise.o uxproxy.o uxsel.o \\r
-               uxsftp.o uxstore.o version.o wildcard.o x11fwd.o $(ULDFLAGS)\r
-\r
-pterm: be_none.o cmdline.o config.o dialog.o fromucs.o gtkcfg.o gtkcols.o \\r
-               gtkdlg.o gtkfont.o gtkwin.o ldisc.o ldiscucs.o localenc.o \\r
-               logging.o macenc.o mimeenc.o minibidi.o misc.o nocproxy.o \\r
-               nogss.o sbcs.o sbcsdat.o sercfg.o settings.o slookup.o \\r
-               terminal.o time.o timing.o toucs.o tree234.o utf8.o uxcfg.o \\r
-               uxmisc.o uxprint.o uxpterm.o uxpty.o uxsel.o uxsignal.o \\r
-               uxstore.o uxucs.o version.o wcwidth.o xenc.o xkeysym.o \\r
-               xpmptcfg.o xpmpterm.o\r
-       $(CC) -o $@ be_none.o cmdline.o config.o dialog.o fromucs.o gtkcfg.o \\r
-               gtkcols.o gtkdlg.o gtkfont.o gtkwin.o ldisc.o ldiscucs.o \\r
-               localenc.o logging.o macenc.o mimeenc.o minibidi.o misc.o \\r
-               nocproxy.o nogss.o sbcs.o sbcsdat.o sercfg.o settings.o \\r
-               slookup.o terminal.o time.o timing.o toucs.o tree234.o \\r
-               utf8.o uxcfg.o uxmisc.o uxprint.o uxpterm.o uxpty.o uxsel.o \\r
-               uxsignal.o uxstore.o uxucs.o version.o wcwidth.o xenc.o \\r
-               xkeysym.o xpmptcfg.o xpmpterm.o $(XLDFLAGS) \r
-\r
-putty: be_all_s.o cmdline.o config.o cproxy.o dialog.o fromucs.o gtkcfg.o \\r
-               gtkcols.o gtkdlg.o gtkfont.o gtkwin.o ldisc.o ldiscucs.o \\r
-               localenc.o logging.o macenc.o mimeenc.o minibidi.o misc.o \\r
-               pgssapi.o pinger.o portfwd.o proxy.o raw.o rlogin.o sbcs.o \\r
-               sbcsdat.o sercfg.o settings.o slookup.o ssh.o sshaes.o \\r
-               ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o sshdes.o \\r
-               sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o sshrand.o \\r
-               sshrsa.o sshsh256.o sshsh512.o sshsha.o sshzlib.o telnet.o \\r
-               terminal.o time.o timing.o toucs.o tree234.o utf8.o ux_x11.o \\r
-               uxagentc.o uxcfg.o uxgss.o uxmisc.o uxnet.o uxnoise.o \\r
-               uxprint.o uxproxy.o uxputty.o uxsel.o uxser.o uxsignal.o \\r
-               uxstore.o uxucs.o version.o wcwidth.o wildcard.o x11fwd.o \\r
-               xenc.o xkeysym.o xpmpucfg.o xpmputty.o\r
-       $(CC) -o $@ be_all_s.o cmdline.o config.o cproxy.o dialog.o \\r
-               fromucs.o gtkcfg.o gtkcols.o gtkdlg.o gtkfont.o gtkwin.o \\r
-               ldisc.o ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \\r
-               minibidi.o misc.o pgssapi.o pinger.o portfwd.o proxy.o raw.o \\r
-               rlogin.o sbcs.o sbcsdat.o sercfg.o settings.o slookup.o \\r
-               ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o \\r
-               sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o \\r
-               sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o \\r
-               sshzlib.o telnet.o terminal.o time.o timing.o toucs.o \\r
-               tree234.o utf8.o ux_x11.o uxagentc.o uxcfg.o uxgss.o \\r
-               uxmisc.o uxnet.o uxnoise.o uxprint.o uxproxy.o uxputty.o \\r
-               uxsel.o uxser.o uxsignal.o uxstore.o uxucs.o version.o \\r
-               wcwidth.o wildcard.o x11fwd.o xenc.o xkeysym.o xpmpucfg.o \\r
-               xpmputty.o $(XLDFLAGS) \r
-\r
-puttygen: cmdgen.o import.o misc.o notiming.o sshaes.o sshbn.o sshdes.o \\r
-               sshdss.o sshdssg.o sshmd5.o sshprime.o sshpubk.o sshrand.o \\r
-               sshrsa.o sshrsag.o sshsh256.o sshsh512.o sshsha.o time.o \\r
-               tree234.o uxcons.o uxgen.o uxmisc.o uxnoise.o uxstore.o \\r
-               version.o\r
-       $(CC) -o $@ cmdgen.o import.o misc.o notiming.o sshaes.o sshbn.o \\r
-               sshdes.o sshdss.o sshdssg.o sshmd5.o sshprime.o sshpubk.o \\r
-               sshrand.o sshrsa.o sshrsag.o sshsh256.o sshsh512.o sshsha.o \\r
-               time.o tree234.o uxcons.o uxgen.o uxmisc.o uxnoise.o \\r
-               uxstore.o version.o $(ULDFLAGS) \r
-\r
-puttytel: be_nos_s.o cmdline.o config.o dialog.o fromucs.o gtkcfg.o \\r
-               gtkcols.o gtkdlg.o gtkfont.o gtkwin.o ldisc.o ldiscucs.o \\r
-               localenc.o logging.o macenc.o mimeenc.o minibidi.o misc.o \\r
-               nocproxy.o nogss.o pinger.o proxy.o raw.o rlogin.o sbcs.o \\r
-               sbcsdat.o sercfg.o settings.o slookup.o telnet.o terminal.o \\r
-               time.o timing.o toucs.o tree234.o utf8.o uxcfg.o uxmisc.o \\r
-               uxnet.o uxprint.o uxproxy.o uxputty.o uxsel.o uxser.o \\r
-               uxsignal.o uxstore.o uxucs.o version.o wcwidth.o xenc.o \\r
-               xkeysym.o xpmpucfg.o xpmputty.o\r
-       $(CC) -o $@ be_nos_s.o cmdline.o config.o dialog.o fromucs.o \\r
-               gtkcfg.o gtkcols.o gtkdlg.o gtkfont.o gtkwin.o ldisc.o \\r
-               ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \\r
-               minibidi.o misc.o nocproxy.o nogss.o pinger.o proxy.o raw.o \\r
-               rlogin.o sbcs.o sbcsdat.o sercfg.o settings.o slookup.o \\r
-               telnet.o terminal.o time.o timing.o toucs.o tree234.o utf8.o \\r
-               uxcfg.o uxmisc.o uxnet.o uxprint.o uxproxy.o uxputty.o \\r
-               uxsel.o uxser.o uxsignal.o uxstore.o uxucs.o version.o \\r
-               wcwidth.o xenc.o xkeysym.o xpmpucfg.o xpmputty.o $(XLDFLAGS)\r
-\r
-be_all_s.o: ../be_all_s.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../be_all_s.c\r
-be_none.o: ../be_none.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../be_none.c\r
-be_nos_s.o: ../be_nos_s.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../be_nos_s.c\r
-cmdgen.o: ../cmdgen.c ../putty.h ../ssh.h ../puttyps.h ../network.h \\r
-               ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../cmdgen.c\r
-cmdline.o: ../cmdline.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../cmdline.c\r
-config.o: ../config.c ../putty.h ../dialog.h ../storage.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../config.c\r
-cproxy.o: ../cproxy.c ../putty.h ../ssh.h ../network.h ../proxy.h \\r
-               ../puttyps.h ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../cproxy.c\r
-dialog.o: ../dialog.c ../putty.h ../dialog.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../dialog.c\r
-fromucs.o: ../charset/fromucs.c ../charset/charset.h ../charset/internal.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/fromucs.c\r
-gtkcfg.o: ../unix/gtkcfg.c ../putty.h ../dialog.h ../storage.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkcfg.c\r
-gtkcols.o: ../unix/gtkcols.c ../unix/gtkcols.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkcols.c\r
-gtkdlg.o: ../unix/gtkdlg.c ../unix/gtkcols.h ../unix/gtkfont.h ../putty.h \\r
-               ../storage.h ../dialog.h ../tree234.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkdlg.c\r
-gtkfont.o: ../unix/gtkfont.c ../putty.h ../unix/gtkfont.h ../tree234.h \\r
-               ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkfont.c\r
-gtkwin.o: ../unix/gtkwin.c ../putty.h ../terminal.h ../unix/gtkfont.h \\r
-               ../puttyps.h ../network.h ../misc.h ../tree234.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkwin.c\r
-import.o: ../import.c ../putty.h ../ssh.h ../misc.h ../puttyps.h \\r
-               ../network.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../import.c\r
-int64.o: ../int64.c ../int64.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../int64.c\r
-ldisc.o: ../ldisc.c ../putty.h ../terminal.h ../ldisc.h ../puttyps.h \\r
-               ../network.h ../misc.h ../tree234.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../ldisc.c\r
-ldiscucs.o: ../ldiscucs.c ../putty.h ../terminal.h ../ldisc.h ../puttyps.h \\r
-               ../network.h ../misc.h ../tree234.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../ldiscucs.c\r
-localenc.o: ../charset/localenc.c ../charset/charset.h ../charset/internal.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/localenc.c\r
-logging.o: ../logging.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../logging.c\r
-macenc.o: ../charset/macenc.c ../charset/charset.h ../charset/internal.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/macenc.c\r
-mimeenc.o: ../charset/mimeenc.c ../charset/charset.h ../charset/internal.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/mimeenc.c\r
-minibidi.o: ../minibidi.c ../misc.h ../puttymem.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../minibidi.c\r
-misc.o: ../misc.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../misc.c\r
-nocproxy.o: ../nocproxy.c ../putty.h ../network.h ../proxy.h ../puttyps.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../nocproxy.c\r
-nogss.o: ../nogss.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../nogss.c\r
-notiming.o: ../notiming.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../notiming.c\r
-osxctrls.o: ../macosx/osxctrls.m ../putty.h ../dialog.h ../macosx/osxclass.h \\r
-               ../tree234.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxctrls.m\r
-osxdlg.o: ../macosx/osxdlg.m ../putty.h ../storage.h ../dialog.h \\r
-               ../macosx/osxclass.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxdlg.m\r
-osxmain.o: ../macosx/osxmain.m ../putty.h ../macosx/osxclass.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxmain.m\r
-osxsel.o: ../macosx/osxsel.m ../putty.h ../macosx/osxclass.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxsel.m\r
-osxwin.o: ../macosx/osxwin.m ../putty.h ../terminal.h ../macosx/osxclass.h \\r
-               ../puttyps.h ../network.h ../misc.h ../tree234.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxwin.m\r
-pgssapi.o: ../pgssapi.c ../putty.h ../pgssapi.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../pgssapi.c\r
-pinger.o: ../pinger.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../pinger.c\r
-portfwd.o: ../portfwd.c ../putty.h ../ssh.h ../puttyps.h ../network.h \\r
-               ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../portfwd.c\r
-proxy.o: ../proxy.c ../putty.h ../network.h ../proxy.h ../puttyps.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../proxy.c\r
-pscp.o: ../pscp.c ../putty.h ../psftp.h ../ssh.h ../sftp.h ../storage.h \\r
-               ../int64.h ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
-               ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../pscp.c\r
-psftp.o: ../psftp.c ../putty.h ../psftp.h ../storage.h ../ssh.h ../sftp.h \\r
-               ../int64.h ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
-               ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../psftp.c\r
-raw.o: ../raw.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../raw.c\r
-rlogin.o: ../rlogin.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../rlogin.c\r
-sbcs.o: ../charset/sbcs.c ../charset/charset.h ../charset/internal.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/sbcs.c\r
-sbcsdat.o: ../charset/sbcsdat.c ../charset/charset.h ../charset/internal.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/sbcsdat.c\r
-sercfg.o: ../sercfg.c ../putty.h ../dialog.h ../storage.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sercfg.c\r
-settings.o: ../settings.c ../putty.h ../storage.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../settings.c\r
-sftp.o: ../sftp.c ../misc.h ../int64.h ../tree234.h ../sftp.h ../puttymem.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sftp.c\r
-sizetip.o: ../windows/sizetip.c ../putty.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/sizetip.c\r
-slookup.o: ../charset/slookup.c ../charset/charset.h ../charset/internal.h \\r
-               ../charset/enum.c ../charset/sbcsdat.c ../charset/utf8.c\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/slookup.c\r
-ssh.o: ../ssh.c ../putty.h ../tree234.h ../ssh.h ../sshgssc.h ../sshgss.h \\r
-               ../puttyps.h ../network.h ../misc.h ../puttymem.h ../int64.h \\r
-               ../pgssapi.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../ssh.c\r
-sshaes.o: ../sshaes.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshaes.c\r
-ssharcf.o: ../ssharcf.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../ssharcf.c\r
-sshblowf.o: ../sshblowf.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshblowf.c\r
-sshbn.o: ../sshbn.c ../misc.h ../ssh.h ../puttymem.h ../tree234.h \\r
-               ../network.h ../int64.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshbn.c\r
-sshcrc.o: ../sshcrc.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshcrc.c\r
-sshcrcda.o: ../sshcrcda.c ../misc.h ../ssh.h ../puttymem.h ../tree234.h \\r
-               ../network.h ../int64.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshcrcda.c\r
-sshdes.o: ../sshdes.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshdes.c\r
-sshdh.o: ../sshdh.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshdh.c\r
-sshdss.o: ../sshdss.c ../ssh.h ../misc.h ../puttymem.h ../tree234.h \\r
-               ../network.h ../int64.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshdss.c\r
-sshdssg.o: ../sshdssg.c ../misc.h ../ssh.h ../puttymem.h ../tree234.h \\r
-               ../network.h ../int64.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshdssg.c\r
-sshgssc.o: ../sshgssc.c ../putty.h ../sshgssc.h ../misc.h ../puttyps.h \\r
-               ../network.h ../pgssapi.h ../sshgss.h ../puttymem.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../tree234.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshgssc.c\r
-sshmd5.o: ../sshmd5.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshmd5.c\r
-sshprime.o: ../sshprime.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshprime.c\r
-sshpubk.o: ../sshpubk.c ../putty.h ../ssh.h ../misc.h ../puttyps.h \\r
-               ../network.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshpubk.c\r
-sshrand.o: ../sshrand.c ../putty.h ../ssh.h ../puttyps.h ../network.h \\r
-               ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshrand.c\r
-sshrsa.o: ../sshrsa.c ../ssh.h ../misc.h ../puttymem.h ../tree234.h \\r
-               ../network.h ../int64.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshrsa.c\r
-sshrsag.o: ../sshrsag.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshrsag.c\r
-sshsh256.o: ../sshsh256.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshsh256.c\r
-sshsh512.o: ../sshsh512.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshsh512.c\r
-sshsha.o: ../sshsha.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshsha.c\r
-sshzlib.o: ../sshzlib.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
-               ../int64.h ../misc.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshzlib.c\r
-telnet.o: ../telnet.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../telnet.c\r
-terminal.o: ../terminal.c ../putty.h ../terminal.h ../puttyps.h ../network.h \\r
-               ../misc.h ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../terminal.c\r
-testback.o: ../testback.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../testback.c\r
-time.o: ../time.c\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../time.c\r
-timing.o: ../timing.c ../putty.h ../tree234.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../timing.c\r
-toucs.o: ../charset/toucs.c ../charset/charset.h ../charset/internal.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/toucs.c\r
-tree234.o: ../tree234.c ../puttymem.h ../tree234.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../tree234.c\r
-utf8.o: ../charset/utf8.c ../charset/charset.h ../charset/internal.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/utf8.c\r
-ux_x11.o: ../unix/ux_x11.c ../putty.h ../ssh.h ../network.h ../puttyps.h \\r
-               ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/ux_x11.c\r
-uxagentc.o: ../unix/uxagentc.c ../putty.h ../misc.h ../tree234.h \\r
-               ../puttymem.h ../puttyps.h ../network.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxagentc.c\r
-uxcfg.o: ../unix/uxcfg.c ../putty.h ../dialog.h ../storage.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxcfg.c\r
-uxcons.o: ../unix/uxcons.c ../putty.h ../storage.h ../ssh.h ../puttyps.h \\r
-               ../network.h ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxcons.c\r
-uxgen.o: ../unix/uxgen.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxgen.c\r
-uxgss.o: ../unix/uxgss.c ../putty.h ../pgssapi.h ../sshgss.h ../sshgssc.h \\r
-               ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxgss.c\r
-uxmisc.o: ../unix/uxmisc.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxmisc.c\r
-uxnet.o: ../unix/uxnet.c ../putty.h ../network.h ../tree234.h ../puttyps.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxnet.c\r
-uxnoise.o: ../unix/uxnoise.c ../putty.h ../ssh.h ../storage.h ../puttyps.h \\r
-               ../network.h ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxnoise.c\r
-uxplink.o: ../unix/uxplink.c ../putty.h ../storage.h ../tree234.h \\r
-               ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxplink.c\r
-uxprint.o: ../unix/uxprint.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxprint.c\r
-uxproxy.o: ../unix/uxproxy.c ../tree234.h ../putty.h ../network.h ../proxy.h \\r
-               ../puttyps.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxproxy.c\r
-uxpterm.o: ../unix/uxpterm.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxpterm.c\r
-uxpty.o: ../unix/uxpty.c ../putty.h ../tree234.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxpty.c\r
-uxputty.o: ../unix/uxputty.c ../putty.h ../storage.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxputty.c\r
-uxsel.o: ../unix/uxsel.c ../putty.h ../tree234.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxsel.c\r
-uxser.o: ../unix/uxser.c ../putty.h ../tree234.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxser.c\r
-uxsftp.o: ../unix/uxsftp.c ../putty.h ../ssh.h ../psftp.h ../int64.h \\r
-               ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
-               ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxsftp.c\r
-uxsignal.o: ../unix/uxsignal.c\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxsignal.c\r
-uxstore.o: ../unix/uxstore.c ../putty.h ../storage.h ../tree234.h \\r
-               ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxstore.c\r
-uxucs.o: ../unix/uxucs.c ../putty.h ../charset/charset.h ../terminal.h \\r
-               ../misc.h ../puttyps.h ../network.h ../tree234.h \\r
-               ../puttymem.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../windows/winhelp.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxucs.c\r
-wcwidth.o: ../wcwidth.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../wcwidth.c\r
-wildcard.o: ../wildcard.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../wildcard.c\r
-wincfg.o: ../windows/wincfg.c ../putty.h ../dialog.h ../storage.h \\r
-               ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/wincfg.c\r
-wincons.o: ../windows/wincons.c ../putty.h ../storage.h ../ssh.h \\r
-               ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
-               ../tree234.h ../int64.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/wincons.c\r
-winctrls.o: ../windows/winctrls.c ../putty.h ../misc.h ../dialog.h \\r
-               ../puttyps.h ../network.h ../puttymem.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../tree234.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winctrls.c\r
-windefs.o: ../windows/windefs.c ../putty.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/windefs.c\r
-windlg.o: ../windows/windlg.c ../putty.h ../ssh.h ../windows/win_res.h \\r
-               ../storage.h ../dialog.h ../puttyps.h ../network.h ../misc.h \\r
-               ../puttymem.h ../tree234.h ../int64.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/windlg.c\r
-window.o: ../windows/window.c ../putty.h ../terminal.h ../storage.h \\r
-               ../windows/win_res.h ../puttyps.h ../network.h ../misc.h \\r
-               ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/window.c\r
-wingss.o: ../windows/wingss.c ../putty.h ../pgssapi.h ../sshgss.h \\r
-               ../sshgssc.h ../misc.h ../puttyps.h ../network.h \\r
-               ../puttymem.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/wingss.c\r
-winhandl.o: ../windows/winhandl.c ../putty.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winhandl.c\r
-winhelp.o: ../windows/winhelp.c ../putty.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winhelp.c\r
-winjump.o: ../windows/winjump.c ../putty.h ../storage.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winjump.c\r
-winmisc.o: ../windows/winmisc.c ../putty.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winmisc.c\r
-winnet.o: ../windows/winnet.c ../putty.h ../network.h ../tree234.h \\r
-               ../puttyps.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winnet.c\r
-winnoise.o: ../windows/winnoise.c ../putty.h ../ssh.h ../storage.h \\r
-               ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
-               ../tree234.h ../int64.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winnoise.c\r
-winnojmp.o: ../windows/winnojmp.c\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winnojmp.c\r
-winpgen.o: ../windows/winpgen.c ../putty.h ../ssh.h ../puttyps.h \\r
-               ../network.h ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winpgen.c\r
-winpgnt.o: ../windows/winpgnt.c ../putty.h ../ssh.h ../misc.h ../tree234.h \\r
-               ../puttyps.h ../network.h ../puttymem.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winpgnt.c\r
-winpgntc.o: ../windows/winpgntc.c ../putty.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winpgntc.c\r
-winplink.o: ../windows/winplink.c ../putty.h ../storage.h ../tree234.h \\r
-               ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winplink.c\r
-winprint.o: ../windows/winprint.c ../putty.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winprint.c\r
-winproxy.o: ../windows/winproxy.c ../tree234.h ../putty.h ../network.h \\r
-               ../proxy.h ../puttyps.h ../misc.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winproxy.c\r
-winser.o: ../windows/winser.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
-               ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winser.c\r
-winsftp.o: ../windows/winsftp.c ../putty.h ../psftp.h ../ssh.h ../int64.h \\r
-               ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
-               ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winsftp.c\r
-winstore.o: ../windows/winstore.c ../putty.h ../storage.h ../puttyps.h \\r
-               ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winstore.c\r
-wintime.o: ../windows/wintime.c ../putty.h ../puttyps.h ../network.h \\r
-               ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
-               ../unix/unix.h ../puttymem.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/wintime.c\r
-winucs.o: ../windows/winucs.c ../putty.h ../terminal.h ../misc.h \\r
-               ../puttyps.h ../network.h ../tree234.h ../puttymem.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winucs.c\r
-winutils.o: ../windows/winutils.c ../putty.h ../misc.h ../puttyps.h \\r
-               ../network.h ../puttymem.h ../windows/winstuff.h \\r
-               ../macosx/osx.h ../unix/unix.h ../tree234.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winutils.c\r
-winx11.o: ../windows/winx11.c ../putty.h ../ssh.h ../puttyps.h ../network.h \\r
-               ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winx11.c\r
-x11fwd.o: ../x11fwd.c ../putty.h ../ssh.h ../tree234.h ../puttyps.h \\r
-               ../network.h ../misc.h ../puttymem.h ../int64.h \\r
-               ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
-               ../windows/winhelp.h ../charset/charset.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../x11fwd.c\r
-xenc.o: ../charset/xenc.c ../charset/charset.h ../charset/internal.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/xenc.c\r
-xkeysym.o: ../unix/xkeysym.c ../misc.h ../puttymem.h\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xkeysym.c\r
-xpmptcfg.o: ../unix/xpmptcfg.c\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmptcfg.c\r
-xpmpterm.o: ../unix/xpmpterm.c\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmpterm.c\r
-xpmpucfg.o: ../unix/xpmpucfg.c\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmpucfg.c\r
-xpmputty.o: ../unix/xpmputty.c\r
-       $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmputty.c\r
-\r
-version.o: FORCE\r
-       if test -z "$(VER)" && (cd ..; md5sum -c manifest); then \\r
-               $(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) `cat ../version.def` -c ../version.c; \\r
-       else \\r
-               $(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) $(VER) -c ../version.c; \\r
-       fi\r
-install:\r
-       mkdir -p $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)\r
-       $(INSTALL_PROGRAM) -m 755 plink $(DESTDIR)$(bindir)/plink\r
-       $(INSTALL_PROGRAM) -m 755 pscp $(DESTDIR)$(bindir)/pscp\r
-       $(INSTALL_PROGRAM) -m 755 psftp $(DESTDIR)$(bindir)/psftp\r
-       $(INSTALL_PROGRAM) -m 755 pterm $(DESTDIR)$(bindir)/pterm\r
-       if test -n "$(UTMP_GROUP)"; then \\r
-         chgrp $(UTMP_GROUP) $(DESTDIR)$(bindir)/pterm && \\r
-           chmod 2755 $(DESTDIR)$(bindir)/pterm; \\r
-       elif test -n "$(UTMP_USER)"; then \\r
-         chown $(UTMP_USER) $(DESTDIR)$(bindir)/pterm && \\r
-           chmod 4755 $(DESTDIR)$(bindir)/pterm; \\r
-       fi\r
-       $(INSTALL_PROGRAM) -m 755 putty $(DESTDIR)$(bindir)/putty\r
-       $(INSTALL_PROGRAM) -m 755 puttygen $(DESTDIR)$(bindir)/puttygen\r
-       $(INSTALL_PROGRAM) -m 755 puttytel $(DESTDIR)$(bindir)/puttytel\r
-       $(INSTALL_DATA) -m 644 ../doc/plink.1 $(DESTDIR)$(man1dir)/plink.1\r
-       $(INSTALL_DATA) -m 644 ../doc/pscp.1 $(DESTDIR)$(man1dir)/pscp.1\r
-       $(INSTALL_DATA) -m 644 ../doc/psftp.1 $(DESTDIR)$(man1dir)/psftp.1\r
-       $(INSTALL_DATA) -m 644 ../doc/pterm.1 $(DESTDIR)$(man1dir)/pterm.1\r
-       $(INSTALL_DATA) -m 644 ../doc/putty.1 $(DESTDIR)$(man1dir)/putty.1\r
-       $(INSTALL_DATA) -m 644 ../doc/puttygen.1 $(DESTDIR)$(man1dir)/puttygen.1\r
-       $(INSTALL_DATA) -m 644 ../doc/puttytel.1 $(DESTDIR)$(man1dir)/puttytel.1\r
-\r
-install-strip:\r
-       $(MAKE) install INSTALL_PROGRAM="$(INSTALL_PROGRAM) -s"\r
-\r
-clean:\r
-       rm -f *.o plink pscp psftp pterm putty puttygen puttytel\r
-\r
-distclean: clean\r
-       rm -f config.status config.cache config.log configure.lineno \\r
-               config.status.lineno Makefile\r
-\r
-FORCE:\r