#Makefile for finite element formlations used in ice


DEPENDENCIES= Algorithm.png \
			  meshpenalty.png\
			  bilanmass.png\
			  Assembly.png\
			  penalties1.png\
			  accumulation.png \
			  melting.png \
			  friction_geometry.png \
			  thermal_loop.png \
			  geometry3D.png \
			  schema4.png \
			  triaelem.png \
			  tetraelem.png\
			  pentaelem.png\
			  quadelem.png\
			  segment.png\
		          barycentric_tria.png \
			  barycentric_penta.png \
			  friction_kin.png\
			  schema1.png  \
			  schema5.png  \
			  TpmpMb.png\
			  MINI.png\
			  penalized_vel_3.png\
			  penalized_vel_2.png\
			  theoryguide.tex   

all: theoryguide.pdf

theoryguide.pdf: $(DEPENDENCIES)

	pdflatex theoryguide.tex
	pdflatex theoryguide.tex
	pdflatex theoryguide.tex

clean: 
	rm -rf *.dvi *.ps *.pdf *.toc *.log *.aux *.out
