]> granicus.if.org Git - linux-pam/blob - defs/sunos.defs
Relevant BUGIDs: 127625
[linux-pam] / defs / sunos.defs
1 ##
2 #  SunOS defs contributed by Derrick J Brashear <shadow@dementia.org>
3 ##
4 # this file indicates the compiler and the various hardware/OS dependent
5 # flags for installation. It also defines the various destinations of
6 # installed files on the system.
7 #
8 # This file is the SunOS version. Please look in .../defs/ for your
9 # preferred OS/vendor.
10
11 OS=sunos
12 ARCH=sun
13 CC=gcc
14 INSTALL=install
15 MKDIR=mkdir -p
16 CFLAGS=-O2 -pipe -g -D__EXTENSIONS__
17 ULIBS=
18 LD_D=gcc -shared -Xlinker -x  
19 LD=ld                                      
20 LD_L=$(LD)
21 USESONAME=no
22 NEEDSONAME=yes
23 LDCONFIG=/usr/etc/ldconfig
24 AR=ar cr
25 RANLIB=ranlib
26 FAKEROOT=
27 PREFIX=/usr
28 SUPLEMENTED=$(PREFIX)/sbin
29 LIBDIR=$(PREFIX)/lib
30 SECUREDIR=$(LIBDIR)/security
31 INCLUDED=/usr/include/security
32 CONFIGED=/etc
33 SCONFIGED=/etc/security
34 WARNINGS= -ansi -Wall -Wwrite-strings \
35         -Wpointer-arith -Wcast-qual -Wcast-align \
36         -Wtraditional -Wstrict-prototypes -Wmissing-prototypes \
37         -Wnested-externs -Winline -Wshadow