diff options
Diffstat (limited to 'libtommath/Makefile.in')
-rw-r--r-- | libtommath/Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in index e99f048..828e243 100644 --- a/libtommath/Makefile.in +++ b/libtommath/Makefile.in @@ -126,19 +126,6 @@ docdvi poster docs mandvi manual: 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 |