1 1.1.1.1.2.2 wrstuden # $OpenLDAP: pkg/ldap/contrib/slapd-modules/nssov/Makefile,v 1.1.2.1 2008/07/08 18:53:57 quanah Exp $ 2 1.1.1.1.2.2 wrstuden # Copyright 2008 Howard Chu, Symas Corp. All Rights Reserved. 3 1.1.1.1.2.2 wrstuden # 4 1.1.1.1.2.2 wrstuden # Redistribution and use in source and binary forms, with or without 5 1.1.1.1.2.2 wrstuden # modification, are permitted only as authorized by the OpenLDAP 6 1.1.1.1.2.2 wrstuden # Public License. 7 1.1.1.1.2.2 wrstuden # 8 1.1.1.1.2.2 wrstuden # A copy of this license is available in the file LICENSE in the 9 1.1.1.1.2.2 wrstuden # top-level directory of the distribution or, alternatively, at 10 1.1.1.1.2.2 wrstuden # <http://www.OpenLDAP.org/license.html>. 11 1.1.1.1.2.2 wrstuden 12 1.1.1.1.2.2 wrstuden # Path to the OpenLDAP source tree 13 1.1.1.1.2.2 wrstuden LDAPSRC=../../.. 14 1.1.1.1.2.2 wrstuden 15 1.1.1.1.2.2 wrstuden # Path to the OpenLDAP object tree - same as above unless 16 1.1.1.1.2.2 wrstuden # you're doing out-of-tree builds. 17 1.1.1.1.2.2 wrstuden LDAPOBJ=../../.. 18 1.1.1.1.2.2 wrstuden 19 1.1.1.1.2.2 wrstuden LIBTOOL=$(LDAPOBJ)/libtool 20 1.1.1.1.2.2 wrstuden OPT=-g -O2 21 1.1.1.1.2.2 wrstuden CC=gcc 22 1.1.1.1.2.2 wrstuden 23 1.1.1.1.2.2 wrstuden LDAP_INC=-I$(LDAPOBJ)/include -I$(LDAPSRC)/include -I$(LDAPSRC)/servers/slapd 24 1.1.1.1.2.2 wrstuden NLDAPD_INC=-Inss-ldapd 25 1.1.1.1.2.2 wrstuden INCS=$(LDAP_INC) $(NLDAPD_INC) 26 1.1.1.1.2.2 wrstuden 27 1.1.1.1.2.2 wrstuden LDAP_LIB=-lldap_r -llber 28 1.1.1.1.2.2 wrstuden LIBS=$(LDAP_LIB) 29 1.1.1.1.2.2 wrstuden 30 1.1.1.1.2.2 wrstuden all: nssov.la 31 1.1.1.1.2.2 wrstuden 32 1.1.1.1.2.2 wrstuden XOBJS = tio.lo 33 1.1.1.1.2.2 wrstuden 34 1.1.1.1.2.2 wrstuden OBJS = alias.lo ether.lo group.lo host.lo netgroup.lo network.lo \ 35 1.1.1.1.2.2 wrstuden nssov.lo passwd.lo protocol.lo rpc.lo service.lo shadow.lo 36 1.1.1.1.2.2 wrstuden 37 1.1.1.1.2.2 wrstuden .SUFFIXES: .c .o .lo 38 1.1.1.1.2.2 wrstuden 39 1.1.1.1.2.2 wrstuden .c.lo: 40 1.1.1.1.2.2 wrstuden $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $? 41 1.1.1.1.2.2 wrstuden 42 1.1.1.1.2.2 wrstuden tio.lo: nss-ldapd/common/tio.c 43 1.1.1.1.2.2 wrstuden $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(NLDAPD_INC) -c $? 44 1.1.1.1.2.2 wrstuden 45 1.1.1.1.2.2 wrstuden $(OBJS): nssov.h 46 1.1.1.1.2.2 wrstuden 47 1.1.1.1.2.2 wrstuden nssov.la: $(OBJS) $(XOBJS) 48 1.1.1.1.2.2 wrstuden $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \ 49 1.1.1.1.2.2 wrstuden -rpath /usr/local/libexec/openldap -module -o $@ $(OBJS) $(XOBJS) $(LIBS) 50