1*44bedb31SLionel Sambucproject Zlib is 2*44bedb31SLionel Sambuc 3*44bedb31SLionel Sambuc for Languages use ("Ada"); 4*44bedb31SLionel Sambuc for Source_Dirs use ("."); 5*44bedb31SLionel Sambuc for Object_Dir use "."; 6*44bedb31SLionel Sambuc for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo"); 7*44bedb31SLionel Sambuc 8*44bedb31SLionel Sambuc package Compiler is 9*44bedb31SLionel Sambuc for Default_Switches ("ada") use ("-gnatwcfilopru", "-gnatVcdfimorst", "-gnatyabcefhiklmnoprst"); 10*44bedb31SLionel Sambuc end Compiler; 11*44bedb31SLionel Sambuc 12*44bedb31SLionel Sambuc package Linker is 13*44bedb31SLionel Sambuc for Default_Switches ("ada") use ("-lz"); 14*44bedb31SLionel Sambuc end Linker; 15*44bedb31SLionel Sambuc 16*44bedb31SLionel Sambuc package Builder is 17*44bedb31SLionel Sambuc for Default_Switches ("ada") use ("-s", "-gnatQ"); 18*44bedb31SLionel Sambuc end Builder; 19*44bedb31SLionel Sambuc 20*44bedb31SLionel Sambucend Zlib; 21