From 24d237ef07e8d9be64781909bd9b351e72464f73 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 5 May 2003 14:03:28 +0000 Subject: [PATCH] Document TARGET. Note in Make.global_options.in where to put documentation for new variables. git-svn-id: https://svn.dealii.org/trunk@7571 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 5 ++++- deal.II/doc/development/Makefile | 1 + deal.II/doc/development/makefiles.1.html | 10 ++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 75b388b425..406bab9a3a 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -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. ############################################################################### diff --git a/deal.II/doc/development/Makefile b/deal.II/doc/development/Makefile index 52ee31b44a..5fce2cfdb9 100644 --- a/deal.II/doc/development/Makefile +++ b/deal.II/doc/development/Makefile @@ -22,6 +22,7 @@ makefiles.html: Makefile makefiles.1.html $D/common/Make.global_options makefile @echo '
  • PERL=$(PERL)' >> $@ @echo '
  • DEAL_II_MAJOR=$(DEAL_II_MAJOR)' >> $@ @echo '
  • DEAL_II_MINOR=$(DEAL_II_MINOR)' >> $@ + @echo '
  • TARGET=$(TARGET)' >> $@ @echo '
  • USE_CONTRIB_HSL=$(USE_CONTRIB_HSL)' >> $@ @echo '
  • lib-path-base=$(lib-path-base)' >> $@ @echo '
  • lib-path-lac=$(lib-path-lac)' >> $@ diff --git a/deal.II/doc/development/makefiles.1.html b/deal.II/doc/development/makefiles.1.html index 3843e9426d..76fadde210 100644 --- a/deal.II/doc/development/makefiles.1.html +++ b/deal.II/doc/development/makefiles.1.html @@ -157,6 +157,16 @@ +
    TARGET
    +

    + 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. +

    +
    + +
    USE_CONTRIB_HSL

    yes indicates whether some subroutines from -- 2.39.5