1 -- GHDL driver paths -*- ada -*-.
2 -- Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold
4 -- This program is free software: you can redistribute it and/or modify
5 -- it under the terms of the GNU General Public License as published by
6 -- the Free Software Foundation, either version 2 of the License, or
7 -- (at your option) any later version.
9 -- This program is distributed in the hope that it will be useful,
10 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
11 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 -- GNU General Public License for more details.
14 -- You should have received a copy of the GNU General Public License
15 -- along with this program. If not, see <gnu.org/licenses>.
17 package Default_Paths
is
20 pragma Style_Checks
("M999");
22 Install_Prefix
: constant String :=
24 LibDir_Suffix
: constant String :=
26 LibGhdlDir_Suffix
: constant String :=
27 "@LIBGHDLDIR_SUFFIX@";
28 IncDir_Suffix
: constant String :=
31 Compiler_Gcc
: constant String :=
33 Compiler_Mcode
: constant String :=
35 Compiler_Llvm
: constant String :=
37 Compiler_Debug
: constant String :=
39 Post_Processor
: constant String :=
42 Shared_Library_Extension
: constant String := "@SOEXT@";
43 Default_Pie
: constant Boolean := "@default_pic@" = String'("true");