NONE = IMAGES = \ $(NONE) all: main.pdf sync_from_home: #ssh -Yt tsubaki "cd \"`pwd`\"; make all" cd ..; rsync -uzave ssh --exclude '.*.swp' . ichigo:~/tmp/ee521/. rsync -uzave ssh --exclude '.*.swp' ichigo:~/tmp/ee521/*hw3/. . sync_from_ichigo: rsync -uzave ssh --exclude '.*.swp' ichigo:~/tmp/ee521/*hw3/. . cd ..; rsync -uzave ssh --exclude '.*.swp' . ichigo:~/tmp/ee521/. clean: rm *.{aux,log,toc} $(IMAGES) %.pdf: %.eps epstopdf $< %.pdf: %.tex pdflatex $* pdflatex $* main.pdf: main.tex schem.pdf noise.pdf datafile: gendata.rb ruby $< > $@ datafile.eps: gnuplotscript datafile gnuplot $<