X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2FMakefile.in;h=db01326dbbc5d3c84c2bb0d5ac657a064ca560f6;hb=dc19332bb9db142c52b580e3f74a6c20d5c8ef23;hp=0ae884ddb1da73139533edf2b2a3f6c373f8cf49;hpb=22b8b60e49ab05c473395d1d7a588d0bdd8b06e8;p=openldap diff --git a/libraries/libldap/Makefile.in b/libraries/libldap/Makefile.in index 0ae884ddb1..db01326dbb 100644 --- a/libraries/libldap/Makefile.in +++ b/libraries/libldap/Makefile.in @@ -1,71 +1,66 @@ +# Makefile.in for LDAP -lldap # $OpenLDAP$ -## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. -## COPYING RESTRICTIONS APPLY, see COPYRIGHT file +## This work is part of OpenLDAP Software . ## -## Makefile.in for LDAP -lldap +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. ## +## 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 +## . + LIBRARY = libldap.la -XLIBRARY = ../libldap.a -PROGRAMS = apitest ltest ttest +PROGRAMS = apitest dntest ftest ltest SRCS = bind.c open.c result.c error.c compare.c search.c \ - controls.c messages.c references.c extended.c \ - modify.c add.c modrdn.c delete.c abandon.c ufn.c cache.c \ - getfilter.c sasl.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 kbind.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 os-ip.c url.c sortctrl.c vlvctrl.c \ init.c options.c print.c string.c util-int.c schema.c \ - charray.c tls.c dn.c os-local.c dnssrv.c \ - utf-8.c + charray.c tls.c os-local.c dnssrv.c utf-8.c utf-8-conv.c OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \ - controls.lo messages.lo references.lo extended.lo \ - modify.lo add.lo modrdn.lo delete.lo abandon.lo ufn.lo cache.lo \ - getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo friendly.lo cldap.lo \ - free.lo disptmpl.lo srchpref.lo dsparse.lo tmplout.lo sort.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 kbind.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 sortctrl.lo vlvctrl.lo \ init.lo options.lo print.lo string.lo util-int.lo schema.lo \ - charray.lo tls.lo dn.lo os-local.lo dnssrv.lo \ - utf-8.lo + charray.lo tls.lo os-local.lo dnssrv.lo utf-8.lo utf-8-conv.lo LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries -XLIBS = -lldap -llber -llutil -XXLIBS = $(SECURITY_LIBS) $(TLS_LIBS) - -LINKAGE = @LT_LIB_LINKAGE@ - -NT_DYN_LIB_LIBS = -llber -llutil $(AC_LIBS) -NT_DYN_LIB_DEFS = -DLIBLBER_DECL=dllimport -NT_DYN_TEST_DEFS = -DLIBLBER_DECL=dllimport -DLIBLDAP_DECL=dllimport - -NT_XXLIBS = $(SECURITY_LIBS) - -UNIX_DYN_LIB_LIBS = -llber $(AC_LIBS) -UNIX_XXLIBS = $(SECURITY_LIBS) - -# Extras for building the library -EXTRA_DEFS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS) -EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS) $(@PLAT@_XXLIBS) +LIB_DEFS = -DLDAP_LIBRARY -# Only the test programs will pick up these defs. -CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_TEST_DEFS) +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: $(LIBRARY) apitest.o $(LDAP_LIBLBER_DEPEND) - $(LTLINK) $(LDFLAGS) -o $@ apitest.o $(LIBS) -ltest: $(LIBRARY) test.o $(LDAP_LIBLBER_DEPEND) - $(LTLINK) $(LDFLAGS) -o $@ test.o $(LIBS) -ttest: $(LIBRARY) tmpltest.o $(LDAP_LIBLBER_DEPEND) - $(LTLINK) $(LDFLAGS) -o $@ tmpltest.o $(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) -CFFILES=ldap.conf ldapfilter.conf ldaptemplates.conf ldapsearchprefs.conf +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 \ if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \ @@ -77,7 +72,4 @@ install-local: $(CFFILES) FORCE fi; \ $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/$$i $(DESTDIR)$(sysconfdir)/$$i.default; \ done - -$(MKDIR) $(DESTDIR)$(datadir) - -$(MV) $(DESTDIR)$(datadir)/ldapfriendly $(DESTDIR)$(datadir)/ldapfriendly- - $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldapfriendly $(DESTDIR)$(datadir)/ldapfriendly