##
##
## 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.
###############################################################################
@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>' >> $@
</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