aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/os/defaults
blob: a22821e561db354d5940ae37670318642c3716ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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_data install -o OWNER -g GROUP -m 644
install_cmd_exec install -o OWNER -g GROUP -m 755