From 49d56a8de76831dfb00068c19c67b13873d0326d Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 25 Jul 2008 16:56:04 +0200 Subject: [PATCH] Add image with the compilation workflow. --- Report/Img/Compiling.svg | 321 +++++++++++++++++++++++++++++++++++++++ Report/Makefile | 2 +- 2 files changed, 322 insertions(+), 1 deletion(-) create mode 100644 Report/Img/Compiling.svg 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; \ -- 2.30.2