~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to contrib/slapd-modules/nops/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-07-28 10:17:15 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090728101715-g0isvetelfeqm48k
Tags: upstream-2.4.17
ImportĀ upstreamĀ versionĀ 2.4.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $OpenLDAP: pkg/ldap/contrib/slapd-modules/nops/Makefile,v 1.1.2.3 2009/02/02 18:32:58 quanah Exp $
 
1
# $OpenLDAP: pkg/ldap/contrib/slapd-modules/nops/Makefile,v 1.1.2.4 2009/04/27 23:35:48 quanah Exp $
2
2
CPPFLAGS+=-I../../../include -I../../../servers/slapd 
3
3
CPPFLAGS+=-DSLAPD_OVER_NOPS=SLAPD_MOD_DYNAMIC
4
 
LIBS=-lldap_r -llber -lcrypto
 
4
LIBS=-L$(PREFIX)/lib -lldap_r -llber -lcrypto
5
5
 
6
6
all: nops.la
7
7
 
13
13
                   -rpath $(PREFIX)/lib -module -o $@ $? $(LIBS)
14
14
 
15
15
clean:
16
 
        rm nops.lo nops.la
 
16
        rm -f nops.lo nops.la
 
17
 
 
18
install: nops.la
 
19
        mkdir -p $(PREFIX)/lib/openldap 
 
20
        mkdir -p $(PREFIX)/man/man5
 
21
        $(LIBTOOL) --mode=install cp nops.la $(PREFIX)/lib/openldap
 
22
        $(LIBTOOL) --finish $(PREFIX)/lib
 
23
        cp nops.5 $(PREFIX)/man/man5