]> granicus.if.org Git - linux-pam/blob - defs/hpux.defs
Relevant BUGIDs: 424060
[linux-pam] / defs / hpux.defs
1 ##
2 #  HPUX 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 default version. Please look in .../defs/ for your
9 # preferred OS/vendor.
10
11 OS=hpux9
12 ARCH=hpux
13 CC=gcc
14 INSTALL=install
15 MKDIR=mkdir -p
16 CFLAGS=-g -DPAM_SHL -DHAVE_UTMP_H
17 ULIBS=
18 LD=ld                                      
19 LD_D=$(LD) -b
20 LD_L=$(LD) -b
21 USESONAME=no
22 NEEDSONAME=no
23 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 DYNLOAD="dld"
35 DYNTYPE="sl"
36 SHLIBMODE=755