comparison Makefile.in @ 316:dc6173e09ff7 ucc-axis-hack

smaller yet again
author Matt Johnston <matt@ucc.asn.au>
date Tue, 28 Mar 2006 16:04:11 +0000
parents 1b9e69c058d2
children
comparison
equal deleted inserted replaced
314:827f87dfbc22 316:dc6173e09ff7
8 # This example will include dropbear, scp, dropbearkey, dropbearconvert, and 8 # This example will include dropbear, scp, dropbearkey, dropbearconvert, and
9 # dbclient functionality, and includes the progress-bar functionality in scp. 9 # dbclient functionality, and includes the progress-bar functionality in scp.
10 # Hopefully that seems intuitive. 10 # Hopefully that seems intuitive.
11 11
12 ifndef PROGRAMS 12 ifndef PROGRAMS
13 PROGRAMS=dropbear dbclient dropbearkey dropbearconvert 13 PROGRAMS=dropbear
14 # PROGRAMS=dropbear dbclient dropbearkey dropbearconvert
14 endif 15 endif
15 16
16 LTC=libtomcrypt/libtomcrypt.a 17 LTC=libtomcrypt/libtomcrypt.a
17 LTM=libtommath/libtommath.a 18 LTM=libtommath/libtommath.a
18 19
30 CLIOBJS=cli-algo.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o \ 31 CLIOBJS=cli-algo.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o \
31 cli-session.o cli-service.o cli-runopts.o cli-chansession.o \ 32 cli-session.o cli-service.o cli-runopts.o cli-chansession.o \
32 cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o 33 cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o
33 34
34 CLISVROBJS=common-session.o packet.o common-algo.o common-kex.o \ 35 CLISVROBJS=common-session.o packet.o common-algo.o common-kex.o \
35 common-channel.o common-chansession.o termcodes.o loginrec.o \ 36 common-channel.o common-chansession.o termcodes.o \
36 tcp-accept.o listener.o process-packet.o \ 37 tcp-accept.o listener.o process-packet.o \
37 common-runopts.o circbuffer.o 38 common-runopts.o circbuffer.o
38 39
39 KEYOBJS=dropbearkey.o gendss.o genrsa.o 40 KEYOBJS=dropbearkey.o gendss.o genrsa.o
40 41