]> git.sur5r.net Git - openldap/blob - contrib/slapd-modules/nops/Makefile
Add CVS header
[openldap] / contrib / slapd-modules / nops / Makefile
1 # $OpenLDAP$
2 CPPFLAGS+=-I../../../include -I../../../servers/slapd 
3 CPPFLAGS+=-DSLAPD_OVER_NOPS=SLAPD_MOD_DYNAMIC
4 LIBS=-lldap_r -llber -lcrypto
5
6 all: nops.la
7
8 nops.lo:    nops.c
9         $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) -c $?
10
11 nops.la:    nops.lo
12         $(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
13                    -rpath $(PREFIX)/lib -module -o $@ $? $(LIBS)
14
15 clean:
16         rm nops.lo nops.la