project Comma_Separated_Set is for Source_Dirs use ("src"); for Object_Dir use "obj"; package Pretty_Printer is for Default_Switches ("ada") use ("-M128"); end Pretty_Printer; package Compiler is for Default_Switches ("ada") use ("-ggdb", "-gnata", "-gnat12"); end Compiler; package Binder is for Default_Switches ("ada") use ("-shared", "-E"); end Binder; package Ide is for Documentation_Dir use "doc"; end Ide; package Documentation is for Image_Dir use "doc/image"; end Documentation; end Comma_Separated_Set;