From 526920ed5abdc31c4135fb34fcb617b3cf9320c3 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Sun, 8 Jan 2012 10:39:41 +0000 Subject: Added project files. --- directories.gpr | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 directories.gpr (limited to 'directories.gpr') diff --git a/directories.gpr b/directories.gpr new file mode 100644 index 0000000..689d436 --- /dev/null +++ b/directories.gpr @@ -0,0 +1,18 @@ +-- Default directories +-- Copyright 2012 B. Persson, Bjorn@Rombobeorn.se +-- You may do whatever you want with this file as long as you acknowledge the +-- author's copyright. + +-- If your system has a global directories.gpr and you want to install to the +-- directories it specifies, then just delete this file and let the build use +-- the global one. Otherwise edit the paths below to your liking. + + +project Directories is + Hardware_Platform := ""; + Libdir := "/usr/local/lib"; + Bindir := "/usr/local/bin"; + Libexecdir := "/usr/local/libexec"; + Includedir := "/usr/local/include"; + for Source_Files use (); +end Directories; -- cgit v1.2.3