comparison Makefile.in @ 761:ac2158e3e403 ecc

ecc kind of works, needs fixing/testing
author Matt Johnston <matt@ucc.asn.au>
date Sun, 07 Apr 2013 01:36:42 +0800
parents bf9dc2d9c2b1
children d1575fdc29a6
comparison
equal deleted inserted replaced
760:f336d232fc63 761:ac2158e3e403
15 15
16 LTC=libtomcrypt/libtomcrypt.a 16 LTC=libtomcrypt/libtomcrypt.a
17 LTM=libtommath/libtommath.a 17 LTM=libtommath/libtommath.a
18 18
19 ifeq (@BUNDLED_LIBTOM@, 1) 19 ifeq (@BUNDLED_LIBTOM@, 1)
20 LIBTOM_DEPS=$(LTC) $(LTM) 20 LIBTOM_DEPS=$(LTM) $(LTC)
21 CFLAGS+=-I$(srcdir)/libtomcrypt/src/headers/ 21 CFLAGS+=-I$(srcdir)/libtomcrypt/src/headers/
22 LIBS+=$(LTC) $(LTM) 22 LIBS+=$(LTM) $(LTC)
23 endif 23 endif
24 24
25 COMMONOBJS=dbutil.o buffer.o \ 25 COMMONOBJS=dbutil.o buffer.o \
26 dss.o bignum.o \ 26 dss.o bignum.o \
27 signkey.o rsa.o random.o \ 27 signkey.o rsa.o random.o \
183 link%: 183 link%:
184 -rm -f $*$(EXEEXT) 184 -rm -f $*$(EXEEXT)
185 -ln -s dropbearmulti$(EXEEXT) $*$(EXEEXT) 185 -ln -s dropbearmulti$(EXEEXT) $*$(EXEEXT)
186 186
187 $(LTC): options.h 187 $(LTC): options.h
188 cd libtomcrypt && $(MAKE) clean && $(MAKE) 188 cd libtomcrypt && $(MAKE)
189 189
190 $(LTM): options.h 190 $(LTM): options.h
191 cd libtommath && $(MAKE) 191 cd libtommath && $(MAKE)
192 192
193 .PHONY : clean sizes thisclean distclean tidy ltc-clean ltm-clean 193 .PHONY : clean sizes thisclean distclean tidy ltc-clean ltm-clean