/usr/share/ada/adainclude/aws.gpr is in libaws3.2.0-dev 3.2.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | -- (generated by dh_ada_library during package build)
-- This project file is designed to help build applications that use aws.
-- Here is an example of how to use this project file:
--
-- with "aws";
-- project Example is
-- for Object_Dir use "obj";
-- for Exec_Dir use ".";
-- for Main use ("example");
-- end Example;
with "xmlada";
with "templates_parser";
library project aws is
for Library_Name use "aws";
for Library_Kind use "dynamic";
for Library_Dir use "/usr/lib/x86_64-linux-gnu/";
for Source_Dirs use ("/usr/share/ada/adainclude/aws");
for Library_ALI_Dir use "/usr/lib/x86_64-linux-gnu/ada/adalib/aws";
for Externally_Built use "True";
package Linker is
for Linker_Options use ("-L/usr/lib/x86_64-linux-gnu", "-lgnutls", "-lz",
"-llber", "-lldap", "-lpthread");
end Linker;
package Naming is
for Implementation ("aws.net.ssl")
use "aws-net-ssl__gnutls.adb";
for Implementation ("aws.net.ssl.certificate.impl")
use "aws-net-ssl-certificate-impl__gnutls.adb";
for Implementation ("aws.net.std")
use "aws-net-std__gnat.adb";
for Implementation ("aws.net.poll_events.wait")
use "aws-net-poll_events-wait__native.adb";
for Specification ("aws.net.ssl.certificate.impl")
use "aws-net-ssl-certificate-impl__gnutls.ads";
for Specification ("ssl.thin")
use "ssl-thin__gnutls.ads";
end Naming;
end aws;
|