Mercurial > dropbear
comparison Makefile.in @ 203:e109027b9edf libtommath LTM_DB_0.46 LTM_DB_0.47
Don't remove ~ files on make clean (and find -type was wrong anyway)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 11 May 2005 16:27:28 +0000 |
parents | d7f5a681fa23 |
children |
comparison
equal
deleted
inserted
replaced
202:d7f5a681fa23 | 203:e109027b9edf |
---|---|
150 pretty: | 150 pretty: |
151 perl pretty.build | 151 perl pretty.build |
152 | 152 |
153 clean: | 153 clean: |
154 rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \ | 154 rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \ |
155 *.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 | 155 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex *.lo *.la |
156 rm -rf .libs | 156 rm -rf .libs |
157 cd etc && make clean | 157 cd etc && make clean |
158 cd pics && make clean | 158 cd pics && make clean |
159 | 159 |
160 zipup: clean manual poster docs | 160 zipup: clean manual poster docs |