X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2FMakefile.in;h=8b62c45cc1c873cae80fd3d878379e9cd1c889dc;hb=c3e28a5488a8011ef0352f48fca85c48679205ba;hp=82437c0806b65494ca09532f8179f8bcb04dc918;hpb=c24d932b02e97472a67f7e71e01b3963469e3e77;p=openldap diff --git a/libraries/libldap/Makefile.in b/libraries/libldap/Makefile.in index 82437c0806..8b62c45cc1 100644 --- a/libraries/libldap/Makefile.in +++ b/libraries/libldap/Makefile.in @@ -1,49 +1,80 @@ +# Makefile.in for LDAP -lldap +# $OpenLDAP$ +## This work is part of OpenLDAP Software . ## -## Makefile.in for LDAP -lldap +## Copyright 1998-2007 The OpenLDAP Foundation. +## All rights reserved. ## -LIBRARY = libldap.a -PROGRAMS = apitest ltest ttest +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . -LDAP_INCDIR= ../../include -LDAP_LIBDIR= ../../libraries +LIBRARY = libldap.la +PROGRAMS = apitest dntest ftest ltest urltest SRCS = bind.c open.c result.c error.c compare.c search.c \ - modify.c add.c modrdn.c delete.c abandon.c ufn.c cache.c \ - getfilter.c sbind.c kbind.c unbind.c friendly.c cldap.c \ - free.c disptmpl.c srchpref.c dsparse.c tmplout.c sort.c \ + controls.c messages.c references.c extended.c cyrus.c \ + modify.c add.c modrdn.c delete.c abandon.c \ + sasl.c sbind.c unbind.c cancel.c \ + filter.c free.c sort.c passwd.c whoami.c \ getdn.c getentry.c getattr.c getvalues.c addentry.c \ - request.c getdxbyname.c os-ip.c url.c charset.c \ - init.c options.c strdup.c -OBJS = bind.o open.o result.o error.o compare.o search.o \ - modify.o add.o modrdn.o delete.o abandon.o ufn.o cache.o \ - getfilter.o sbind.o kbind.o unbind.o friendly.o cldap.o \ - free.o disptmpl.o srchpref.o dsparse.o tmplout.o sort.o \ - getdn.o getentry.o getattr.o getvalues.o addentry.o \ - request.o getdxbyname.o os-ip.o url.o charset.o \ - init.o options.o strdup.o - -LIBS = -L$(LDAP_LIBDIR) -lldap -llber $(AC_LIBS) -LIBLBER = ../liblber/liblber.a - -apitest: $(LIBRARY) apitest.o $(LIBLBER) - $(CC) $(LDFLAGS) -o $@ apitest.o $(LIBS) -ltest: $(LIBRARY) test.o $(LIBLBER) - $(CC) $(LDFLAGS) -o $@ test.o $(LIBS) -ttest: $(LIBRARY) tmpltest.o $(LIBLBER) - $(CC) $(LDFLAGS) -o $@ tmpltest.o $(LIBS) - -CFFILES= ldap.conf ldapfilter.conf ldapfriendly ldaptemplates.conf ldapsearchprefs.conf - -install-local: $(LIBRARY) $(CFFILES) FORCE - -$(MKDIR) -p $(libdir) - $(INSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(libdir) - @(cd /tmp; $(RANLIB) $(libdir)/$(LIBRARY)) - -$(MKDIR) -p $(sysconfdir) + request.c os-ip.c url.c pagectrl.c sortctrl.c vlvctrl.c \ + init.c options.c print.c string.c util-int.c schema.c \ + charray.c tls.c os-local.c dnssrv.c utf-8.c utf-8-conv.c \ + turn.c ppolicy.c dds.c txn.c ldap_sync.c + +OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \ + controls.lo messages.lo references.lo extended.lo cyrus.lo \ + modify.lo add.lo modrdn.lo delete.lo abandon.lo \ + sasl.lo sbind.lo unbind.lo cancel.lo \ + filter.lo free.lo sort.lo passwd.lo whoami.lo \ + getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \ + request.lo os-ip.lo url.lo pagectrl.lo sortctrl.lo vlvctrl.lo \ + init.lo options.lo print.lo string.lo util-int.lo schema.lo \ + charray.lo tls.lo os-local.lo dnssrv.lo utf-8.lo utf-8-conv.lo \ + turn.lo ppolicy.lo dds.lo txn.lo ldap_sync.lo + +LDAP_INCDIR= ../../include +LDAP_LIBDIR= ../../libraries + +LIB_DEFS = -DLDAP_LIBRARY + +XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A) +XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS) +NT_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS) +UNIX_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS) + +apitest: $(XLIBS) apitest.o + $(LTLINK) -o $@ apitest.o $(LIBS) +dntest: $(XLIBS) dntest.o + $(LTLINK) -o $@ dntest.o $(LIBS) +ftest: $(XLIBS) ftest.o + $(LTLINK) -o $@ ftest.o $(LIBS) +ltest: $(XLIBS) test.o + $(LTLINK) -o $@ test.o $(LIBS) +urltest: $(XLIBS) urltest.o + $(LTLINK) -o $@ urltest.o $(LIBS) + +CFFILES=ldap.conf + +install-local: $(CFFILES) FORCE + -$(MKDIR) $(DESTDIR)$(libdir) + $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir) + $(LTFINISH) $(DESTDIR)$(libdir) + -$(MKDIR) $(DESTDIR)$(sysconfdir) @for i in $(CFFILES); do \ - echo "installing $$i in $(sysconfdir)"; \ - if test -f $(sysconfdir)/$$i; then \ - $(MV) $(sysconfdir)/$$i $(sysconfdir)/$$i-; \ + if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \ + echo "installing $$i in $(sysconfdir)"; \ + echo "$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/$$i $(DESTDIR)$(sysconfdir)/$$i"; \ + $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/$$i $(DESTDIR)$(sysconfdir)/$$i; \ + else \ + echo "PRESERVING EXISTING CONFIGURATION FILE $(sysconfdir)/$$i" ; \ fi; \ - $(INSTALL) $(INSTALLFLAGS) -m 644 $$i $(sysconfdir); \ + $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/$$i $(DESTDIR)$(sysconfdir)/$$i.default; \ done +