summaryrefslogtreecommitdiff
path: root/math/plplot-ada/files/plplot.gpr.in
blob: a21c7947f14dcf7d19d0c118f34bf99ab166e71d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
library project PLPLOT is

   for Languages use ("Ada");

   for Source_Dirs use ("../../include/plplotada");
   for Library_Dir use "../../lib/plplotada";
   for Library_Name use "plplotada";
   for Library_Kind use "static";
   for Externally_Built use "True";

   package Linker is
      for switches ("Ada") use ("-L@PREFIX@/lib", "-lplplotd");
   end Linker;

end PLPLOT;