]> granicus.if.org Git - linux-pam/blob - defs/morgan.defs
Relevant BUGIDs: 517064
[linux-pam] / defs / morgan.defs
1 ##
2 # defs for Andrew's debugging version (which is a modified Red Hat
3 # box)
4 ##
5 # this file indicates the compiler and the various hardware/OS dependent
6 # flags for installation. It also defines the various destinations of
7 # installed files on the system.
8 #
9 # This file is the version used for Red Hat Linux.
10
11 OS=linux
12 ARCH=i386
13 CC=gcc
14 INSTALL=install
15 MKDIR=mkdir -p
16 CFLAGS=$(RPM_OPT_FLAGS) -pipe -g
17 ULIBS=
18 #-lefence
19 LD=ld
20 LD_D=gcc -shared -Xlinker -x
21 LD_L=$(LD) -x -shared 
22 USESONAME=yes
23 SOSWITCH=-soname
24 LINKLIBS=-lc
25 NEEDSONAME=no
26 LDCONFIG=/sbin/ldconfig
27 AR=ar -cr
28 RANLIB=ranlib
29 FAKEROOT=$(RPM_BUILD_ROOT)
30 PREFIX=
31 SUPLEMENTED=$(PREFIX)/sbin
32 LIBDIR=$(PREFIX)/lib
33 SECUREDIR=$(LIBDIR)/security.d
34 INCLUDED=/usr/include/security
35 CONFIGED=/etc
36 SCONFIGED=/etc/security