Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 8f80ec012f03e52714fcb689b19a54e4 > files > 3

PragmARC-20060427-7.fc14.src.rpm

-- Projects that use the PragmAda Reusable Components should import this file.
-- Copyright 2009 B. Persson, Bjorn@Rombobeorn.se
--
-- This is free software; you can redistribute it and/or modify it under
-- terms of the GNU General Public License as published by the Free Software
-- Foundation; either version 2, or (at your option) any later version.

with "common";
project PragmARC is
   for Library_Name use "pragmarc";
   for Source_Dirs use ("/usr/include/pragmarc");
   for Library_Dir use "/usr/" & Common.Lib;
   for Library_ALI_Dir use "/usr/" & Common.Lib & "/pragmarc";
   for Externally_Built use "true";
end PragmARC;