]> granicus.if.org Git - linux-pam/blob - defs/linux.defs
Relevant BUGIDs: patch 476976
[linux-pam] / defs / linux.defs
1 # this file indicates the compiler and the various hardware/OS dependent
2 # flags for installation. It also defines the various destinations of
3 # installed files on the system.
4 #
5 # This file is the default version. Please look in .../defs/ for your
6 # preferred OS/vendor.
7
8 OS=linux
9 ARCH=i386               # should be changed for alpha
10 CC=gcc
11 INSTALL=install
12 MKDIR=mkdir -p
13 CFLAGS=-O7 -pipe -g
14 ULIBS=#-lefence
15 LD=ld
16 LD_D=gcc -shared -Xlinker -x
17 LD_L=$(LD) -x -shared 
18 USESONAME=yes
19 LINKLIBS=-lc
20 SOSWITCH=-soname
21 NEEDSONAME=no
22 LDCONFIG=/sbin/ldconfig
23 AR=ar -cr
24 RANLIB=ranlib
25 FAKEROOT=
26 PREFIX=/usr
27 SUPLEMENTED=$(PREFIX)/sbin
28 LIBDIR=$(PREFIX)/lib
29 SECUREDIR=$(LIBDIR)/security
30 INCLUDED=/usr/include/security
31 CONFIGED=/etc
32 SCONFIGED=/etc/security