From: Matthijs Kooijman Date: Fri, 25 Jul 2008 14:56:04 +0000 (+0200) Subject: Add image with the compilation workflow. X-Git-Tag: Report-final~30 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=commitdiff_plain;h=49d56a8de76831dfb00068c19c67b13873d0326d Add image with the compilation workflow. --- diff --git a/Report/Img/Compiling.svg b/Report/Img/Compiling.svg new file mode 100644 index 0000000..dd3d4f8 --- /dev/null +++ b/Report/Img/Compiling.svg @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + MontiumC + + + montiumccfe + + + clang + + + Transformation + + + SynC backend + + + + Montium IR + + + + LLVM IR + + + + Montium binary + + + + + + + + + diff --git a/Report/Makefile b/Report/Makefile index 6801ad0..fac9ed7 100644 --- a/Report/Makefile +++ b/Report/Makefile @@ -8,7 +8,7 @@ REPEAT_TEXT = 'Rerun to get cross-references right' %.ps: %.svg inkscape $(addsuffix .svg,$(basename $@)) --export-ps=$@ -Report.dvi: *.tex Front/*.tex Main/*.tex Main/*/*.tex Report.bib +Report.dvi: *.tex Front/*.tex Main/*.tex Main/*/*.tex Report.bib Img/Compiling.ps latex '\scrollmode\input $(basename $@)' || exit 1; \ bibtex $(basename $@) || exit 1; \ latex '\scrollmode\input $(basename $@)' || exit 1; \