]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Document DEAL_2_MAJOR/MINOR.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Sep 2000 07:57:33 +0000 (07:57 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Sep 2000 07:57:33 +0000 (07:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@3330 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/Makefile
deal.II/doc/development/makefiles.1.html

index cb069fe1d623973b9ad8118064005351deffad78..c17cfc1daa0c95c948a1201fe96d87a77473394d 100644 (file)
@@ -10,9 +10,13 @@ default: makefiles.html makefile.small.html makefile.large.html makefile.rules.h
 
 makefiles.html: Makefile makefiles.1.html $D/common/Make.global_options makefiles.2.html
        @cat makefiles.1.html > $@
+       @echo '<li><code>D=$D</code>' >> $@
        @echo '<li><code>CXX=$(CXX)</code>' >> $@
        @echo '<li><code>CC=$(CC)</code>' >> $@
+       @echo '<li><code>GXX-VERSION=$(GXX-VERSION)</code>' >> $@
        @echo '<li><code>PERL=$(PERL)</code>' >> $@
+       @echo '<li><code>DEAL_2_MAJOR=$(DEAL_2_MAJOR)</code>' >> $@
+       @echo '<li><code>DEAL_2_MINOR=$(DEAL_2_MINOR)</code>' >> $@
        @echo '<li><code>lib-path-base=$(lib-path-base)</code>' >> $@
        @echo '<li><code>lib-path-lac=$(lib-path-lac)</code>' >> $@
        @echo '<li><code>lib-path-deal2=$(lib-path-deal2)</code>' >> $@
index 45c9213e7aaea7803bc87cd233535654c1cc96d5..0750423cbf0adfca05be4d6839c09e9a01e4c1aa 100644 (file)
     <li><h4>General</h4></h4>
 
     <dl>
+      <dt> <code>D</code> </dt>
+      <dd> <p>
+           Path to the <acronym>deal.II</acronym> library
+           </p>
+      </dd>
+
+
       <dt> <code>CXX</code> </dt>
       <dd> <p>
            Executable name of the C++ compiler
       </dd>
 
 
+      <dt> <code>GXX-VERSION</code> </dt>
+      <dd> <p>
+           Version of the GNU C++ compiler if that is used
+           </p>
+      </dd>
+
+
       <dt> <code>PERL</code> </dt>
       <dd> <p>
            Executable name of the `perl' program
            </p>
       </dd>
+
+
+      <dt> <code>DEAL_2_MAJOR</code> </dt>
+      <dd> <p>
+           Major version number of the <acronym>deal.II</acronym>
+           library, i.e. the number before the first dot. Note that
+           this version number is also available in programs through a
+           preprocessor variable
+           </p>
+      </dd>    
+
+
+      <dt> <code>DEAL_2_MINOR</code> </dt>
+      <dd> <p>
+           Minor version number of the <acronym>deal.II</acronym>
+          library, i.e. the number after the first dot; if there are
+           further numbers, like in version 3.0.1, then they are
+           discarded as these versions only fix bugs but do not change
+           features. Note that this version number is also available
+           in programs through a preprocessor variable
+           </p>
+      </dd>    
     </dl>
 
 

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.