# HG changeset patch # User Matt Johnston # Date 1091896411 0 # Node ID c61e6643100129767f24825878c5108de721ee51 # Parent b939f2d4431e298a71daf02ebb962460664158ff Merge of the normal Dropbear makefile: - Don't include mpi.o, since it does Bad Things (tm) (wrt LTM) - Don't try to make clean in tests if it doesn't exist (infinite looping makefiles, mmmmm) diff -r b939f2d4431e -r c61e66431001 makefile --- a/makefile Tue Jun 15 16:47:55 2004 +0000 +++ b/makefile Sat Aug 07 16:33: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