Merge from vendor branch BINUTILS:
[dragonfly.git] / contrib / libpam / defs / redhat4.defs
1 ##
2 # defs for Red Hat Linux
3 # Michael K. Johnson <johnsonm@redhat.com>
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=$(shell rpm --showrc | grep '^build arch' | sed 's/^.*: //g')
13 CC=gcc
14 INSTALL=install
15 MKDIR=mkdir -p
16 CFLAGS=$(RPM_OPT_FLAGS) -pipe -g
17 ULIBS=#-lefence
18 LD=ld
19 LD_D=gcc -shared -Xlinker -x
20 LD_L=$(LD) -x -shared 
21 USESONAME=yes
22 SOSWITCH=-soname
23 LINKLIBS=-lc
24 NEEDSONAME=no
25 LDCONFIG=/sbin/ldconfig
26 AR=ar -cr
27 RANLIB=ranlib
28 FAKEROOT=$(RPM_BUILD_ROOT)
29 PREFIX=
30 SUPLEMENTED=$(PREFIX)/sbin
31 LIBDIR=$(PREFIX)/lib
32 SECUREDIR=$(LIBDIR)/security
33 INCLUDED=/usr/include/security
34 CONFIGED=/etc
35 SCONFIGED=/etc/security