comparison Makefile.in @ 155:9063ffd31799 libtommath

Makefile.in: find requires a path on non-linux.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 20 Dec 2004 14:47:48 +0000
parents 81bc23421b45
children
comparison
equal deleted inserted replaced
152:97a078d6fbfc 155:9063ffd31799
144 pretty: 144 pretty:
145 perl pretty.build 145 perl pretty.build
146 146
147 clean: 147 clean:
148 -rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \ 148 -rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \
149 *.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 149 *.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
150 -rm -rf .libs 150 -rm -rf .libs
151 -cd etc && make clean 151 -cd etc && make clean
152 -cd pics && make clean 152 -cd pics && make clean
153 153
154 zipup: clean manual poster docs 154 zipup: clean manual poster docs