X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblber%2FMakefile.in;h=dbe51598855e215c1231c7c250dec53c97482db8;hb=0355abeb1a0ea471970c5313a69ce5b20916b408;hp=4687775b079f5375284ae7cfa3835afe422396a7;hpb=ce07fb958e19488710040258e0271fd6c89c9687;p=openldap diff --git a/libraries/liblber/Makefile.in b/libraries/liblber/Makefile.in index 4687775b07..dbe5159885 100644 --- a/libraries/liblber/Makefile.in +++ b/libraries/liblber/Makefile.in @@ -1,29 +1,40 @@ +# LIBLBER # $OpenLDAP$ -## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. -## COPYING RESTRICTIONS APPLY, see COPYRIGHT file +## This work is part of OpenLDAP Software . ## -## LIBLBER +## Copyright 1998-2007 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 = liblber.la NT_SRCS = nt_err.c NT_OBJS = nt_err.lo +UNIX_SRCS = stdio.c +UNIX_OBJS = stdio.lo + LIB_DEFS = -DLBER_LIBRARY -SRCS= assert.c decode.c encode.c io.c bprint.c \ +SRCS= assert.c decode.c encode.c io.c bprint.c debug.c \ memory.c options.c sockbuf.c $(@PLAT@_SRCS) -OBJS= assert.lo decode.lo encode.lo io.lo bprint.lo \ +OBJS= assert.lo decode.lo encode.lo io.lo bprint.lo debug.lo \ memory.lo options.lo sockbuf.lo $(@PLAT@_OBJS) XSRCS= version.c PROGRAMS= dtest etest idtest -LDAP_INCDIR= ../../include -LDAP_LIBDIR= ../../libraries +LDAP_INCDIR= ../../include +LDAP_LIBDIR= ../../libraries -XLIBS = $(LIBRARY) +XLIBS = $(LIBRARY) $(LDAP_LIBLUTIL_A) XXLIBS = NT_LINK_LIBS = $(AC_LIBS) @@ -37,4 +48,5 @@ idtest: $(XLIBS) idtest.o install-local: FORCE -$(MKDIR) $(DESTDIR)$(libdir) $(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir) + $(LTFINISH) $(DESTDIR)$(libdir)