project BUILD_PLPLOT is
for Languages use ("Ada");
for Source_Dirs use ("ada");
for Object_Dir use "ada/build";
for Library_Dir use "ada/build/lib";
for Library_Name use "plplotada";
for Library_Kind use "static";
package compiler is
for switches ("Ada") use ("-O2", "-gnatn");
end compiler;
end BUILD_PLPLOT ;