From 0fe8ea5baf2126e82416e0fdf2d9d3f7d8417e69 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 31 Jan 2000 12:09:28 +0000 Subject: [PATCH] Better doc of the include path variables. git-svn-id: https://svn.dealii.org/trunk@2290 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/makefiles.1.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/development/makefiles.1.html b/deal.II/doc/development/makefiles.1.html index fb7e8f88ef..c843c5a0e7 100644 --- a/deal.II/doc/development/makefiles.1.html +++ b/deal.II/doc/development/makefiles.1.html @@ -141,22 +141,29 @@
include-path-base

Same as for lib-path-base, but contains the paths - to the include files of the /base library + 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 + Same for the /lac library. The files are in + $(include-path-lac)/lac.

include-path-deal2

- Same for the /deal.II library -

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

-- 2.39.5