summaryrefslogtreecommitdiff
path: root/frameworks/gui
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2009-06-23 14:47:33 +0100
committerManuel Traut <manut@linutronix.de>2009-06-23 14:47:33 +0100
commite3849ae97e163f9a4c83dbb45f623cb5d79b5b25 (patch)
treefcfda1392a47e4ba387a90ac4bb5daaa6674a1fb /frameworks/gui
parent5ad33b998f9fc430477cc85d7a6671c5d4fc19d9 (diff)
frameworks: created frameworks folder for gui and middleware stuff
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'frameworks/gui')
-rw-r--r--frameworks/gui/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/frameworks/gui/Makefile b/frameworks/gui/Makefile
new file mode 100644
index 0000000..b39751d
--- /dev/null
+++ b/frameworks/gui/Makefile
@@ -0,0 +1,9 @@
+all:
+# pdflatex handout_middleware.tex
+# pdflatex handout_middleware.tex
+# pdflatex pres_*.tex
+# pdflatex hints_*.tex
+
+clean:
+ rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
+