From 7c0319368d1948d54db514e5f72c589a397e2909 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 29 Sep 2008 20:17:08 +0000 Subject: Remove the misc dir: Moved XS, Boost Python, and SWIG wrappers to new toplevel directory 'wrappers' Moved NIST X.509 test suite into checks directory Move the build information used by configure.pl to src/build-data Move scripts directory to doc (for lack of a better spot) --- src/build-data/os/defaults | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/build-data/os/defaults (limited to 'src/build-data/os/defaults') diff --git a/src/build-data/os/defaults b/src/build-data/os/defaults new file mode 100644 index 000000000..88fd82252 --- /dev/null +++ b/src/build-data/os/defaults @@ -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 -- cgit v1.2.3