checking in all the old panacean stuff
This commit is contained in:
948
puttysrc/WINDOWS/MAKEFILE.LCC
Normal file
948
puttysrc/WINDOWS/MAKEFILE.LCC
Normal file
@@ -0,0 +1,948 @@
|
||||
# Makefile for putty under lcc.
|
||||
#
|
||||
# This file was created by `mkfiles.pl' from the `Recipe' file.
|
||||
# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.
|
||||
#
|
||||
# Extra options you can set:
|
||||
#
|
||||
# - VER="-DSNAPSHOT=1999-01-25 -DSVN_REV=1234"
|
||||
# Generates executables whose About box report them as being a
|
||||
# development snapshot. SVN_REV is a Subversion revision number.
|
||||
#
|
||||
# - VER=-DRELEASE=0.43
|
||||
# Generates executables whose About box report them as being a
|
||||
# release version.
|
||||
#
|
||||
# - COMPAT=-DAUTO_WINSOCK (Windows only)
|
||||
# Causes PuTTY to assume that <windows.h> includes its own WinSock
|
||||
# header file, so that it won't try to include <winsock.h>.
|
||||
#
|
||||
# - COMPAT=-DWINSOCK_TWO (Windows only)
|
||||
# Causes the PuTTY utilities to include <winsock2.h> instead of
|
||||
# <winsock.h>, except Plink which _needs_ WinSock 2 so it already
|
||||
# does this.
|
||||
#
|
||||
# - COMPAT=-DNO_SECURITY (Windows only)
|
||||
# Disables Pageant's use of <aclapi.h>, which is not available
|
||||
# with some development environments (such as older versions of
|
||||
# the Cygwin/mingw GNU toolchain). This means that Pageant
|
||||
# won't care about the local user ID of processes accessing it; a
|
||||
# version of Pageant built with this option will therefore refuse
|
||||
# to run under NT-series OSes on security grounds (although it
|
||||
# will run fine on Win95-series OSes where there is no access
|
||||
# control anyway).
|
||||
#
|
||||
# - COMPAT=-DNO_MULTIMON (Windows only)
|
||||
# Disables PuTTY's use of <multimon.h>, which is not available
|
||||
# with some development environments. This means that PuTTY's
|
||||
# full-screen mode (configurable to work on Alt-Enter) will
|
||||
# not behave usefully in a multi-monitor environment.
|
||||
#
|
||||
# Note that this definition is always enabled in the Cygwin
|
||||
# build, since at the time of writing this <multimon.h> is
|
||||
# known not to be available in Cygwin.
|
||||
#
|
||||
# - COMPAT=-DNO_HTMLHELP (Windows only)
|
||||
# Disables PuTTY's use of <htmlhelp.h>, which is not available
|
||||
# with some development environments. The resulting binary
|
||||
# will only look for an old-style WinHelp file (.HLP/.CNT), and
|
||||
# will ignore any .CHM file.
|
||||
#
|
||||
# Note that this definition is always enabled in the Cygwin
|
||||
# build, since at the time of writing this <htmlhelp.h> is
|
||||
# known not to be available in Cygwin (although you can use
|
||||
# the htmlhelp.h supplied with HTML Help Workshop).
|
||||
#
|
||||
# - RCFL=-DNO_MANIFESTS (Windows only)
|
||||
# Disables inclusion of XML application manifests in the PuTTY
|
||||
# binaries. This may be necessary to build for 64-bit Windows;
|
||||
# the manifests are only included to use the XP GUI style on
|
||||
# Windows XP, and the architecture tags are a lie on 64-bit.
|
||||
#
|
||||
# - COMPAT=-DNO_IPV6
|
||||
# Disables PuTTY's ability to make IPv6 connections, enabling
|
||||
# it to compile under development environments which do not
|
||||
# support IPv6 in their header files.
|
||||
#
|
||||
# - COMPAT=-DMSVC4 (Windows only)
|
||||
# - RCFL=-DMSVC4
|
||||
# Makes a couple of minor changes so that PuTTY compiles using
|
||||
# MSVC 4. You will also need -DNO_SECURITY and -DNO_MULTIMON.
|
||||
#
|
||||
# - RCFL=-DASCIICTLS (Windows only)
|
||||
# Uses ASCII rather than Unicode to specify the tab control in
|
||||
# the resource file. Probably most useful when compiling with
|
||||
# Cygnus/mingw32, whose resource compiler may have less of a
|
||||
# problem with it.
|
||||
#
|
||||
# - XFLAGS=-DTELNET_DEFAULT
|
||||
# Causes PuTTY to default to the Telnet protocol (in the absence
|
||||
# of Default Settings and so on to the contrary). Normally PuTTY
|
||||
# will default to SSH.
|
||||
#
|
||||
# - XFLAGS=-DDEBUG
|
||||
# Causes PuTTY to enable internal debugging.
|
||||
#
|
||||
# - XFLAGS=-DMALLOC_LOG
|
||||
# Causes PuTTY to emit a file called putty_mem.log, logging every
|
||||
# memory allocation and free, so you can track memory leaks.
|
||||
#
|
||||
# - XFLAGS=-DMINEFIELD (Windows only)
|
||||
# Causes PuTTY to use a custom memory allocator, similar in
|
||||
# concept to Electric Fence, in place of regular malloc(). Wastes
|
||||
# huge amounts of RAM, but should cause heap-corruption bugs to
|
||||
# show up as GPFs at the point of failure rather than appearing
|
||||
# later on as second-level damage.
|
||||
#
|
||||
|
||||
# If you rename this file to `Makefile', you should change this line,
|
||||
# so that the .rsp files still depend on the correct makefile.
|
||||
MAKEFILE = Makefile.lcc
|
||||
|
||||
# C compilation flags
|
||||
CFLAGS = -D_WINDOWS -I..\./ -I..\charset/ -I..\windows/ -I..\unix/ -I..\mac/ -I..\macosx/
|
||||
# Resource compilation flags
|
||||
RCFLAGS =
|
||||
|
||||
# Get include directory for resource compiler
|
||||
|
||||
RCFLAGS += $(VER)
|
||||
|
||||
all: pageant.exe plink.exe pscp.exe psftp.exe putty.exe puttygen.exe \
|
||||
puttytel.exe
|
||||
|
||||
pageant.exe: misc.obj pageant.res sshaes.obj sshbn.obj sshdes.obj sshdss.obj \
|
||||
sshmd5.obj sshpubk.obj sshrsa.obj sshsh512.obj sshsha.obj \
|
||||
tree234.obj version.obj winhelp.obj winmisc.obj winpgnt.obj \
|
||||
winpgntc.obj winutils.obj
|
||||
lcclnk -subsystem windows -o pageant.exe misc.obj pageant.res sshaes.obj \
|
||||
sshbn.obj sshdes.obj sshdss.obj sshmd5.obj sshpubk.obj \
|
||||
sshrsa.obj sshsh512.obj sshsha.obj tree234.obj version.obj \
|
||||
winhelp.obj winmisc.obj winpgnt.obj winpgntc.obj \
|
||||
winutils.obj shell32.lib wsock32.lib ws2_32.lib winspool.lib \
|
||||
winmm.lib imm32.lib
|
||||
|
||||
plink.exe: be_all_s.obj cmdline.obj cproxy.obj ldisc.obj logging.obj \
|
||||
misc.obj pinger.obj plink.res portfwd.obj proxy.obj raw.obj \
|
||||
rlogin.obj settings.obj ssh.obj sshaes.obj ssharcf.obj \
|
||||
sshblowf.obj sshbn.obj sshcrc.obj sshcrcda.obj sshdes.obj \
|
||||
sshdh.obj sshdss.obj sshmd5.obj sshpubk.obj sshrand.obj \
|
||||
sshrsa.obj sshsh256.obj sshsh512.obj sshsha.obj sshzlib.obj \
|
||||
telnet.obj timing.obj tree234.obj version.obj wildcard.obj \
|
||||
wincons.obj windefs.obj winhandl.obj winmisc.obj winnet.obj \
|
||||
winnoise.obj winpgntc.obj winplink.obj winproxy.obj \
|
||||
winser.obj winstore.obj wintime.obj x11fwd.obj
|
||||
lcclnk -o plink.exe be_all_s.obj cmdline.obj cproxy.obj ldisc.obj \
|
||||
logging.obj misc.obj pinger.obj plink.res portfwd.obj \
|
||||
proxy.obj raw.obj rlogin.obj settings.obj ssh.obj sshaes.obj \
|
||||
ssharcf.obj sshblowf.obj sshbn.obj sshcrc.obj sshcrcda.obj \
|
||||
sshdes.obj sshdh.obj sshdss.obj sshmd5.obj sshpubk.obj \
|
||||
sshrand.obj sshrsa.obj sshsh256.obj sshsh512.obj sshsha.obj \
|
||||
sshzlib.obj telnet.obj timing.obj tree234.obj version.obj \
|
||||
wildcard.obj wincons.obj windefs.obj winhandl.obj \
|
||||
winmisc.obj winnet.obj winnoise.obj winpgntc.obj \
|
||||
winplink.obj winproxy.obj winser.obj winstore.obj \
|
||||
wintime.obj x11fwd.obj shell32.lib wsock32.lib ws2_32.lib \
|
||||
winspool.lib winmm.lib imm32.lib
|
||||
|
||||
pscp.exe: be_none.obj cmdline.obj cproxy.obj int64.obj logging.obj misc.obj \
|
||||
pinger.obj portfwd.obj proxy.obj pscp.obj pscp.res \
|
||||
settings.obj sftp.obj ssh.obj sshaes.obj ssharcf.obj \
|
||||
sshblowf.obj sshbn.obj sshcrc.obj sshcrcda.obj sshdes.obj \
|
||||
sshdh.obj sshdss.obj sshmd5.obj sshpubk.obj sshrand.obj \
|
||||
sshrsa.obj sshsh256.obj sshsh512.obj sshsha.obj sshzlib.obj \
|
||||
timing.obj tree234.obj version.obj wildcard.obj wincons.obj \
|
||||
windefs.obj winhandl.obj winmisc.obj winnet.obj winnoise.obj \
|
||||
winpgntc.obj winproxy.obj winsftp.obj winstore.obj \
|
||||
wintime.obj x11fwd.obj
|
||||
lcclnk -o pscp.exe be_none.obj cmdline.obj cproxy.obj int64.obj \
|
||||
logging.obj misc.obj pinger.obj portfwd.obj proxy.obj \
|
||||
pscp.obj pscp.res settings.obj sftp.obj ssh.obj sshaes.obj \
|
||||
ssharcf.obj sshblowf.obj sshbn.obj sshcrc.obj sshcrcda.obj \
|
||||
sshdes.obj sshdh.obj sshdss.obj sshmd5.obj sshpubk.obj \
|
||||
sshrand.obj sshrsa.obj sshsh256.obj sshsh512.obj sshsha.obj \
|
||||
sshzlib.obj timing.obj tree234.obj version.obj wildcard.obj \
|
||||
wincons.obj windefs.obj winhandl.obj winmisc.obj winnet.obj \
|
||||
winnoise.obj winpgntc.obj winproxy.obj winsftp.obj \
|
||||
winstore.obj wintime.obj x11fwd.obj shell32.lib wsock32.lib \
|
||||
ws2_32.lib winspool.lib winmm.lib imm32.lib
|
||||
|
||||
psftp.exe: be_none.obj cmdline.obj cproxy.obj int64.obj logging.obj misc.obj \
|
||||
pinger.obj portfwd.obj proxy.obj psftp.obj psftp.res \
|
||||
settings.obj sftp.obj ssh.obj sshaes.obj ssharcf.obj \
|
||||
sshblowf.obj sshbn.obj sshcrc.obj sshcrcda.obj sshdes.obj \
|
||||
sshdh.obj sshdss.obj sshmd5.obj sshpubk.obj sshrand.obj \
|
||||
sshrsa.obj sshsh256.obj sshsh512.obj sshsha.obj sshzlib.obj \
|
||||
timing.obj tree234.obj version.obj wildcard.obj wincons.obj \
|
||||
windefs.obj winhandl.obj winmisc.obj winnet.obj winnoise.obj \
|
||||
winpgntc.obj winproxy.obj winsftp.obj winstore.obj \
|
||||
wintime.obj x11fwd.obj
|
||||
lcclnk -o psftp.exe be_none.obj cmdline.obj cproxy.obj int64.obj \
|
||||
logging.obj misc.obj pinger.obj portfwd.obj proxy.obj \
|
||||
psftp.obj psftp.res settings.obj sftp.obj ssh.obj sshaes.obj \
|
||||
ssharcf.obj sshblowf.obj sshbn.obj sshcrc.obj sshcrcda.obj \
|
||||
sshdes.obj sshdh.obj sshdss.obj sshmd5.obj sshpubk.obj \
|
||||
sshrand.obj sshrsa.obj sshsh256.obj sshsh512.obj sshsha.obj \
|
||||
sshzlib.obj timing.obj tree234.obj version.obj wildcard.obj \
|
||||
wincons.obj windefs.obj winhandl.obj winmisc.obj winnet.obj \
|
||||
winnoise.obj winpgntc.obj winproxy.obj winsftp.obj \
|
||||
winstore.obj wintime.obj x11fwd.obj shell32.lib wsock32.lib \
|
||||
ws2_32.lib winspool.lib winmm.lib imm32.lib
|
||||
|
||||
putty.exe: be_all_s.obj cmdline.obj config.obj cproxy.obj dialog.obj \
|
||||
ldisc.obj ldiscucs.obj logging.obj minibidi.obj misc.obj \
|
||||
pinger.obj portfwd.obj proxy.obj putty.res raw.obj \
|
||||
rlogin.obj sercfg.obj settings.obj sizetip.obj ssh.obj \
|
||||
sshaes.obj ssharcf.obj sshblowf.obj sshbn.obj sshcrc.obj \
|
||||
sshcrcda.obj sshdes.obj sshdh.obj sshdss.obj sshmd5.obj \
|
||||
sshpubk.obj sshrand.obj sshrsa.obj sshsh256.obj sshsh512.obj \
|
||||
sshsha.obj sshzlib.obj telnet.obj terminal.obj timing.obj \
|
||||
tree234.obj version.obj wcwidth.obj wildcard.obj wincfg.obj \
|
||||
winctrls.obj windefs.obj windlg.obj window.obj winhandl.obj \
|
||||
winhelp.obj winmisc.obj winnet.obj winnoise.obj winpgntc.obj \
|
||||
winprint.obj winproxy.obj winser.obj winstore.obj \
|
||||
wintime.obj winucs.obj winutils.obj x11fwd.obj
|
||||
lcclnk -subsystem windows -o putty.exe be_all_s.obj cmdline.obj config.obj \
|
||||
cproxy.obj dialog.obj ldisc.obj ldiscucs.obj logging.obj \
|
||||
minibidi.obj misc.obj pinger.obj portfwd.obj proxy.obj \
|
||||
putty.res raw.obj rlogin.obj sercfg.obj settings.obj \
|
||||
sizetip.obj ssh.obj sshaes.obj ssharcf.obj sshblowf.obj \
|
||||
sshbn.obj sshcrc.obj sshcrcda.obj sshdes.obj sshdh.obj \
|
||||
sshdss.obj sshmd5.obj sshpubk.obj sshrand.obj sshrsa.obj \
|
||||
sshsh256.obj sshsh512.obj sshsha.obj sshzlib.obj telnet.obj \
|
||||
terminal.obj timing.obj tree234.obj version.obj wcwidth.obj \
|
||||
wildcard.obj wincfg.obj winctrls.obj windefs.obj windlg.obj \
|
||||
window.obj winhandl.obj winhelp.obj winmisc.obj winnet.obj \
|
||||
winnoise.obj winpgntc.obj winprint.obj winproxy.obj \
|
||||
winser.obj winstore.obj wintime.obj winucs.obj winutils.obj \
|
||||
x11fwd.obj shell32.lib wsock32.lib ws2_32.lib winspool.lib \
|
||||
winmm.lib imm32.lib
|
||||
|
||||
puttygen.exe: import.obj misc.obj notiming.obj puttygen.res sshaes.obj \
|
||||
sshbn.obj sshdes.obj sshdss.obj sshdssg.obj sshmd5.obj \
|
||||
sshprime.obj sshpubk.obj sshrand.obj sshrsa.obj sshrsag.obj \
|
||||
sshsh512.obj sshsha.obj tree234.obj version.obj winctrls.obj \
|
||||
winhelp.obj winmisc.obj winnoise.obj winpgen.obj \
|
||||
winstore.obj wintime.obj winutils.obj
|
||||
lcclnk -subsystem windows -o puttygen.exe import.obj misc.obj notiming.obj \
|
||||
puttygen.res sshaes.obj sshbn.obj sshdes.obj sshdss.obj \
|
||||
sshdssg.obj sshmd5.obj sshprime.obj sshpubk.obj sshrand.obj \
|
||||
sshrsa.obj sshrsag.obj sshsh512.obj sshsha.obj tree234.obj \
|
||||
version.obj winctrls.obj winhelp.obj winmisc.obj \
|
||||
winnoise.obj winpgen.obj winstore.obj wintime.obj \
|
||||
winutils.obj shell32.lib wsock32.lib ws2_32.lib winspool.lib \
|
||||
winmm.lib imm32.lib
|
||||
|
||||
puttytel.exe: be_nos_s.obj cmdline.obj config.obj dialog.obj ldisc.obj \
|
||||
ldiscucs.obj logging.obj minibidi.obj misc.obj nocproxy.obj \
|
||||
pinger.obj proxy.obj puttytel.res raw.obj rlogin.obj \
|
||||
sercfg.obj settings.obj sizetip.obj telnet.obj terminal.obj \
|
||||
timing.obj tree234.obj version.obj wcwidth.obj wincfg.obj \
|
||||
winctrls.obj windefs.obj windlg.obj window.obj winhandl.obj \
|
||||
winhelp.obj winmisc.obj winnet.obj winprint.obj winproxy.obj \
|
||||
winser.obj winstore.obj wintime.obj winucs.obj winutils.obj
|
||||
lcclnk -subsystem windows -o puttytel.exe be_nos_s.obj cmdline.obj \
|
||||
config.obj dialog.obj ldisc.obj ldiscucs.obj logging.obj \
|
||||
minibidi.obj misc.obj nocproxy.obj pinger.obj proxy.obj \
|
||||
puttytel.res raw.obj rlogin.obj sercfg.obj settings.obj \
|
||||
sizetip.obj telnet.obj terminal.obj timing.obj tree234.obj \
|
||||
version.obj wcwidth.obj wincfg.obj winctrls.obj windefs.obj \
|
||||
windlg.obj window.obj winhandl.obj winhelp.obj winmisc.obj \
|
||||
winnet.obj winprint.obj winproxy.obj winser.obj winstore.obj \
|
||||
wintime.obj winucs.obj winutils.obj shell32.lib wsock32.lib \
|
||||
ws2_32.lib winspool.lib winmm.lib imm32.lib
|
||||
|
||||
be_all.obj: ..\be_all.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\be_all.c
|
||||
be_all_s.obj: ..\be_all_s.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\be_all_s.c
|
||||
be_none.obj: ..\be_none.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\be_none.c
|
||||
be_nos_s.obj: ..\be_nos_s.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\be_nos_s.c
|
||||
be_nossh.obj: ..\be_nossh.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\be_nossh.c
|
||||
cmdgen.obj: ..\cmdgen.c ..\putty.h ..\ssh.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\tree234.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\cmdgen.c
|
||||
cmdline.obj: ..\cmdline.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\cmdline.c
|
||||
config.obj: ..\config.c ..\putty.h ..\dialog.h ..\storage.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\config.c
|
||||
cproxy.obj: ..\cproxy.c ..\putty.h ..\ssh.h ..\network.h ..\proxy.h \
|
||||
..\puttyps.h ..\misc.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\cproxy.c
|
||||
dialog.obj: ..\dialog.c ..\putty.h ..\dialog.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\dialog.c
|
||||
fromucs.obj: ..\charset\fromucs.c ..\charset\charset.h ..\charset\internal.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\fromucs.c
|
||||
gtkcfg.obj: ..\unix\gtkcfg.c ..\putty.h ..\dialog.h ..\storage.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\gtkcfg.c
|
||||
gtkcols.obj: ..\unix\gtkcols.c ..\unix\gtkcols.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\gtkcols.c
|
||||
gtkdlg.obj: ..\unix\gtkdlg.c ..\unix\gtkcols.h ..\putty.h ..\storage.h \
|
||||
..\dialog.h ..\tree234.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\gtkdlg.c
|
||||
gtkwin.obj: ..\unix\gtkwin.c ..\putty.h ..\terminal.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\tree234.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\gtkwin.c
|
||||
import.obj: ..\import.c ..\putty.h ..\ssh.h ..\misc.h ..\puttyps.h \
|
||||
..\network.h ..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\tree234.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\import.c
|
||||
int64.obj: ..\int64.c ..\int64.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\int64.c
|
||||
ldisc.obj: ..\ldisc.c ..\putty.h ..\terminal.h ..\ldisc.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\tree234.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\ldisc.c
|
||||
ldiscucs.obj: ..\ldiscucs.c ..\putty.h ..\terminal.h ..\ldisc.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\tree234.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\ldiscucs.c
|
||||
localenc.obj: ..\charset\localenc.c ..\charset\charset.h \
|
||||
..\charset\internal.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\localenc.c
|
||||
logging.obj: ..\logging.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\logging.c
|
||||
mac.obj: ..\mac\mac.c ..\mac\macresid.h ..\putty.h ..\ssh.h ..\terminal.h \
|
||||
..\mac\mac.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\puttymem.h ..\int64.h ..\tree234.h ..\charset\charset.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\mac.c
|
||||
mac_res.res: ..\mac\mac_res.r ..\mac\macresid.h ..\mac\version.r
|
||||
lrc $(RCFL) -r $(RCFLAGS) ..\mac\mac_res.r
|
||||
macabout.obj: ..\mac\macabout.c ..\putty.h ..\mac\mac.h ..\mac\macresid.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\charset\charset.h \
|
||||
..\tree234.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h \
|
||||
..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macabout.c
|
||||
macctrls.obj: ..\mac\macctrls.c ..\putty.h ..\mac\mac.h ..\mac\macresid.h \
|
||||
..\dialog.h ..\tree234.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\charset\charset.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h \
|
||||
..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macctrls.c
|
||||
macdlg.obj: ..\mac\macdlg.c ..\putty.h ..\dialog.h ..\mac\mac.h \
|
||||
..\mac\macresid.h ..\storage.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\charset\charset.h ..\tree234.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macdlg.c
|
||||
macenc.obj: ..\charset\macenc.c ..\charset\charset.h ..\charset\internal.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\macenc.c
|
||||
macevlog.obj: ..\mac\macevlog.c ..\putty.h ..\mac\mac.h ..\mac\macresid.h \
|
||||
..\terminal.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\charset\charset.h ..\tree234.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macevlog.c
|
||||
macmisc.obj: ..\mac\macmisc.c ..\putty.h ..\mac\mac.h ..\ssh.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\charset\charset.h ..\tree234.h \
|
||||
..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macmisc.c
|
||||
macnet.obj: ..\mac\macnet.c ..\putty.h ..\network.h ..\mac\mac.h ..\ssh.h \
|
||||
..\puttyps.h ..\misc.h ..\charset\charset.h ..\tree234.h \
|
||||
..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macnet.c
|
||||
macnoise.obj: ..\mac\macnoise.c ..\putty.h ..\ssh.h ..\storage.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macnoise.c
|
||||
macpgen.obj: ..\mac\macpgen.c ..\mac\macpgrid.h ..\putty.h ..\ssh.h \
|
||||
..\mac\mac.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\puttymem.h ..\int64.h ..\charset\charset.h ..\tree234.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macpgen.c
|
||||
macpgen.res: ..\mac\macpgen.r ..\mac\macpgrid.h ..\mac\version.r
|
||||
lrc $(RCFL) -r $(RCFLAGS) ..\mac\macpgen.r
|
||||
macpgkey.obj: ..\mac\macpgkey.c ..\putty.h ..\mac\mac.h ..\mac\macpgrid.h \
|
||||
..\ssh.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\charset\charset.h ..\tree234.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macpgkey.c
|
||||
macstore.obj: ..\mac\macstore.c ..\putty.h ..\storage.h ..\mac\mac.h \
|
||||
..\mac\macresid.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\charset\charset.h ..\tree234.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macstore.c
|
||||
macterm.obj: ..\mac\macterm.c ..\mac\macresid.h ..\putty.h \
|
||||
..\charset\charset.h ..\mac\mac.h ..\terminal.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\tree234.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macterm.c
|
||||
macucs.obj: ..\mac\macucs.c ..\putty.h ..\charset\charset.h ..\terminal.h \
|
||||
..\misc.h ..\mac\mac.h ..\puttyps.h ..\network.h \
|
||||
..\tree234.h ..\puttymem.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\macucs.c
|
||||
mimeenc.obj: ..\charset\mimeenc.c ..\charset\charset.h ..\charset\internal.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\mimeenc.c
|
||||
minibidi.obj: ..\minibidi.c ..\misc.h ..\puttymem.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\minibidi.c
|
||||
misc.obj: ..\misc.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\misc.c
|
||||
mtcpnet.obj: ..\mac\mtcpnet.c ..\putty.h ..\network.h ..\mac\mac.h \
|
||||
..\puttyps.h ..\misc.h ..\charset\charset.h ..\tree234.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\mtcpnet.c
|
||||
nocproxy.obj: ..\nocproxy.c ..\putty.h ..\network.h ..\proxy.h ..\puttyps.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\nocproxy.c
|
||||
notiming.obj: ..\notiming.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\notiming.c
|
||||
osxctrls.obj: ..\macosx\osxctrls.m ..\putty.h ..\dialog.h \
|
||||
..\macosx\osxclass.h ..\tree234.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\macosx\osxctrls.m
|
||||
osxdlg.obj: ..\macosx\osxdlg.m ..\putty.h ..\storage.h ..\dialog.h \
|
||||
..\macosx\osxclass.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\macosx\osxdlg.m
|
||||
osxmain.obj: ..\macosx\osxmain.m ..\putty.h ..\macosx\osxclass.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\macosx\osxmain.m
|
||||
osxsel.obj: ..\macosx\osxsel.m ..\putty.h ..\macosx\osxclass.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\macosx\osxsel.m
|
||||
osxwin.obj: ..\macosx\osxwin.m ..\putty.h ..\terminal.h ..\macosx\osxclass.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\tree234.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\macosx\osxwin.m
|
||||
otnet.obj: ..\mac\otnet.c ..\putty.h ..\network.h ..\mac\mac.h ..\puttyps.h \
|
||||
..\misc.h ..\charset\charset.h ..\tree234.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\otnet.c
|
||||
pageant.res: FORCE
|
||||
lrc $(RCFL) -r $(RCFLAGS) ..\windows\pageant.rc
|
||||
pinger.obj: ..\pinger.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\pinger.c
|
||||
plink.res: FORCE
|
||||
lrc $(RCFL) -r $(RCFLAGS) ..\windows\plink.rc
|
||||
portfwd.obj: ..\portfwd.c ..\putty.h ..\ssh.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\tree234.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\portfwd.c
|
||||
pproxy.obj: ..\pproxy.c ..\putty.h ..\network.h ..\proxy.h ..\puttyps.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\pproxy.c
|
||||
proxy.obj: ..\proxy.c ..\putty.h ..\network.h ..\proxy.h ..\puttyps.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\proxy.c
|
||||
pscp.obj: ..\pscp.c ..\putty.h ..\psftp.h ..\ssh.h ..\sftp.h ..\storage.h \
|
||||
..\int64.h ..\puttyps.h ..\network.h ..\misc.h ..\puttymem.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\pscp.c
|
||||
pscp.res: FORCE
|
||||
lrc $(RCFL) -r $(RCFLAGS) ..\windows\pscp.rc
|
||||
psftp.obj: ..\psftp.c ..\putty.h ..\psftp.h ..\storage.h ..\ssh.h ..\sftp.h \
|
||||
..\int64.h ..\puttyps.h ..\network.h ..\misc.h ..\puttymem.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\psftp.c
|
||||
psftp.res: FORCE
|
||||
lrc $(RCFL) -r $(RCFLAGS) ..\windows\psftp.rc
|
||||
putty.res: FORCE
|
||||
lrc $(RCFL) -r $(RCFLAGS) ..\windows\putty.rc
|
||||
puttygen.res: FORCE
|
||||
lrc $(RCFL) -r $(RCFLAGS) ..\windows\puttygen.rc
|
||||
puttytel.res: FORCE
|
||||
lrc $(RCFL) -r $(RCFLAGS) ..\windows\puttytel.rc
|
||||
raw.obj: ..\raw.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\raw.c
|
||||
rlogin.obj: ..\rlogin.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\rlogin.c
|
||||
sbcs.obj: ..\charset\sbcs.c ..\charset\charset.h ..\charset\internal.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\sbcs.c
|
||||
sbcsdat.obj: ..\charset\sbcsdat.c ..\charset\charset.h ..\charset\internal.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\sbcsdat.c
|
||||
sercfg.obj: ..\sercfg.c ..\putty.h ..\dialog.h ..\storage.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sercfg.c
|
||||
settings.obj: ..\settings.c ..\putty.h ..\storage.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\settings.c
|
||||
sftp.obj: ..\sftp.c ..\misc.h ..\int64.h ..\tree234.h ..\sftp.h \
|
||||
..\puttymem.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sftp.c
|
||||
sizetip.obj: ..\windows\sizetip.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\sizetip.c
|
||||
slookup.obj: ..\charset\slookup.c ..\charset\charset.h ..\charset\internal.h \
|
||||
..\charset\enum.c ..\charset\sbcsdat.c ..\charset\utf8.c
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\slookup.c
|
||||
ssh.obj: ..\ssh.c ..\putty.h ..\tree234.h ..\ssh.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\ssh.c
|
||||
sshaes.obj: ..\sshaes.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshaes.c
|
||||
ssharcf.obj: ..\ssharcf.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\ssharcf.c
|
||||
sshblowf.obj: ..\sshblowf.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshblowf.c
|
||||
sshbn.obj: ..\sshbn.c ..\misc.h ..\ssh.h ..\puttymem.h ..\network.h \
|
||||
..\int64.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshbn.c
|
||||
sshcrc.obj: ..\sshcrc.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshcrc.c
|
||||
sshcrcda.obj: ..\sshcrcda.c ..\misc.h ..\ssh.h ..\puttymem.h ..\network.h \
|
||||
..\int64.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshcrcda.c
|
||||
sshdes.obj: ..\sshdes.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshdes.c
|
||||
sshdh.obj: ..\sshdh.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshdh.c
|
||||
sshdss.obj: ..\sshdss.c ..\ssh.h ..\misc.h ..\puttymem.h ..\network.h \
|
||||
..\int64.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshdss.c
|
||||
sshdssg.obj: ..\sshdssg.c ..\misc.h ..\ssh.h ..\puttymem.h ..\network.h \
|
||||
..\int64.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshdssg.c
|
||||
sshmd5.obj: ..\sshmd5.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshmd5.c
|
||||
sshprime.obj: ..\sshprime.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshprime.c
|
||||
sshpubk.obj: ..\sshpubk.c ..\putty.h ..\ssh.h ..\misc.h ..\puttyps.h \
|
||||
..\network.h ..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\tree234.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshpubk.c
|
||||
sshrand.obj: ..\sshrand.c ..\putty.h ..\ssh.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\tree234.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshrand.c
|
||||
sshrsa.obj: ..\sshrsa.c ..\ssh.h ..\misc.h ..\puttymem.h ..\network.h \
|
||||
..\int64.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshrsa.c
|
||||
sshrsag.obj: ..\sshrsag.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshrsag.c
|
||||
sshsh256.obj: ..\sshsh256.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshsh256.c
|
||||
sshsh512.obj: ..\sshsh512.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshsh512.c
|
||||
sshsha.obj: ..\sshsha.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshsha.c
|
||||
sshzlib.obj: ..\sshzlib.c ..\ssh.h ..\puttymem.h ..\network.h ..\int64.h \
|
||||
..\misc.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\sshzlib.c
|
||||
stricmp.obj: ..\mac\stricmp.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\stricmp.c
|
||||
telnet.obj: ..\telnet.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\telnet.c
|
||||
terminal.obj: ..\terminal.c ..\putty.h ..\terminal.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\tree234.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\terminal.c
|
||||
testback.obj: ..\testback.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\testback.c
|
||||
time.obj: ..\time.c
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\time.c
|
||||
timing.obj: ..\timing.c ..\putty.h ..\tree234.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\timing.c
|
||||
toucs.obj: ..\charset\toucs.c ..\charset\charset.h ..\charset\internal.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\toucs.c
|
||||
tree234.obj: ..\tree234.c ..\puttymem.h ..\tree234.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\tree234.c
|
||||
utf8.obj: ..\charset\utf8.c ..\charset\charset.h ..\charset\internal.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\utf8.c
|
||||
ux_x11.obj: ..\unix\ux_x11.c ..\putty.h ..\ssh.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\tree234.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\ux_x11.c
|
||||
uxagentc.obj: ..\unix\uxagentc.c ..\putty.h ..\misc.h ..\tree234.h \
|
||||
..\puttymem.h ..\puttyps.h ..\network.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxagentc.c
|
||||
uxcfg.obj: ..\unix\uxcfg.c ..\putty.h ..\dialog.h ..\storage.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxcfg.c
|
||||
uxcons.obj: ..\unix\uxcons.c ..\putty.h ..\storage.h ..\ssh.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxcons.c
|
||||
uxgen.obj: ..\unix\uxgen.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxgen.c
|
||||
uxmisc.obj: ..\unix\uxmisc.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxmisc.c
|
||||
uxnet.obj: ..\unix\uxnet.c ..\putty.h ..\network.h ..\tree234.h ..\puttyps.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxnet.c
|
||||
uxnoise.obj: ..\unix\uxnoise.c ..\putty.h ..\ssh.h ..\storage.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxnoise.c
|
||||
uxplink.obj: ..\unix\uxplink.c ..\putty.h ..\storage.h ..\tree234.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxplink.c
|
||||
uxprint.obj: ..\unix\uxprint.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxprint.c
|
||||
uxproxy.obj: ..\unix\uxproxy.c ..\tree234.h ..\putty.h ..\network.h \
|
||||
..\proxy.h ..\puttyps.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxproxy.c
|
||||
uxpterm.obj: ..\unix\uxpterm.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxpterm.c
|
||||
uxpty.obj: ..\unix\uxpty.c ..\putty.h ..\tree234.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxpty.c
|
||||
uxputty.obj: ..\unix\uxputty.c ..\putty.h ..\storage.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxputty.c
|
||||
uxsel.obj: ..\unix\uxsel.c ..\putty.h ..\tree234.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxsel.c
|
||||
uxser.obj: ..\unix\uxser.c ..\putty.h ..\tree234.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxser.c
|
||||
uxsftp.obj: ..\unix\uxsftp.c ..\putty.h ..\psftp.h ..\int64.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxsftp.c
|
||||
uxsignal.obj: ..\unix\uxsignal.c
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxsignal.c
|
||||
uxstore.obj: ..\unix\uxstore.c ..\putty.h ..\storage.h ..\tree234.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxstore.c
|
||||
uxucs.obj: ..\unix\uxucs.c ..\putty.h ..\charset\charset.h ..\terminal.h \
|
||||
..\misc.h ..\puttyps.h ..\network.h ..\tree234.h \
|
||||
..\puttymem.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\windows\winhelp.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\uxucs.c
|
||||
vsnprint.obj: ..\mac\vsnprint.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\mac\vsnprint.c
|
||||
wcwidth.obj: ..\wcwidth.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\wcwidth.c
|
||||
wildcard.obj: ..\wildcard.c ..\putty.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\wildcard.c
|
||||
wincfg.obj: ..\windows\wincfg.c ..\putty.h ..\dialog.h ..\storage.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\wincfg.c
|
||||
wincons.obj: ..\windows\wincons.c ..\putty.h ..\storage.h ..\ssh.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\wincons.c
|
||||
winctrls.obj: ..\windows\winctrls.c ..\putty.h ..\misc.h ..\dialog.h \
|
||||
..\puttyps.h ..\network.h ..\puttymem.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winctrls.c
|
||||
windefs.obj: ..\windows\windefs.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\windefs.c
|
||||
windlg.obj: ..\windows\windlg.c ..\putty.h ..\ssh.h ..\windows\win_res.h \
|
||||
..\storage.h ..\dialog.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\puttymem.h ..\int64.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\tree234.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\windlg.c
|
||||
window.obj: ..\windows\window.c ..\putty.h ..\terminal.h ..\storage.h \
|
||||
..\windows\win_res.h ..\puttyps.h ..\network.h ..\misc.h \
|
||||
..\tree234.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\window.c
|
||||
winhandl.obj: ..\windows\winhandl.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winhandl.c
|
||||
winhelp.obj: ..\windows\winhelp.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winhelp.c
|
||||
winmisc.obj: ..\windows\winmisc.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winmisc.c
|
||||
winnet.obj: ..\windows\winnet.c ..\putty.h ..\network.h ..\tree234.h \
|
||||
..\puttyps.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winnet.c
|
||||
winnoise.obj: ..\windows\winnoise.c ..\putty.h ..\ssh.h ..\storage.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winnoise.c
|
||||
winpgen.obj: ..\windows\winpgen.c ..\putty.h ..\ssh.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winpgen.c
|
||||
winpgnt.obj: ..\windows\winpgnt.c ..\putty.h ..\ssh.h ..\misc.h ..\tree234.h \
|
||||
..\puttyps.h ..\network.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winpgnt.c
|
||||
winpgntc.obj: ..\windows\winpgntc.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winpgntc.c
|
||||
winplink.obj: ..\windows\winplink.c ..\putty.h ..\storage.h ..\tree234.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winplink.c
|
||||
winprint.obj: ..\windows\winprint.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winprint.c
|
||||
winproxy.obj: ..\windows\winproxy.c ..\tree234.h ..\putty.h ..\network.h \
|
||||
..\proxy.h ..\puttyps.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winproxy.c
|
||||
winser.obj: ..\windows\winser.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winser.c
|
||||
winsftp.obj: ..\windows\winsftp.c ..\putty.h ..\psftp.h ..\int64.h \
|
||||
..\puttyps.h ..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winsftp.c
|
||||
winstore.obj: ..\windows\winstore.c ..\putty.h ..\storage.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\puttymem.h ..\tree234.h ..\windows\winhelp.h \
|
||||
..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winstore.c
|
||||
wintime.obj: ..\windows\wintime.c ..\putty.h ..\puttyps.h ..\network.h \
|
||||
..\misc.h ..\windows\winstuff.h ..\mac\macstuff.h \
|
||||
..\macosx\osx.h ..\unix\unix.h ..\puttymem.h ..\tree234.h \
|
||||
..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\wintime.c
|
||||
winucs.obj: ..\windows\winucs.c ..\putty.h ..\terminal.h ..\misc.h \
|
||||
..\puttyps.h ..\network.h ..\tree234.h ..\puttymem.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winucs.c
|
||||
winutils.obj: ..\windows\winutils.c ..\putty.h ..\misc.h ..\puttyps.h \
|
||||
..\network.h ..\puttymem.h ..\windows\winstuff.h \
|
||||
..\mac\macstuff.h ..\macosx\osx.h ..\unix\unix.h \
|
||||
..\tree234.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\windows\winutils.c
|
||||
x11fwd.obj: ..\x11fwd.c ..\putty.h ..\ssh.h ..\tree234.h ..\puttyps.h \
|
||||
..\network.h ..\misc.h ..\puttymem.h ..\int64.h \
|
||||
..\windows\winstuff.h ..\mac\macstuff.h ..\macosx\osx.h \
|
||||
..\unix\unix.h ..\windows\winhelp.h ..\charset\charset.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\x11fwd.c
|
||||
xenc.obj: ..\charset\xenc.c ..\charset\charset.h ..\charset\internal.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\charset\xenc.c
|
||||
xkeysym.obj: ..\unix\xkeysym.c ..\misc.h ..\puttymem.h
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\xkeysym.c
|
||||
xpmptcfg.obj: ..\unix\xpmptcfg.c
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\xpmptcfg.c
|
||||
xpmpterm.obj: ..\unix\xpmpterm.c
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\xpmpterm.c
|
||||
xpmpucfg.obj: ..\unix\xpmpucfg.c
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\xpmpucfg.c
|
||||
xpmputty.obj: ..\unix\xpmputty.c
|
||||
lcc -O -p6 $(COMPAT) $(CFLAGS) $(XFLAGS) ..\unix\xpmputty.c
|
||||
|
||||
version.obj: FORCE
|
||||
lcc $(VER) $(CFLAGS) /c ..\version.c
|
||||
|
||||
clean:
|
||||
-del *.obj
|
||||
-del *.exe
|
||||
-del *.res
|
||||
|
||||
FORCE:
|
||||
Reference in New Issue
Block a user