]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add global makefile to this directory.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 14 May 1998 10:57:25 +0000 (10:57 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 14 May 1998 10:57:25 +0000 (10:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@284 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/Makefile [new file with mode: 0644]

diff --git a/deal.II/lac/Makefile b/deal.II/lac/Makefile
new file mode 100644 (file)
index 0000000..ec6b7da
--- /dev/null
@@ -0,0 +1,24 @@
+# $Id$
+
+
+all: lac doc 
+
+clean: lib-clean doc-clean
+
+
+lac:
+       cd source ; make
+
+doc:
+       cd doc ; make
+
+
+lib-clean:
+       cd lib ; rm lib*
+
+doc-clean:
+       cd doc ; make clean
+
+
+.PHONY: all deal.II doc
+.PHONY: clean lib-clean doc-clean

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.