File: linux.defs

package info (click to toggle)
pwdb 0.54preD-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 644 kB
  • ctags: 797
  • sloc: ansic: 8,459; makefile: 346; sh: 204
file content (24 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# this file indicates the compiler and the various hardware/OS dependent
# flags for installation. It also defines the various destinations of
# installed files on the system.
#
# This file is the default version. Please look in .../defs/ for your
# preferred OS/vendor.

CC=gcc
INSTALL=install
MKDIR=mkdir -p
CFLAGS=-O2 -pipe -g -Dlinux
ULIBS=#-lefence
LD_D=gcc -shared -Xlinker -x
LD=ld
LDCONFIG=/sbin/ldconfig
AR=ar -cr
RANLIB=ranlib
PPFIX=
PREFIX=$(PPFIX)/usr
INCLUDED=$(PPFIX)/usr/include/pwdb
SUPLEMENTED=$(PREFIX)/sbin
CONFIGED=$(PPFIX)/etc
LIBDIR=$(PREFIX)/lib
SECUREDIR=$(LIBDIR)/security