]> git.sur5r.net Git - openldap/blob - servers/slapd/back-perl/Makefile.in
Final round of module changes
[openldap] / servers / slapd / back-perl / Makefile.in
1 ########################################################################### 
2
3 #    Copyright 1999, John C. Quillan, All rights reserved.
4
5 #    Redistribution and use in source and binary forms are permitted only
6 #    as authorized by the OpenLDAP Public License.  A copy of this
7 #    license is available at http://www.OpenLDAP.org/license.html or
8 #    in file LICENSE in the top-level directory of the distribution.
9
10 ##########################################################################
11
12 SRCS    = init.c search.c close.c config.c bind.c unbind.c compare.c \
13                 modify.c add.c modrdn.c delete.c
14 OBJS    = init.lo search.lo close.lo config.lo bind.lo unbind.lo compare.lo \
15                 modify.lo add.lo modrdn.lo delete.lo
16
17 LDAP_INCDIR= ../../../include       
18 LDAP_LIBDIR= ../../../libraries
19
20 BUILD_OPT = "--enable-perl"
21 BUILD_MOD = @BUILD_PERL@
22 LINKAGE = @BUILD_PERL_DYNAMIC@
23
24 LIBBASE = back_perl
25
26 XINCPATH = -I.. -I$(srcdir)/..
27 XDEFS = $(PERL_CPPFLAGS) $(MODULES_CPPFLAGS)
28 XLDFLAGS = $(MODULES_LDFLAGS)
29