From 1ea4b6b44337f8acd9177aba29cacfba02ddf60b Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 7 Mar 2005 15:13:15 +0000 Subject: [PATCH] include variables updated git-svn-id: https://svn.dealii.org/trunk@10027 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/makefiles.1.html | 57 +++++------------------- 1 file changed, 12 insertions(+), 45 deletions(-) diff --git a/deal.II/doc/development/makefiles.1.html b/deal.II/doc/development/makefiles.1.html index 9f144c8451..dca1305065 100644 --- a/deal.II/doc/development/makefiles.1.html +++ b/deal.II/doc/development/makefiles.1.html @@ -400,45 +400,19 @@
  • Paths to include files

    -
    include-path-base
    -

    - Same as for lib-path-base, but contains the paths - to the include files of the /base library. Note, however, - that since files are usually included as #include - <base/xxx.h>, the value of the - include-path-base only leads up to the directory - directly above the include files. They are thus located in - $(include-path-base)/base. -

    -
    - - -
    include-path-lac
    -

    - Same for the /lac library. The files are in - $(include-path-lac)/lac. -

    -
    - - -
    include-path-deal2
    -

    - Same for the /deal.II library. Include files are in - $(include-path-deal2)/*. -

    -
    - +
    INCLUDE
    -
    include-path-contrib-hsl
    -

    - If some HSL files are - installed, this path points to includes for the - declaration of C bindings to these functions. - (See the - ReadMe - file for more information on installation of HSL - subroutines.) -

    +

    All include paths figured out by the configure + script are now included into the variable + $(INCLUDE) (which include the compiler option + -I in front of each directory). They are also + automatically included in your compiler calls as soon as you use + $(CXXFLAGS.g) or $(CXXFLAGS.o). +

    + +

    An exception to this rule are paths listed below. These are + added to the variable $(INCLUDE) only during make. +

    @@ -465,13 +439,6 @@ file for more information on installation of METIS.)

    - - -
    INCLUDE
    -

    - All the include pathes prefixed by -I -

    -
    -- 2.39.5