From: guido
- 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
- Same for the /lac library. The files are in
-
- Same for the /deal.II library. Include files are in
-
- 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
+ An exception to this rule are paths listed below. These are
+ added to the variable Paths to include files
-
include-path-base
#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
$(include-path-lac)/lac
.
- include-path-deal2
$(include-path-deal2)/*
.
- INCLUDE
include-path-contrib-hsl
$(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)
.
+ $(INCLUDE)
only during make.
+
INCLUDE
- All the include pathes prefixed by -I -
-