# HG changeset patch # User Matt Johnston # Date 1095168511 0 # Node ID d16fc1b2223d99d928d98dbd9865ff36b300b191 # Parent c61e6643100129767f24825878c5108de721ee51# Parent cecb105ff47928d24ad9b2099d35f405df51e607 merge of 8231809d2509aa54773443786e3123766438d924 and e30f886c9c14efb01f49297b3fb6b97c8868fd88 diff -r cecb105ff479 -r d16fc1b2223d makefile --- a/makefile Fri Sep 03 08:31:12 2004 +0000 +++ b/makefile Tue Sep 14 13:28:31 2004 +0000 @@ -58,7 +58,9 @@ #List of objects to compile. #Leave MPI built-in or force developer to link against libtommath? -MPIOBJECT=mpi.o +#MPIOBJECT=mpi.o +#Dropbear uses libtommath +MPIOBJECT= OBJECTS=error_to_string.o mpi_to_ltc_error.o base64_encode.o base64_decode.o \ \ @@ -198,7 +200,7 @@ rm -f $(TEST) $(HASH) $(COMPRESSED) $(PROFS) $(PROF) $(TVS) $(TV) rm -f *.a *.dll *stackdump *.lib *.exe *.obj demos/*.obj demos/*.o *.bat *.txt *.il *.da demos/*.il demos/*.da *.dyn *.dpi \ *.gcda *.gcno demos/*.gcno demos/*.gcda *~ doc/* - cd demos/test ; make clean + cd demos/test && make clean #This builds the crypt.pdf file. Note that the rm -f *.pdf has been removed #from the clean command! This is because most people would like to keep the