1with "attribute_sharing.gpr"; 2with "common_subsystem.gpr"; 3project Ada_Main is 4 for Languages use ("Ada"); 5 for Source_Dirs use ("ada_src"); 6 for Object_Dir use "obj"; 7 for Exec_Dir use "."; 8 for Main use ("ada_main.adb"); 9 package Compiler renames Attribute_Sharing.Compiler; 10end Ada_Main; 11