X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Flib-shared.mk;h=3224867d4ce87c27f47d1c58c05b0500c5404f86;hb=052a4ae6c4059b5836b182380e895de0a8fc5ffb;hp=76774428f87cf1fbffb866bf0ac03b7827d5cff4;hpb=a3ac3be6a7b0dd405c940ea62f7aa6af6dbe6caf;p=openldap diff --git a/build/lib-shared.mk b/build/lib-shared.mk index 76774428f8..3224867d4c 100644 --- a/build/lib-shared.mk +++ b/build/lib-shared.mk @@ -1,23 +1,30 @@ -##--------------------------------------------------------------------------- +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2005 The OpenLDAP Foundation. +## All rights reserved. ## -## Makefile Template for Shared Libraries +## 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 +## . +##--------------------------------------------------------------------------- +# +# Makefile Template for Shared Libraries +# -LTVERSION = -version-info $(LIBVERSION) -LINK = $(LTLINK) -COMPILE = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c MKDEPFLAG = -l .SUFFIXES: .c .o .lo .c.lo: - $(COMPILE) $< + $(LTCOMPILE_LIB) $< -$(LIBRARY): version.lo - $(LINK) -rpath $(libdir) -o $@ $(OBJS) version.lo - $(RM) ../$@; \ - (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@) - $(RM) ../`$(BASENAME) $@ .la`.a; \ - (d=`$(PWD)`; t=`$(BASENAME) $@ .la`.a; $(LN_S) `$(BASENAME) $$d`/.libs/$$t ../$$t) +$(LIBRARY): version.lo + $(LTLINK_LIB) -o $@ $(OBJS) version.lo $(LINK_LIBS) Makefile: $(top_srcdir)/build/lib-shared.mk +