-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
- "http://www.w3.org/TR/REC-html40/frameset.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href="../screen.css" rel="StyleSheet" media="screen">
- <link href="../print.css" rel="StyleSheet" media="print">
<title>The deal.II Homepage - Makefiles</title>
<meta name="author" content="the deal.II authors <authors@dealii.org>">
<meta name="keywords" content="deal.II"></head>
in your own projects.
</p>
- <a name="flags">
+ <a name="flags"></a>
<h3>Available flags</h3>
<p>
</p>
<ul>
- <li><h4>General</h4></h4>
+ <li><h4>General</h4>
<dl>
<dt> <code>D</code> </dt>
file for more information on installation of METIS.)
</p>
</dd>
+
+
+ <dt> <code>INCLUDE</code> </dt>
+ <dd> <p>
+ All the include pathes prefixed by -I
+ </p>
+ </dd>
</dl>
</ul>
- <a name="values">
+ <a name="values"></a>
<h3>Values of available flags</h3>
In the copy of the library (your local one, or the one on the
</ul>
- <a name="generic">
+ <a name="generic"></a>
<h3>Generic Makefiles</h3>
<p>
assumes that in your project directory the following
subdirectories exist (where <code>project</code> is the
directory in which the whole project is located):
+ </p>
<ul>
<li> <code>project/source</code>
<li> <code>project/include</code>
<li> <code>project/lib/3d</code>
</ul>
</ul>
+ <p>
Include files need to be placed into
<code>project/include</code>, while implementation files
are to be in <code>project/source</code>. The executable
The <a href="makefile.rules.html" target="body">third
Makefile</a> is <code>common/Makefile.template</code> in
- the <acronum>deal.II</acronym> directory tree.
+ the <acronym>deal.II</acronym> directory tree.
It was designed for several targets in one directory and
makes use of the compilation rules in
<address>
<a href="../mail.html">The deal.II mailing list</a></address>
+<div class="right">
+ <p>
+ <a href="http://validator.w3.org/check?uri=referer"><img border="0"
+ src="http://www.w3.org/Icons/valid-html401"
+ alt="Valid HTML 4.01!" height="31" width="88"></a>
+ </p>
+</div>
</body>
</html>