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