summaryrefslogtreecommitdiffstats
path: root/botan/src/build-data/os/defaults.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/build-data/os/defaults.txt')
-rw-r--r--botan/src/build-data/os/defaults.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/botan/src/build-data/os/defaults.txt b/botan/src/build-data/os/defaults.txt
new file mode 100644
index 0000000..5648643
--- /dev/null
+++ b/botan/src/build-data/os/defaults.txt
@@ -0,0 +1,19 @@
+# Defaults are for a Unix box, since that's what most of OS variants are. It
+# would be nice to have generic 'windows', 'beos', 'unix', etc targets to
+# handle defaults for those classes of OSes, though Unix is by far the most
+# varied/fragmented
+
+obj_suffix o
+so_suffix so
+static_suffix a
+
+ar_command "ar crs"
+ar_needs_ranlib no
+
+install_root /usr/local
+header_dir include
+lib_dir lib
+doc_dir share/doc
+
+install_cmd_data "install -m 644"
+install_cmd_exec "install -m 755"