diff options
Diffstat (limited to 'misc/config/os/defaults')
-rw-r--r-- | misc/config/os/defaults | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/config/os/defaults b/misc/config/os/defaults new file mode 100644 index 000000000..0fb27967a --- /dev/null +++ b/misc/config/os/defaults @@ -0,0 +1,20 @@ +# 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_user root +install_group root +install_cmd install -o OWNER -g GROUP -m MODE |