From e5a80049436ec5679c4283e096308abda9e05ca5 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 27 Jul 2011 09:51:18 +0200 Subject: [PATCH] Wiselib arch, and images/Makefile for svg->pdf conversion --- Ausarbeitung/images/Makefile | 2 + Ausarbeitung/images/Wiselib-Arch.svg | 413 +++++++++++++++++++++++++++ 2 files changed, 415 insertions(+) create mode 100644 Ausarbeitung/images/Makefile create mode 100644 Ausarbeitung/images/Wiselib-Arch.svg diff --git a/Ausarbeitung/images/Makefile b/Ausarbeitung/images/Makefile new file mode 100644 index 0000000..0b000cb --- /dev/null +++ b/Ausarbeitung/images/Makefile @@ -0,0 +1,2 @@ +Wiselib-Arch.pdf: Wiselib-Arch.svg + inkscape --export-area-page --export-text-to-path --export-pdf=$@ $< diff --git a/Ausarbeitung/images/Wiselib-Arch.svg b/Ausarbeitung/images/Wiselib-Arch.svg new file mode 100644 index 0000000..e49394b --- /dev/null +++ b/Ausarbeitung/images/Wiselib-Arch.svg @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + Concept + Algorithm Category + + + + Model + Algorithm Implementation + + + External Interface + Internal Interface + + + Concepts + OS Facets + + + + Model + OS Facet Implementation + + + + + Concept + Data Structures + + + + Model + Data Structure Implementation + + + + + + + Pass atcompile time + + -- 2.20.1