summaryrefslogtreecommitdiff
path: root/math/plplot-ada/files/build_plplot.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'math/plplot-ada/files/build_plplot.gpr')
-rw-r--r--math/plplot-ada/files/build_plplot.gpr15
1 files changed, 0 insertions, 15 deletions
diff --git a/math/plplot-ada/files/build_plplot.gpr b/math/plplot-ada/files/build_plplot.gpr
deleted file mode 100644
index c347c14716b0..000000000000
--- a/math/plplot-ada/files/build_plplot.gpr
+++ /dev/null
@@ -1,15 +0,0 @@
-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 ;