OSDN Git Service

Enhance all settings encryption.
[ffftp/ffftp.git] / contrib / putty / UNIX / MAKEFILE.GTK
1 # Makefile for putty under X/GTK and Unix.\r
2 #\r
3 # This file was created by `mkfiles.pl' from the `Recipe' file.\r
4 # DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.\r
5 #\r
6 # Extra options you can set:\r
7 #\r
8 #  - VER="-DSNAPSHOT=1999-01-25 -DSVN_REV=1234"\r
9 #      Generates executables whose About box report them as being a\r
10 #      development snapshot. SVN_REV is a Subversion revision number.\r
11 #\r
12 #  - VER=-DRELEASE=0.43\r
13 #      Generates executables whose About box report them as being a\r
14 #      release version.\r
15 #\r
16 #  - COMPAT=-DAUTO_WINSOCK (Windows only)\r
17 #      Causes PuTTY to assume that <windows.h> includes its own WinSock\r
18 #      header file, so that it won't try to include <winsock.h>.\r
19 #\r
20 #  - COMPAT=-DWINSOCK_TWO (Windows only)\r
21 #      Causes the PuTTY utilities to include <winsock2.h> instead of\r
22 #      <winsock.h>, except Plink which _needs_ WinSock 2 so it already\r
23 #      does this.\r
24 #\r
25 #  - COMPAT=-DNO_SECURITY (Windows only)\r
26 #      Disables Pageant's use of <aclapi.h>, which is not available\r
27 #      with some development environments (such as older versions of\r
28 #      the Cygwin/mingw GNU toolchain). This means that Pageant\r
29 #      won't care about the local user ID of processes accessing it; a\r
30 #      version of Pageant built with this option will therefore refuse\r
31 #      to run under NT-series OSes on security grounds (although it\r
32 #      will run fine on Win95-series OSes where there is no access\r
33 #      control anyway).\r
34 #\r
35 #  - COMPAT=-DNO_MULTIMON (Windows only)\r
36 #      Disables PuTTY's use of <multimon.h>, which is not available\r
37 #      with some development environments. This means that PuTTY's\r
38 #      full-screen mode (configurable to work on Alt-Enter) will\r
39 #      not behave usefully in a multi-monitor environment.\r
40 #\r
41 #      Note that this definition is always enabled in the Cygwin\r
42 #      build, since at the time of writing this <multimon.h> is\r
43 #      known not to be available in Cygwin.\r
44 #\r
45 #  - COMPAT=-DNO_HTMLHELP (Windows only)\r
46 #      Disables PuTTY's use of <htmlhelp.h>, which is not available\r
47 #      with some development environments. The resulting binary\r
48 #      will only look for an old-style WinHelp file (.HLP/.CNT), and\r
49 #      will ignore any .CHM file.\r
50 #\r
51 #      Note that this definition is always enabled in the Cygwin\r
52 #      build, since at the time of writing this <htmlhelp.h> is\r
53 #      known not to be available in Cygwin (although you can use\r
54 #      the htmlhelp.h supplied with HTML Help Workshop).\r
55 #\r
56 #  - RCFL=-DNO_MANIFESTS (Windows only)\r
57 #      Disables inclusion of XML application manifests in the PuTTY\r
58 #      binaries. This may be necessary to build for 64-bit Windows;\r
59 #      the manifests are only included to use the XP GUI style on\r
60 #      Windows XP, and the architecture tags are a lie on 64-bit.\r
61 #\r
62 #  - COMPAT=-DNO_IPV6\r
63 #      Disables PuTTY's ability to make IPv6 connections, enabling\r
64 #      it to compile under development environments which do not\r
65 #      support IPv6 in their header files.\r
66 #\r
67 #  - COMPAT=-DNO_GSSAPI\r
68 #      Disables PuTTY's ability to use GSSAPI functions for\r
69 #      authentication and key exchange.\r
70 #\r
71 #  - COMPAT=-DSTATIC_GSSAPI\r
72 #      Causes PuTTY to try to link statically against the GSSAPI\r
73 #      library instead of the default of doing it at run time.\r
74 #\r
75 #  - COMPAT=-DMSVC4 (Windows only)\r
76 #  - RCFL=-DMSVC4\r
77 #      Makes a couple of minor changes so that PuTTY compiles using\r
78 #      MSVC 4. You will also need -DNO_SECURITY and -DNO_MULTIMON.\r
79 #\r
80 #  - RCFL=-DASCIICTLS (Windows only)\r
81 #      Uses ASCII rather than Unicode to specify the tab control in\r
82 #      the resource file. Probably most useful when compiling with\r
83 #      Cygnus/mingw32, whose resource compiler may have less of a\r
84 #      problem with it.\r
85 #\r
86 #  - COMPAT=-DNO_SECUREZEROMEMORY (Windows only)\r
87 #      Disables PuTTY's use of SecureZeroMemory(), which is missing\r
88 #      from some environments' header files.  This is enabled by\r
89 #      default in the Cygwin Makefile.\r
90 #\r
91 #  - XFLAGS=-DTELNET_DEFAULT\r
92 #      Causes PuTTY to default to the Telnet protocol (in the absence\r
93 #      of Default Settings and so on to the contrary). Normally PuTTY\r
94 #      will default to SSH.\r
95 #\r
96 #  - XFLAGS=-DDEBUG\r
97 #      Causes PuTTY to enable internal debugging.\r
98 #\r
99 #  - XFLAGS=-DMALLOC_LOG\r
100 #      Causes PuTTY to emit a file called putty_mem.log, logging every\r
101 #      memory allocation and free, so you can track memory leaks.\r
102 #\r
103 #  - XFLAGS=-DMINEFIELD (Windows only)\r
104 #      Causes PuTTY to use a custom memory allocator, similar in\r
105 #      concept to Electric Fence, in place of regular malloc(). Wastes\r
106 #      huge amounts of RAM, but should cause heap-corruption bugs to\r
107 #      show up as GPFs at the point of failure rather than appearing\r
108 #      later on as second-level damage.\r
109 #\r
110 \r
111 # You can define this path to point at your tools if you need to\r
112 # TOOLPATH = /opt/gcc/bin\r
113 CC = $(TOOLPATH)cc\r
114 # If necessary set the path to krb5-config here\r
115 KRB5CONFIG=krb5-config\r
116 # You can manually set this to `gtk-config' or `pkg-config gtk+-1.2'\r
117 # (depending on what works on your system) if you want to enforce\r
118 # building with GTK 1.2, or you can set it to `pkg-config gtk+-2.0 x11'\r
119 # if you want to enforce 2.0. The default is to try 2.0 and fall back\r
120 # to 1.2 if it isn't found.\r
121 GTK_CONFIG = sh -c 'pkg-config gtk+-2.0 x11 $$0 2>/dev/null || gtk-config $$0'\r
122 \r
123 -include Makefile.local\r
124 \r
125 unexport CFLAGS # work around a weird issue with krb5-config\r
126 \r
127 CFLAGS = -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ \\r
128                 -I../macosx/ $(shell $(GTK_CONFIG) --cflags) -D _FILE_OFFSET_BITS=64\r
129 XLDFLAGS = $(LDFLAGS) $(shell $(GTK_CONFIG) --libs)\r
130 ULDFLAGS = $(LDFLAGS)\r
131 ifeq (,$(findstring NO_GSSAPI,$(COMPAT)))\r
132 ifeq (,$(findstring STATIC_GSSAPI,$(COMPAT)))\r
133 XLDFLAGS+= -ldl\r
134 ULDFLAGS+= -ldl\r
135 else\r
136 CFLAGS+= -DNO_LIBDL $(shell $(KRB5CONFIG) --cflags gssapi)\r
137 XLDFLAGS+= $(shell $(KRB5CONFIG) --libs gssapi)\r
138 ULDFLAGS+= $(shell $(KRB5CONFIG) --libs gssapi)\r
139 endif\r
140 endif\r
141 INSTALL=install\r
142 INSTALL_PROGRAM=$(INSTALL)\r
143 INSTALL_DATA=$(INSTALL)\r
144 prefix=/usr/local\r
145 exec_prefix=$(prefix)\r
146 bindir=$(exec_prefix)/bin\r
147 mandir=$(prefix)/man\r
148 man1dir=$(mandir)/man1\r
149 \r
150 \r
151 .SUFFIXES:\r
152 \r
153 \r
154 all: plink pscp psftp pterm putty puttygen puttytel\r
155 \r
156 plink: be_all_s.o cmdline.o conf.o cproxy.o ldisc.o logging.o misc.o \\r
157                 pgssapi.o pinger.o portfwd.o proxy.o raw.o rlogin.o \\r
158                 settings.o ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o \\r
159                 sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o \\r
160                 sshmd5.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o \\r
161                 sshsha.o sshzlib.o telnet.o time.o timing.o tree234.o \\r
162                 ux_x11.o uxagentc.o uxcons.o uxgss.o uxmisc.o uxnet.o \\r
163                 uxnoise.o uxplink.o uxproxy.o uxsel.o uxser.o uxsignal.o \\r
164                 uxstore.o version.o wildcard.o x11fwd.o\r
165         $(CC) -o $@ be_all_s.o cmdline.o conf.o cproxy.o ldisc.o logging.o \\r
166                 misc.o pgssapi.o pinger.o portfwd.o proxy.o raw.o rlogin.o \\r
167                 settings.o ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o \\r
168                 sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o \\r
169                 sshmd5.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o \\r
170                 sshsha.o sshzlib.o telnet.o time.o timing.o tree234.o \\r
171                 ux_x11.o uxagentc.o uxcons.o uxgss.o uxmisc.o uxnet.o \\r
172                 uxnoise.o uxplink.o uxproxy.o uxsel.o uxser.o uxsignal.o \\r
173                 uxstore.o version.o wildcard.o x11fwd.o $(ULDFLAGS) \r
174 \r
175 pscp: be_ssh.o cmdline.o conf.o cproxy.o int64.o logging.o misc.o pgssapi.o \\r
176                 pinger.o portfwd.o proxy.o pscp.o settings.o sftp.o ssh.o \\r
177                 sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o \\r
178                 sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o \\r
179                 sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshzlib.o \\r
180                 time.o timing.o tree234.o uxagentc.o uxcons.o uxgss.o \\r
181                 uxmisc.o uxnet.o uxnoise.o uxproxy.o uxsel.o uxsftp.o \\r
182                 uxstore.o version.o wildcard.o x11fwd.o\r
183         $(CC) -o $@ be_ssh.o cmdline.o conf.o cproxy.o int64.o logging.o \\r
184                 misc.o pgssapi.o pinger.o portfwd.o proxy.o pscp.o \\r
185                 settings.o sftp.o ssh.o sshaes.o ssharcf.o sshblowf.o \\r
186                 sshbn.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o \\r
187                 sshgssc.o sshmd5.o sshpubk.o sshrand.o sshrsa.o sshsh256.o \\r
188                 sshsh512.o sshsha.o sshzlib.o time.o timing.o tree234.o \\r
189                 uxagentc.o uxcons.o uxgss.o uxmisc.o uxnet.o uxnoise.o \\r
190                 uxproxy.o uxsel.o uxsftp.o uxstore.o version.o wildcard.o \\r
191                 x11fwd.o $(ULDFLAGS) \r
192 \r
193 psftp: be_ssh.o cmdline.o conf.o cproxy.o int64.o logging.o misc.o pgssapi.o \\r
194                 pinger.o portfwd.o proxy.o psftp.o settings.o sftp.o ssh.o \\r
195                 sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o \\r
196                 sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o sshpubk.o \\r
197                 sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshzlib.o \\r
198                 time.o timing.o tree234.o uxagentc.o uxcons.o uxgss.o \\r
199                 uxmisc.o uxnet.o uxnoise.o uxproxy.o uxsel.o uxsftp.o \\r
200                 uxstore.o version.o wildcard.o x11fwd.o\r
201         $(CC) -o $@ be_ssh.o cmdline.o conf.o cproxy.o int64.o logging.o \\r
202                 misc.o pgssapi.o pinger.o portfwd.o proxy.o psftp.o \\r
203                 settings.o sftp.o ssh.o sshaes.o ssharcf.o sshblowf.o \\r
204                 sshbn.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o \\r
205                 sshgssc.o sshmd5.o sshpubk.o sshrand.o sshrsa.o sshsh256.o \\r
206                 sshsh512.o sshsha.o sshzlib.o time.o timing.o tree234.o \\r
207                 uxagentc.o uxcons.o uxgss.o uxmisc.o uxnet.o uxnoise.o \\r
208                 uxproxy.o uxsel.o uxsftp.o uxstore.o version.o wildcard.o \\r
209                 x11fwd.o $(ULDFLAGS) \r
210 \r
211 pterm: be_none.o cmdline.o conf.o config.o dialog.o fromucs.o gtkcfg.o \\r
212                 gtkcols.o gtkdlg.o gtkfont.o gtkwin.o ldisc.o ldiscucs.o \\r
213                 localenc.o logging.o macenc.o mimeenc.o minibidi.o misc.o \\r
214                 nocproxy.o nogss.o sbcs.o sbcsdat.o sercfg.o settings.o \\r
215                 slookup.o terminal.o time.o timing.o toucs.o tree234.o \\r
216                 utf8.o uxcfg.o uxmisc.o uxprint.o uxpterm.o uxpty.o uxsel.o \\r
217                 uxsignal.o uxstore.o uxucs.o version.o wcwidth.o xenc.o \\r
218                 xkeysym.o xpmptcfg.o xpmpterm.o\r
219         $(CC) -o $@ be_none.o cmdline.o conf.o config.o dialog.o fromucs.o \\r
220                 gtkcfg.o gtkcols.o gtkdlg.o gtkfont.o gtkwin.o ldisc.o \\r
221                 ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \\r
222                 minibidi.o misc.o nocproxy.o nogss.o sbcs.o sbcsdat.o \\r
223                 sercfg.o settings.o slookup.o terminal.o time.o timing.o \\r
224                 toucs.o tree234.o utf8.o uxcfg.o uxmisc.o uxprint.o \\r
225                 uxpterm.o uxpty.o uxsel.o uxsignal.o uxstore.o uxucs.o \\r
226                 version.o wcwidth.o xenc.o xkeysym.o xpmptcfg.o xpmpterm.o \\r
227                 $(XLDFLAGS) \r
228 \r
229 putty: be_all_s.o cmdline.o conf.o config.o cproxy.o dialog.o fromucs.o \\r
230                 gtkcfg.o gtkcols.o gtkdlg.o gtkfont.o gtkwin.o ldisc.o \\r
231                 ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \\r
232                 minibidi.o misc.o pgssapi.o pinger.o portfwd.o proxy.o raw.o \\r
233                 rlogin.o sbcs.o sbcsdat.o sercfg.o settings.o slookup.o \\r
234                 ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o \\r
235                 sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o \\r
236                 sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o \\r
237                 sshzlib.o telnet.o terminal.o time.o timing.o toucs.o \\r
238                 tree234.o utf8.o ux_x11.o uxagentc.o uxcfg.o uxgss.o \\r
239                 uxmisc.o uxnet.o uxnoise.o uxprint.o uxproxy.o uxputty.o \\r
240                 uxsel.o uxser.o uxsignal.o uxstore.o uxucs.o version.o \\r
241                 wcwidth.o wildcard.o x11fwd.o xenc.o xkeysym.o xpmpucfg.o \\r
242                 xpmputty.o\r
243         $(CC) -o $@ be_all_s.o cmdline.o conf.o config.o cproxy.o dialog.o \\r
244                 fromucs.o gtkcfg.o gtkcols.o gtkdlg.o gtkfont.o gtkwin.o \\r
245                 ldisc.o ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \\r
246                 minibidi.o misc.o pgssapi.o pinger.o portfwd.o proxy.o raw.o \\r
247                 rlogin.o sbcs.o sbcsdat.o sercfg.o settings.o slookup.o \\r
248                 ssh.o sshaes.o ssharcf.o sshblowf.o sshbn.o sshcrc.o \\r
249                 sshcrcda.o sshdes.o sshdh.o sshdss.o sshgssc.o sshmd5.o \\r
250                 sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o \\r
251                 sshzlib.o telnet.o terminal.o time.o timing.o toucs.o \\r
252                 tree234.o utf8.o ux_x11.o uxagentc.o uxcfg.o uxgss.o \\r
253                 uxmisc.o uxnet.o uxnoise.o uxprint.o uxproxy.o uxputty.o \\r
254                 uxsel.o uxser.o uxsignal.o uxstore.o uxucs.o version.o \\r
255                 wcwidth.o wildcard.o x11fwd.o xenc.o xkeysym.o xpmpucfg.o \\r
256                 xpmputty.o $(XLDFLAGS) \r
257 \r
258 puttygen: cmdgen.o conf.o import.o misc.o notiming.o sshaes.o sshbn.o \\r
259                 sshdes.o sshdss.o sshdssg.o sshmd5.o sshprime.o sshpubk.o \\r
260                 sshrand.o sshrsa.o sshrsag.o sshsh256.o sshsh512.o sshsha.o \\r
261                 time.o tree234.o uxcons.o uxgen.o uxmisc.o uxnoise.o \\r
262                 uxstore.o version.o\r
263         $(CC) -o $@ cmdgen.o conf.o import.o misc.o notiming.o sshaes.o \\r
264                 sshbn.o sshdes.o sshdss.o sshdssg.o sshmd5.o sshprime.o \\r
265                 sshpubk.o sshrand.o sshrsa.o sshrsag.o sshsh256.o sshsh512.o \\r
266                 sshsha.o time.o tree234.o uxcons.o uxgen.o uxmisc.o \\r
267                 uxnoise.o uxstore.o version.o $(ULDFLAGS) \r
268 \r
269 puttytel: be_nos_s.o cmdline.o conf.o config.o dialog.o fromucs.o gtkcfg.o \\r
270                 gtkcols.o gtkdlg.o gtkfont.o gtkwin.o ldisc.o ldiscucs.o \\r
271                 localenc.o logging.o macenc.o mimeenc.o minibidi.o misc.o \\r
272                 nocproxy.o nogss.o pinger.o proxy.o raw.o rlogin.o sbcs.o \\r
273                 sbcsdat.o sercfg.o settings.o slookup.o telnet.o terminal.o \\r
274                 time.o timing.o toucs.o tree234.o utf8.o uxcfg.o uxmisc.o \\r
275                 uxnet.o uxprint.o uxproxy.o uxputty.o uxsel.o uxser.o \\r
276                 uxsignal.o uxstore.o uxucs.o version.o wcwidth.o xenc.o \\r
277                 xkeysym.o xpmpucfg.o xpmputty.o\r
278         $(CC) -o $@ be_nos_s.o cmdline.o conf.o config.o dialog.o fromucs.o \\r
279                 gtkcfg.o gtkcols.o gtkdlg.o gtkfont.o gtkwin.o ldisc.o \\r
280                 ldiscucs.o localenc.o logging.o macenc.o mimeenc.o \\r
281                 minibidi.o misc.o nocproxy.o nogss.o pinger.o proxy.o raw.o \\r
282                 rlogin.o sbcs.o sbcsdat.o sercfg.o settings.o slookup.o \\r
283                 telnet.o terminal.o time.o timing.o toucs.o tree234.o utf8.o \\r
284                 uxcfg.o uxmisc.o uxnet.o uxprint.o uxproxy.o uxputty.o \\r
285                 uxsel.o uxser.o uxsignal.o uxstore.o uxucs.o version.o \\r
286                 wcwidth.o xenc.o xkeysym.o xpmpucfg.o xpmputty.o $(XLDFLAGS)\r
287 \r
288 be_all_s.o: ../be_all_s.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
289                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
290                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
291                 ../charset/charset.h\r
292         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../be_all_s.c\r
293 be_none.o: ../be_none.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
294                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
295                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
296                 ../charset/charset.h\r
297         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../be_none.c\r
298 be_nos_s.o: ../be_nos_s.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
299                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
300                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
301                 ../charset/charset.h\r
302         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../be_nos_s.c\r
303 be_ssh.o: ../be_ssh.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
304                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
305                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
306                 ../charset/charset.h\r
307         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../be_ssh.c\r
308 cmdgen.o: ../cmdgen.c ../putty.h ../ssh.h ../puttyps.h ../network.h \\r
309                 ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
310                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
311                 ../windows/winhelp.h ../charset/charset.h\r
312         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../cmdgen.c\r
313 cmdline.o: ../cmdline.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
314                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
315                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
316                 ../charset/charset.h\r
317         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../cmdline.c\r
318 conf.o: ../conf.c ../tree234.h ../putty.h ../puttyps.h ../network.h \\r
319                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
320                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
321                 ../charset/charset.h\r
322         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../conf.c\r
323 config.o: ../config.c ../putty.h ../dialog.h ../storage.h ../puttyps.h \\r
324                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
325                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
326                 ../windows/winhelp.h ../charset/charset.h\r
327         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../config.c\r
328 cproxy.o: ../cproxy.c ../putty.h ../ssh.h ../network.h ../proxy.h \\r
329                 ../puttyps.h ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
330                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
331                 ../windows/winhelp.h ../charset/charset.h\r
332         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../cproxy.c\r
333 dialog.o: ../dialog.c ../putty.h ../dialog.h ../puttyps.h ../network.h \\r
334                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
335                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
336                 ../windows/winhelp.h ../charset/charset.h\r
337         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../dialog.c\r
338 fromucs.o: ../charset/fromucs.c ../charset/charset.h ../charset/internal.h\r
339         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/fromucs.c\r
340 gtkcfg.o: ../unix/gtkcfg.c ../putty.h ../dialog.h ../storage.h ../puttyps.h \\r
341                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
342                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
343                 ../windows/winhelp.h ../charset/charset.h\r
344         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkcfg.c\r
345 gtkcols.o: ../unix/gtkcols.c ../unix/gtkcols.h\r
346         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkcols.c\r
347 gtkdlg.o: ../unix/gtkdlg.c ../unix/gtkcols.h ../unix/gtkfont.h ../putty.h \\r
348                 ../storage.h ../dialog.h ../tree234.h ../puttyps.h \\r
349                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
350                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
351                 ../charset/charset.h\r
352         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkdlg.c\r
353 gtkfont.o: ../unix/gtkfont.c ../putty.h ../unix/gtkfont.h ../tree234.h \\r
354                 ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
355                 ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
356                 ../windows/winhelp.h ../charset/charset.h\r
357         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkfont.c\r
358 gtkwin.o: ../unix/gtkwin.c ../putty.h ../terminal.h ../unix/gtkfont.h \\r
359                 ../puttyps.h ../network.h ../misc.h ../tree234.h \\r
360                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
361                 ../puttymem.h ../windows/winhelp.h ../charset/charset.h\r
362         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/gtkwin.c\r
363 import.o: ../import.c ../putty.h ../ssh.h ../misc.h ../puttyps.h \\r
364                 ../network.h ../puttymem.h ../tree234.h ../int64.h \\r
365                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
366                 ../windows/winhelp.h ../charset/charset.h\r
367         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../import.c\r
368 int64.o: ../int64.c ../int64.h\r
369         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../int64.c\r
370 ldisc.o: ../ldisc.c ../putty.h ../terminal.h ../ldisc.h ../puttyps.h \\r
371                 ../network.h ../misc.h ../tree234.h ../windows/winstuff.h \\r
372                 ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
373                 ../windows/winhelp.h ../charset/charset.h\r
374         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../ldisc.c\r
375 ldiscucs.o: ../ldiscucs.c ../putty.h ../terminal.h ../ldisc.h ../puttyps.h \\r
376                 ../network.h ../misc.h ../tree234.h ../windows/winstuff.h \\r
377                 ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
378                 ../windows/winhelp.h ../charset/charset.h\r
379         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../ldiscucs.c\r
380 localenc.o: ../charset/localenc.c ../charset/charset.h ../charset/internal.h\r
381         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/localenc.c\r
382 logging.o: ../logging.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
383                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
384                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
385                 ../charset/charset.h\r
386         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../logging.c\r
387 macenc.o: ../charset/macenc.c ../charset/charset.h ../charset/internal.h\r
388         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/macenc.c\r
389 mimeenc.o: ../charset/mimeenc.c ../charset/charset.h ../charset/internal.h\r
390         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/mimeenc.c\r
391 minibidi.o: ../minibidi.c ../misc.h ../puttymem.h\r
392         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../minibidi.c\r
393 misc.o: ../misc.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
394                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
395                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
396                 ../charset/charset.h\r
397         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../misc.c\r
398 nocproxy.o: ../nocproxy.c ../putty.h ../network.h ../proxy.h ../puttyps.h \\r
399                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
400                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
401                 ../windows/winhelp.h ../charset/charset.h\r
402         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../nocproxy.c\r
403 nogss.o: ../nogss.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
404                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
405                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
406                 ../charset/charset.h\r
407         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../nogss.c\r
408 notiming.o: ../notiming.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
409                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
410                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
411                 ../charset/charset.h\r
412         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../notiming.c\r
413 osxctrls.o: ../macosx/osxctrls.m ../putty.h ../dialog.h ../macosx/osxclass.h \\r
414                 ../tree234.h ../puttyps.h ../network.h ../misc.h \\r
415                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
416                 ../puttymem.h ../windows/winhelp.h ../charset/charset.h\r
417         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxctrls.m\r
418 osxdlg.o: ../macosx/osxdlg.m ../putty.h ../storage.h ../dialog.h \\r
419                 ../macosx/osxclass.h ../puttyps.h ../network.h ../misc.h \\r
420                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
421                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
422                 ../charset/charset.h\r
423         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxdlg.m\r
424 osxmain.o: ../macosx/osxmain.m ../putty.h ../macosx/osxclass.h ../puttyps.h \\r
425                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
426                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
427                 ../windows/winhelp.h ../charset/charset.h\r
428         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxmain.m\r
429 osxsel.o: ../macosx/osxsel.m ../putty.h ../macosx/osxclass.h ../puttyps.h \\r
430                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
431                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
432                 ../windows/winhelp.h ../charset/charset.h\r
433         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxsel.m\r
434 osxwin.o: ../macosx/osxwin.m ../putty.h ../terminal.h ../macosx/osxclass.h \\r
435                 ../puttyps.h ../network.h ../misc.h ../tree234.h \\r
436                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
437                 ../puttymem.h ../windows/winhelp.h ../charset/charset.h\r
438         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../macosx/osxwin.m\r
439 pgssapi.o: ../pgssapi.c ../putty.h ../pgssapi.h ../puttyps.h ../network.h \\r
440                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
441                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
442                 ../windows/winhelp.h ../charset/charset.h\r
443         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../pgssapi.c\r
444 pinger.o: ../pinger.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
445                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
446                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
447                 ../charset/charset.h\r
448         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../pinger.c\r
449 portfwd.o: ../portfwd.c ../putty.h ../ssh.h ../puttyps.h ../network.h \\r
450                 ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
451                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
452                 ../windows/winhelp.h ../charset/charset.h\r
453         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../portfwd.c\r
454 proxy.o: ../proxy.c ../putty.h ../network.h ../proxy.h ../puttyps.h \\r
455                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
456                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
457                 ../windows/winhelp.h ../charset/charset.h\r
458         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../proxy.c\r
459 pscp.o: ../pscp.c ../putty.h ../psftp.h ../ssh.h ../sftp.h ../storage.h \\r
460                 ../int64.h ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
461                 ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
462                 ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
463         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../pscp.c\r
464 psftp.o: ../psftp.c ../putty.h ../psftp.h ../storage.h ../ssh.h ../sftp.h \\r
465                 ../int64.h ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
466                 ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
467                 ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
468         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../psftp.c\r
469 raw.o: ../raw.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
470                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
471                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
472                 ../charset/charset.h\r
473         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../raw.c\r
474 rlogin.o: ../rlogin.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
475                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
476                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
477                 ../charset/charset.h\r
478         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../rlogin.c\r
479 sbcs.o: ../charset/sbcs.c ../charset/charset.h ../charset/internal.h\r
480         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/sbcs.c\r
481 sbcsdat.o: ../charset/sbcsdat.c ../charset/charset.h ../charset/internal.h\r
482         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/sbcsdat.c\r
483 sercfg.o: ../sercfg.c ../putty.h ../dialog.h ../storage.h ../puttyps.h \\r
484                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
485                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
486                 ../windows/winhelp.h ../charset/charset.h\r
487         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sercfg.c\r
488 settings.o: ../settings.c ../putty.h ../storage.h ../puttyps.h ../network.h \\r
489                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
490                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
491                 ../windows/winhelp.h ../charset/charset.h\r
492         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../settings.c\r
493 sftp.o: ../sftp.c ../misc.h ../int64.h ../tree234.h ../sftp.h ../puttymem.h\r
494         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sftp.c\r
495 sizetip.o: ../windows/sizetip.c ../putty.h ../puttyps.h ../network.h \\r
496                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
497                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
498                 ../windows/winhelp.h ../charset/charset.h\r
499         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/sizetip.c\r
500 slookup.o: ../charset/slookup.c ../charset/charset.h ../charset/internal.h \\r
501                 ../charset/enum.c ../charset/sbcsdat.c ../charset/utf8.c\r
502         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/slookup.c\r
503 ssh.o: ../ssh.c ../putty.h ../tree234.h ../ssh.h ../sshgssc.h ../sshgss.h \\r
504                 ../puttyps.h ../network.h ../misc.h ../puttymem.h ../int64.h \\r
505                 ../pgssapi.h ../windows/winstuff.h ../macosx/osx.h \\r
506                 ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
507         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../ssh.c\r
508 sshaes.o: ../sshaes.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
509                 ../int64.h ../misc.h\r
510         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshaes.c\r
511 ssharcf.o: ../ssharcf.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
512                 ../int64.h ../misc.h\r
513         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../ssharcf.c\r
514 sshblowf.o: ../sshblowf.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
515                 ../int64.h ../misc.h\r
516         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshblowf.c\r
517 sshbn.o: ../sshbn.c ../misc.h ../ssh.h ../puttymem.h ../tree234.h \\r
518                 ../network.h ../int64.h\r
519         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshbn.c\r
520 sshcrc.o: ../sshcrc.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
521                 ../int64.h ../misc.h\r
522         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshcrc.c\r
523 sshcrcda.o: ../sshcrcda.c ../misc.h ../ssh.h ../puttymem.h ../tree234.h \\r
524                 ../network.h ../int64.h\r
525         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshcrcda.c\r
526 sshdes.o: ../sshdes.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
527                 ../int64.h ../misc.h\r
528         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshdes.c\r
529 sshdh.o: ../sshdh.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
530                 ../int64.h ../misc.h\r
531         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshdh.c\r
532 sshdss.o: ../sshdss.c ../ssh.h ../misc.h ../puttymem.h ../tree234.h \\r
533                 ../network.h ../int64.h\r
534         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshdss.c\r
535 sshdssg.o: ../sshdssg.c ../misc.h ../ssh.h ../puttymem.h ../tree234.h \\r
536                 ../network.h ../int64.h\r
537         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshdssg.c\r
538 sshgssc.o: ../sshgssc.c ../putty.h ../sshgssc.h ../misc.h ../puttyps.h \\r
539                 ../network.h ../pgssapi.h ../sshgss.h ../puttymem.h \\r
540                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
541                 ../tree234.h ../windows/winhelp.h ../charset/charset.h\r
542         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshgssc.c\r
543 sshmd5.o: ../sshmd5.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
544                 ../int64.h ../misc.h\r
545         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshmd5.c\r
546 sshprime.o: ../sshprime.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
547                 ../int64.h ../misc.h\r
548         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshprime.c\r
549 sshpubk.o: ../sshpubk.c ../putty.h ../ssh.h ../misc.h ../puttyps.h \\r
550                 ../network.h ../puttymem.h ../tree234.h ../int64.h \\r
551                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
552                 ../windows/winhelp.h ../charset/charset.h\r
553         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshpubk.c\r
554 sshrand.o: ../sshrand.c ../putty.h ../ssh.h ../puttyps.h ../network.h \\r
555                 ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
556                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
557                 ../windows/winhelp.h ../charset/charset.h\r
558         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshrand.c\r
559 sshrsa.o: ../sshrsa.c ../ssh.h ../misc.h ../puttymem.h ../tree234.h \\r
560                 ../network.h ../int64.h\r
561         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshrsa.c\r
562 sshrsag.o: ../sshrsag.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
563                 ../int64.h ../misc.h\r
564         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshrsag.c\r
565 sshsh256.o: ../sshsh256.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
566                 ../int64.h ../misc.h\r
567         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshsh256.c\r
568 sshsh512.o: ../sshsh512.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
569                 ../int64.h ../misc.h\r
570         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshsh512.c\r
571 sshsha.o: ../sshsha.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
572                 ../int64.h ../misc.h\r
573         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshsha.c\r
574 sshzlib.o: ../sshzlib.c ../ssh.h ../puttymem.h ../tree234.h ../network.h \\r
575                 ../int64.h ../misc.h\r
576         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../sshzlib.c\r
577 telnet.o: ../telnet.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
578                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
579                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
580                 ../charset/charset.h\r
581         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../telnet.c\r
582 terminal.o: ../terminal.c ../putty.h ../terminal.h ../puttyps.h ../network.h \\r
583                 ../misc.h ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
584                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
585                 ../charset/charset.h\r
586         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../terminal.c\r
587 testback.o: ../testback.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
588                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
589                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
590                 ../charset/charset.h\r
591         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../testback.c\r
592 time.o: ../time.c\r
593         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../time.c\r
594 timing.o: ../timing.c ../putty.h ../tree234.h ../puttyps.h ../network.h \\r
595                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
596                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
597                 ../charset/charset.h\r
598         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../timing.c\r
599 toucs.o: ../charset/toucs.c ../charset/charset.h ../charset/internal.h\r
600         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/toucs.c\r
601 tree234.o: ../tree234.c ../tree234.h ../puttymem.h\r
602         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../tree234.c\r
603 utf8.o: ../charset/utf8.c ../charset/charset.h ../charset/internal.h\r
604         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/utf8.c\r
605 ux_x11.o: ../unix/ux_x11.c ../putty.h ../ssh.h ../network.h ../puttyps.h \\r
606                 ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
607                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
608                 ../windows/winhelp.h ../charset/charset.h\r
609         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/ux_x11.c\r
610 uxagentc.o: ../unix/uxagentc.c ../putty.h ../misc.h ../tree234.h \\r
611                 ../puttymem.h ../puttyps.h ../network.h \\r
612                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
613                 ../windows/winhelp.h ../charset/charset.h\r
614         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxagentc.c\r
615 uxcfg.o: ../unix/uxcfg.c ../putty.h ../dialog.h ../storage.h ../puttyps.h \\r
616                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
617                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
618                 ../windows/winhelp.h ../charset/charset.h\r
619         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxcfg.c\r
620 uxcons.o: ../unix/uxcons.c ../putty.h ../storage.h ../ssh.h ../puttyps.h \\r
621                 ../network.h ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
622                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
623                 ../windows/winhelp.h ../charset/charset.h\r
624         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxcons.c\r
625 uxgen.o: ../unix/uxgen.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
626                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
627                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
628                 ../charset/charset.h\r
629         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxgen.c\r
630 uxgss.o: ../unix/uxgss.c ../putty.h ../pgssapi.h ../sshgss.h ../sshgssc.h \\r
631                 ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
632                 ../macosx/osx.h ../unix/unix.h ../puttymem.h ../tree234.h \\r
633                 ../windows/winhelp.h ../charset/charset.h\r
634         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxgss.c\r
635 uxmisc.o: ../unix/uxmisc.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
636                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
637                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
638                 ../charset/charset.h\r
639         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxmisc.c\r
640 uxnet.o: ../unix/uxnet.c ../putty.h ../network.h ../tree234.h ../puttyps.h \\r
641                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
642                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
643                 ../charset/charset.h\r
644         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxnet.c\r
645 uxnoise.o: ../unix/uxnoise.c ../putty.h ../ssh.h ../storage.h ../puttyps.h \\r
646                 ../network.h ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
647                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
648                 ../windows/winhelp.h ../charset/charset.h\r
649         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxnoise.c\r
650 uxplink.o: ../unix/uxplink.c ../putty.h ../storage.h ../tree234.h \\r
651                 ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
652                 ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
653                 ../windows/winhelp.h ../charset/charset.h\r
654         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxplink.c\r
655 uxprint.o: ../unix/uxprint.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
656                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
657                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
658                 ../charset/charset.h\r
659         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxprint.c\r
660 uxproxy.o: ../unix/uxproxy.c ../tree234.h ../putty.h ../network.h ../proxy.h \\r
661                 ../puttyps.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
662                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
663                 ../charset/charset.h\r
664         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxproxy.c\r
665 uxpterm.o: ../unix/uxpterm.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
666                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
667                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
668                 ../charset/charset.h\r
669         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxpterm.c\r
670 uxpty.o: ../unix/uxpty.c ../putty.h ../tree234.h ../puttyps.h ../network.h \\r
671                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
672                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
673                 ../charset/charset.h\r
674         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxpty.c\r
675 uxputty.o: ../unix/uxputty.c ../putty.h ../storage.h ../puttyps.h \\r
676                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
677                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
678                 ../windows/winhelp.h ../charset/charset.h\r
679         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxputty.c\r
680 uxsel.o: ../unix/uxsel.c ../putty.h ../tree234.h ../puttyps.h ../network.h \\r
681                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
682                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
683                 ../charset/charset.h\r
684         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxsel.c\r
685 uxser.o: ../unix/uxser.c ../putty.h ../tree234.h ../puttyps.h ../network.h \\r
686                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
687                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
688                 ../charset/charset.h\r
689         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxser.c\r
690 uxsftp.o: ../unix/uxsftp.c ../putty.h ../ssh.h ../psftp.h ../int64.h \\r
691                 ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
692                 ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
693                 ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
694         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxsftp.c\r
695 uxsignal.o: ../unix/uxsignal.c\r
696         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxsignal.c\r
697 uxstore.o: ../unix/uxstore.c ../putty.h ../storage.h ../tree234.h \\r
698                 ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
699                 ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
700                 ../windows/winhelp.h ../charset/charset.h\r
701         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxstore.c\r
702 uxucs.o: ../unix/uxucs.c ../putty.h ../charset/charset.h ../terminal.h \\r
703                 ../misc.h ../puttyps.h ../network.h ../tree234.h \\r
704                 ../puttymem.h ../windows/winstuff.h ../macosx/osx.h \\r
705                 ../unix/unix.h ../windows/winhelp.h\r
706         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/uxucs.c\r
707 wcwidth.o: ../wcwidth.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
708                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
709                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
710                 ../charset/charset.h\r
711         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../wcwidth.c\r
712 wildcard.o: ../wildcard.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
713                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
714                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
715                 ../charset/charset.h\r
716         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../wildcard.c\r
717 wincfg.o: ../windows/wincfg.c ../putty.h ../dialog.h ../storage.h \\r
718                 ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
719                 ../macosx/osx.h ../unix/unix.h ../puttymem.h ../tree234.h \\r
720                 ../windows/winhelp.h ../charset/charset.h\r
721         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/wincfg.c\r
722 wincons.o: ../windows/wincons.c ../putty.h ../storage.h ../ssh.h \\r
723                 ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
724                 ../tree234.h ../int64.h ../windows/winstuff.h \\r
725                 ../macosx/osx.h ../unix/unix.h ../windows/winhelp.h \\r
726                 ../charset/charset.h\r
727         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/wincons.c\r
728 winctrls.o: ../windows/winctrls.c ../putty.h ../misc.h ../dialog.h \\r
729                 ../puttyps.h ../network.h ../puttymem.h \\r
730                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
731                 ../tree234.h ../windows/winhelp.h ../charset/charset.h\r
732         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winctrls.c\r
733 windefs.o: ../windows/windefs.c ../putty.h ../puttyps.h ../network.h \\r
734                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
735                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
736                 ../windows/winhelp.h ../charset/charset.h\r
737         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/windefs.c\r
738 windlg.o: ../windows/windlg.c ../putty.h ../ssh.h ../windows/win_res.h \\r
739                 ../storage.h ../dialog.h ../puttyps.h ../network.h ../misc.h \\r
740                 ../puttymem.h ../tree234.h ../int64.h ../windows/winstuff.h \\r
741                 ../macosx/osx.h ../unix/unix.h ../windows/winhelp.h \\r
742                 ../charset/charset.h\r
743         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/windlg.c\r
744 window.o: ../windows/window.c ../putty.h ../terminal.h ../storage.h \\r
745                 ../windows/win_res.h ../puttyps.h ../network.h ../misc.h \\r
746                 ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
747                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
748                 ../charset/charset.h\r
749         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/window.c\r
750 wingss.o: ../windows/wingss.c ../putty.h ../pgssapi.h ../sshgss.h \\r
751                 ../sshgssc.h ../misc.h ../puttyps.h ../network.h \\r
752                 ../puttymem.h ../windows/winstuff.h ../macosx/osx.h \\r
753                 ../unix/unix.h ../tree234.h ../windows/winhelp.h \\r
754                 ../charset/charset.h\r
755         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/wingss.c\r
756 winhandl.o: ../windows/winhandl.c ../putty.h ../puttyps.h ../network.h \\r
757                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
758                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
759                 ../windows/winhelp.h ../charset/charset.h\r
760         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winhandl.c\r
761 winhelp.o: ../windows/winhelp.c ../putty.h ../puttyps.h ../network.h \\r
762                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
763                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
764                 ../windows/winhelp.h ../charset/charset.h\r
765         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winhelp.c\r
766 winjump.o: ../windows/winjump.c ../putty.h ../storage.h ../puttyps.h \\r
767                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
768                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
769                 ../windows/winhelp.h ../charset/charset.h\r
770         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winjump.c\r
771 winmisc.o: ../windows/winmisc.c ../putty.h ../puttyps.h ../network.h \\r
772                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
773                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
774                 ../windows/winhelp.h ../charset/charset.h\r
775         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winmisc.c\r
776 winnet.o: ../windows/winnet.c ../putty.h ../network.h ../tree234.h \\r
777                 ../puttyps.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
778                 ../unix/unix.h ../puttymem.h ../windows/winhelp.h \\r
779                 ../charset/charset.h\r
780         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winnet.c\r
781 winnoise.o: ../windows/winnoise.c ../putty.h ../ssh.h ../storage.h \\r
782                 ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
783                 ../tree234.h ../int64.h ../windows/winstuff.h \\r
784                 ../macosx/osx.h ../unix/unix.h ../windows/winhelp.h \\r
785                 ../charset/charset.h\r
786         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winnoise.c\r
787 winnojmp.o: ../windows/winnojmp.c\r
788         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winnojmp.c\r
789 winpgen.o: ../windows/winpgen.c ../putty.h ../ssh.h ../puttyps.h \\r
790                 ../network.h ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
791                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
792                 ../windows/winhelp.h ../charset/charset.h\r
793         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winpgen.c\r
794 winpgnt.o: ../windows/winpgnt.c ../putty.h ../ssh.h ../misc.h ../tree234.h \\r
795                 ../puttyps.h ../network.h ../puttymem.h ../int64.h \\r
796                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
797                 ../windows/winhelp.h ../charset/charset.h\r
798         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winpgnt.c\r
799 winpgntc.o: ../windows/winpgntc.c ../putty.h ../puttyps.h ../network.h \\r
800                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
801                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
802                 ../windows/winhelp.h ../charset/charset.h\r
803         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winpgntc.c\r
804 winplink.o: ../windows/winplink.c ../putty.h ../storage.h ../tree234.h \\r
805                 ../puttyps.h ../network.h ../misc.h ../windows/winstuff.h \\r
806                 ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
807                 ../windows/winhelp.h ../charset/charset.h\r
808         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winplink.c\r
809 winprint.o: ../windows/winprint.c ../putty.h ../puttyps.h ../network.h \\r
810                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
811                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
812                 ../windows/winhelp.h ../charset/charset.h\r
813         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winprint.c\r
814 winproxy.o: ../windows/winproxy.c ../tree234.h ../putty.h ../network.h \\r
815                 ../proxy.h ../puttyps.h ../misc.h ../windows/winstuff.h \\r
816                 ../macosx/osx.h ../unix/unix.h ../puttymem.h \\r
817                 ../windows/winhelp.h ../charset/charset.h\r
818         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winproxy.c\r
819 winser.o: ../windows/winser.c ../putty.h ../puttyps.h ../network.h ../misc.h \\r
820                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
821                 ../puttymem.h ../tree234.h ../windows/winhelp.h \\r
822                 ../charset/charset.h\r
823         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winser.c\r
824 winsftp.o: ../windows/winsftp.c ../putty.h ../psftp.h ../ssh.h ../int64.h \\r
825                 ../puttyps.h ../network.h ../misc.h ../puttymem.h \\r
826                 ../tree234.h ../windows/winstuff.h ../macosx/osx.h \\r
827                 ../unix/unix.h ../windows/winhelp.h ../charset/charset.h\r
828         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winsftp.c\r
829 winstore.o: ../windows/winstore.c ../putty.h ../storage.h ../puttyps.h \\r
830                 ../network.h ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
831                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
832                 ../windows/winhelp.h ../charset/charset.h\r
833         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winstore.c\r
834 wintime.o: ../windows/wintime.c ../putty.h ../puttyps.h ../network.h \\r
835                 ../misc.h ../windows/winstuff.h ../macosx/osx.h \\r
836                 ../unix/unix.h ../puttymem.h ../tree234.h \\r
837                 ../windows/winhelp.h ../charset/charset.h\r
838         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/wintime.c\r
839 winucs.o: ../windows/winucs.c ../putty.h ../terminal.h ../misc.h \\r
840                 ../puttyps.h ../network.h ../tree234.h ../puttymem.h \\r
841                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
842                 ../windows/winhelp.h ../charset/charset.h\r
843         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winucs.c\r
844 winutils.o: ../windows/winutils.c ../putty.h ../misc.h ../puttyps.h \\r
845                 ../network.h ../puttymem.h ../windows/winstuff.h \\r
846                 ../macosx/osx.h ../unix/unix.h ../tree234.h \\r
847                 ../windows/winhelp.h ../charset/charset.h\r
848         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winutils.c\r
849 winx11.o: ../windows/winx11.c ../putty.h ../ssh.h ../puttyps.h ../network.h \\r
850                 ../misc.h ../puttymem.h ../tree234.h ../int64.h \\r
851                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
852                 ../windows/winhelp.h ../charset/charset.h\r
853         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../windows/winx11.c\r
854 x11fwd.o: ../x11fwd.c ../putty.h ../ssh.h ../tree234.h ../puttyps.h \\r
855                 ../network.h ../misc.h ../puttymem.h ../int64.h \\r
856                 ../windows/winstuff.h ../macosx/osx.h ../unix/unix.h \\r
857                 ../windows/winhelp.h ../charset/charset.h\r
858         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../x11fwd.c\r
859 xenc.o: ../charset/xenc.c ../charset/charset.h ../charset/internal.h\r
860         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../charset/xenc.c\r
861 xkeysym.o: ../unix/xkeysym.c ../misc.h ../puttymem.h\r
862         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xkeysym.c\r
863 xpmptcfg.o: ../unix/xpmptcfg.c\r
864         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmptcfg.c\r
865 xpmpterm.o: ../unix/xpmpterm.c\r
866         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmpterm.c\r
867 xpmpucfg.o: ../unix/xpmpucfg.c\r
868         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmpucfg.c\r
869 xpmputty.o: ../unix/xpmputty.c\r
870         $(CC) $(COMPAT) $(CFLAGS) $(XFLAGS) -c ../unix/xpmputty.c\r
871 \r
872 version.o: FORCE\r
873         if test -z "$(VER)" && (cd ..; md5sum -c manifest); then \\r
874                 $(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) `cat ../version.def` -c ../version.c; \\r
875         else \\r
876                 $(CC) $(COMPAT) $(XFLAGS) $(CFLAGS) $(VER) -c ../version.c; \\r
877         fi\r
878 install:\r
879         mkdir -p $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)\r
880         $(INSTALL_PROGRAM) -m 755 plink $(DESTDIR)$(bindir)/plink\r
881         $(INSTALL_PROGRAM) -m 755 pscp $(DESTDIR)$(bindir)/pscp\r
882         $(INSTALL_PROGRAM) -m 755 psftp $(DESTDIR)$(bindir)/psftp\r
883         $(INSTALL_PROGRAM) -m 755 pterm $(DESTDIR)$(bindir)/pterm\r
884         if test -n "$(UTMP_GROUP)"; then \\r
885           chgrp $(UTMP_GROUP) $(DESTDIR)$(bindir)/pterm && \\r
886             chmod 2755 $(DESTDIR)$(bindir)/pterm; \\r
887         elif test -n "$(UTMP_USER)"; then \\r
888           chown $(UTMP_USER) $(DESTDIR)$(bindir)/pterm && \\r
889             chmod 4755 $(DESTDIR)$(bindir)/pterm; \\r
890         fi\r
891         $(INSTALL_PROGRAM) -m 755 putty $(DESTDIR)$(bindir)/putty\r
892         $(INSTALL_PROGRAM) -m 755 puttygen $(DESTDIR)$(bindir)/puttygen\r
893         $(INSTALL_PROGRAM) -m 755 puttytel $(DESTDIR)$(bindir)/puttytel\r
894         $(INSTALL_DATA) -m 644 ../doc/plink.1 $(DESTDIR)$(man1dir)/plink.1\r
895         $(INSTALL_DATA) -m 644 ../doc/pscp.1 $(DESTDIR)$(man1dir)/pscp.1\r
896         $(INSTALL_DATA) -m 644 ../doc/psftp.1 $(DESTDIR)$(man1dir)/psftp.1\r
897         $(INSTALL_DATA) -m 644 ../doc/pterm.1 $(DESTDIR)$(man1dir)/pterm.1\r
898         $(INSTALL_DATA) -m 644 ../doc/putty.1 $(DESTDIR)$(man1dir)/putty.1\r
899         $(INSTALL_DATA) -m 644 ../doc/puttygen.1 $(DESTDIR)$(man1dir)/puttygen.1\r
900         $(INSTALL_DATA) -m 644 ../doc/puttytel.1 $(DESTDIR)$(man1dir)/puttytel.1\r
901 \r
902 install-strip:\r
903         $(MAKE) install INSTALL_PROGRAM="$(INSTALL_PROGRAM) -s"\r
904 \r
905 clean:\r
906         rm -f *.o plink pscp psftp pterm putty puttygen puttytel\r
907 \r
908 FORCE:\r