Below is the file 'debian/gnade_sqlite3_example_build.gpr' from this revision. You can also download the file.
with "gnade_common_ref";
with "gnade_sqlite3_ref";
project GNADE_Sqlite3_Example_Build is
for Languages use ("Ada");
for Source_Dirs use ("../samples/sqlite3");
for Object_Dir use "tmp/sqlite3-example-obj";
for Main use ("demo.adb");
package Compiler is
Base_Switches :=
("-g",
"-O2",
"-gnat05",
"-gnaty",
"-gnatfno",
"-gnatwa",
"-gnatVa");
for Default_Switches ("Ada") use Base_Switches;
end Compiler;
end GNADE_Sqlite3_Example_Build;