all: common/logo-penguins.pdf common/bootlin-logo.pdf common/logo-square.pdf init.pdf binder.pdf system-server-boot.pdf binder-calling-aidl.pdf binder-calling.pdf binder-call-stack.pdf overall-arch-vibrator.pdf android-stack.pdf
	pdflatex -shell-escape a-look-through-the-Android-stack.tex

%.pdf: %.svg
	inkscape -D -A $@ $<

%.pdf: %.eps
	epstopdf --outfile=$@ $^

%.eps: %.dia
	dia -e $@ -t eps $^

clean:
	$(RM) -rf *.eps *.pdf *.pyg *.snm *.toc *.vrb *.aux *.nav *.out *.dia~ *.log _minted*
