
PICTURES = \
	common/logo-penguins.pdf \
	common/logo-square.pdf \
	common/bootlin-logo.pdf \
  	stop-watch.pdf \
  	methodology.pdf \
	generic-boot-sequence.pdf \
	using-grabserial.pdf \
	boottime-initramfs-principle.pdf \
	u-boot-kernel-loading.pdf \
	u-boot-kernel-loading-no-memmove.pdf \
	klaasvangend_processor_clock.pdf \
        timechart-barebox-final.pdf \
        timechart-at91.pdf \

all: $(PICTURES)
	$(PDFLATEX_ENV) pdflatex -shell-escape opdenacker-boot-time.tex

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

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

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

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