]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/src/library.gpr.in
ncurses 6.1 - patch 20190907
[ncurses.git] / Ada95 / src / library.gpr.in
similarity index 90%
rename from Ada95/src/library.gpr
rename to Ada95/src/library.gpr.in
index 8a1c55b416533cfd76b5dcdf5ea96cde9943dcbf..aeee4e2c8215f9ed3bd831397a13be260b260782 100644 (file)
@@ -1,5 +1,5 @@
 ------------------------------------------------------------------------------
 ------------------------------------------------------------------------------
--- Copyright (c) 2010-2016,2018 Free Software Foundation, Inc.              --
+-- Copyright (c) 2010-2018,2019 Free Software Foundation, Inc.              --
 --                                                                          --
 -- Permission is hereby granted, free of charge, to any person obtaining a  --
 -- copy of this software and associated documentation files (the            --
 --                                                                          --
 -- Permission is hereby granted, free of charge, to any person obtaining a  --
 -- copy of this software and associated documentation files (the            --
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written       --
 -- authorization.                                                           --
 ------------------------------------------------------------------------------
 -- sale, use or other dealings in this Software without prior written       --
 -- authorization.                                                           --
 ------------------------------------------------------------------------------
--- $Id: library.gpr,v 1.12 2018/01/14 22:21:37 tom Exp $
+-- $Id: library.gpr.in,v 1.1 2019/09/07 20:29:02 tom Exp $
 -- http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Library-Projects.html
 -- http://www.adaworld.com/debian/debian-ada-policy.html
 project AdaCurses is
 -- http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Library-Projects.html
 -- http://www.adaworld.com/debian/debian-ada-policy.html
 project AdaCurses is
@@ -43,7 +43,7 @@ project AdaCurses is
   for Source_Dirs use (Source_Dir & "/src",
                        Source_Dir2,
                        Build_Dir & "/src");
   for Source_Dirs use (Source_Dir & "/src",
                        Source_Dir2,
                        Build_Dir & "/src");
-  -- for Library_Options use ("-lncurses", "-lpanel", "-lmenu", "-lform");
+  -- for Library_Options use ("-lncurses@USE_LIB_SUFFIX@", "-lpanel@USE_LIB_SUFFIX@", "-lmenu@USE_LIB_SUFFIX@", "-lform@USE_LIB_SUFFIX@");
   package Compiler is
      for Default_Switches ("Ada") use
        ("-g",
   package Compiler is
      for Default_Switches ("Ada") use
        ("-g",
@@ -51,7 +51,7 @@ project AdaCurses is
         "-gnatafno",
         "-gnatVa",   -- All validity checks
         "-gnatwa");  -- Activate all optional errors
         "-gnatafno",
         "-gnatVa",   -- All validity checks
         "-gnatwa");  -- Activate all optional errors
-     -- for Default_Switches ("C") use 
+     -- for Default_Switches ("C") use (CFLAGS)
   end Compiler;
   for Languages use ("C", "Ada");
 end AdaCurses;
   end Compiler;
   for Languages use ("C", "Ada");
 end AdaCurses;