Rombobjörn

summaryrefslogtreecommitdiff
path: root/directories.gpr
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-02-13 23:17:52 +0100
committerBjörn Persson <bjorn@rombobjörn.se>2013-02-13 23:17:52 +0100
commit4766a7a7a2f23ee10560e1a2a177eec8931d974a (patch)
tree5380090b964906e3317b930b43ce38bd60f5e0cf /directories.gpr
parentb5565b3dc55003122b0ffdc211d03446971ff12a (diff)
Added a convenient and flexible build system.
Diffstat (limited to 'directories.gpr')
-rw-r--r--directories.gpr18
1 files changed, 0 insertions, 18 deletions
diff --git a/directories.gpr b/directories.gpr
deleted file mode 100644
index 689d436..0000000
--- a/directories.gpr
+++ /dev/null
@@ -1,18 +0,0 @@
--- 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;