From: guido Date: Wed, 17 Apr 2002 10:06:56 +0000 (+0000) Subject: new Makefiles X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3952da13c8e66c13445f3137705573efe799b91d;p=dealii-svn.git new Makefiles git-svn-id: https://svn.dealii.org/trunk@5672 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2002/c-3-3.html b/deal.II/doc/news/2002/c-3-3.html index f2d27484be..f5f8d5594f 100644 --- a/deal.II/doc/news/2002/c-3-3.html +++ b/deal.II/doc/news/2002/c-3-3.html @@ -33,6 +33,22 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + + Changed: The Makefiles for the library are now truly + parallel. To this end, the automatic generation of the files + forward_declarations.h in the various directories had + to be changed. They will now be generated automatically at the + end of the targets all, debug and + optimized. They will not be generated while building a + single library. In this case, make forward can be used + to build them manually. +
    + I introduced separate targets for the generation of the optimized versions only. +
    + (GK 2002/04/17) +

    +
  2. New: The step-13 example program tells you something about software design things for finite element programs.