Completato I/O vettorizzato, si comincia il memory mapped.
[gapil.git] / Makefile
index b4b5cd8907859a20a5f6388162164ab60d32859a..e50363e12d822ef84e0033858680f566ed1de852 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,20 +1,20 @@
-all: html dvi ps pdf img
 
-html:
-       latex2html -local_icons -no_math -no_footnote gapil.tex
+html: *.tex
+       latex2html -local_icons -no_math -no_footnode gapil.tex
 
-dvi: 
+gapil.dvi:  *.tex
        latex gapil.tex
 
-pdf: 
+gapil.pdf:  *.tex
        pdflatex gapil.tex
 
-ps: 
+gapil.ps: gapil.dvi 
        dvips -o gapil.ps gapil.dvi
 
 install:
        scp -r gapil*  piccardi@firenze.linux.it:public_html
 
 clean: 
-       rm -f *.dvi *.log *.ps *.html *.aux
+       rm -f *.dvi *.log *.ps *.html *.aux *.toc *.rel *.ilg *.rip *.ind \
+       *.pdf  *.out *.idx *~