Mercurial > dropbear
diff libtommath/Makefile.in @ 1522:47fcbdd12d9b
Remove bad merged libtommmath "clean" rule and leftover makefile.include
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 19 Feb 2018 23:04:46 +0800 |
parents | 8bba51a55704 |
children | f52919ffd3b1 |
line wrap: on
line diff
--- a/libtommath/Makefile.in Mon Feb 19 22:16:50 2018 +0800 +++ b/libtommath/Makefile.in Mon Feb 19 23:04:46 2018 +0800 @@ -126,19 +126,6 @@ pretty: perl pretty.build -#\zipup the project (take that!) -no_oops: clean - cd .. ; cvs commit - echo Scanning for scratch/dirty files - find . -type f | grep -v CVS | xargs -n 1 bash mess.sh - -clean: - rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \ - *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la - rm -rf .libs - -cd etc && MAKE=${MAKE} ${MAKE} clean - -cd pics && MAKE=${MAKE} ${MAKE} clean - .PHONY: pre_gen pre_gen: perl gen.pl