File: Makefile.solaris

package info (click to toggle)
libpam-ldap 43-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 300 kB
  • ctags: 105
  • sloc: ansic: 1,830; makefile: 40
file content (10 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ident $Id: Makefile.solaris,v 1.5 1999/08/18 22:26:42 lukeh Exp $

# OS Part
CC = gcc
CFLAGS = -Wall -I$(LDAP_INC_DIR) -DSOLARIS -D__EXTENSIONS__ $(CDEFS) -fPIC
LD_FLAGS = -M mapfile -G -h $(LIBAUTHSH) -z text -Bsymbolic \
	-R$(LDAP_LIB_DIR) -R/usr/ucblib -lcrypt -lpam -lnsl -lpthread -lresolv

include Make.defs