project Lrdf is for Source_Dirs use ("src/**"); for Object_Dir use ".obj"; for Exec_Dir use "bin"; for Library_Name use "alrdf"; for Library_Dir use "lib"; for Library_Ali_Dir use "lib/ali"; package Compiler is for Default_Switches ("ada") use ("-gnatwa", "-gnatf", "-gnatyaAbBcdfhiIklnOprtx", "-gnatQ", "-ffunction-sections", "-fdata-sections", "-fPIC", "-O2", "-gnato", "-gnat12"); end Compiler; package Binder is for Default_Switches ("ada") use ("-E"); end Binder; end Lrdf;