]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Document TARGET. Note in Make.global_options.in where to put documentation for new...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 5 May 2003 14:03:28 +0000 (14:03 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 5 May 2003 14:03:28 +0000 (14:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@7571 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options.in
deal.II/doc/development/Makefile
deal.II/doc/development/makefiles.1.html

index 75b388b4254a09822ad67f8f7c4f5b022cebb7d4..406bab9a3a1f427f6bce7cc2e6d3fe84b8edbd88 100644 (file)
@@ -9,7 +9,10 @@
 ##
 ##
 ##   This file exports several variables. They are documented in 
-##   the file  doc/development/makefiles.html.
+##   the file  doc/development/makefiles.html. If you add a new
+##   variable, make sure it is documented in 
+##   doc/development/makefiles.1.html and listed in 
+##   doc/development/Makefile.
 ###############################################################################
 
 
index 52ee31b44ae658f11c41f105b6cc33d611c32e0a..5fce2cfdb912377f7d4ce8c7724821e4123f31c3 100644 (file)
@@ -22,6 +22,7 @@ makefiles.html: Makefile makefiles.1.html $D/common/Make.global_options makefile
        @echo '<li><code>PERL=$(PERL)</code>' >> $@
        @echo '<li><code>DEAL_II_MAJOR=$(DEAL_II_MAJOR)</code>' >> $@
        @echo '<li><code>DEAL_II_MINOR=$(DEAL_II_MINOR)</code>' >> $@
+       @echo '<li><code>TARGET=$(TARGET)</code>' >> $@
        @echo '<li><code>USE_CONTRIB_HSL=$(USE_CONTRIB_HSL)</code>' >> $@
        @echo '<li><code>lib-path-base=$(lib-path-base)</code>' >> $@
        @echo '<li><code>lib-path-lac=$(lib-path-lac)</code>' >> $@
index 3843e9426d0c5654960129a4e296b30217ed182e..76fadde210ec5ffa5b9bc56e4d833c9881fae0c5 100644 (file)
       </dd>    
 
 
+      <dt> <code>TARGET</code> </dt>
+      <dd> <p>
+           The target triplet as returned by config.guess. For example, on the
+          system where I write this, it is i686-pc-linux-gnu, but it may also
+          be sparc-sun-solaris2.7, or whatever config.guess determines for
+          your system.
+           </p>
+      </dd>    
+
+
       <dt> <code>USE_CONTRIB_HSL</code> </dt>
       <dd> <p>
            <code>yes</code> indicates whether some subroutines from

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.