X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2FMakefile.in;h=4f1be1ce3c673e2abb6613a06ff903c4ac892894;hb=8a5214549a5abf069cb632383ba64627929fceb6;hp=5e6515c12d9ce4ee36efd3a23f8f436f9315cf0e;hpb=6939c531700652491f4be4688c6a1f35a1ab8a18;p=openldap diff --git a/include/Makefile.in b/include/Makefile.in index 5e6515c12d..4f1be1ce3c 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,8 +1,17 @@ +# include Makefile.in for OpenLDAP # $OpenLDAP$ -## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. -## COPYING RESTRICTIONS APPLY, See COPYRIGHT file +## This work is part of OpenLDAP Software . ## -## include Makefile.in for OpenLDAP +## Copyright 1998-2009 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 +## . all-local: ldap_config.h FORCE @@ -24,7 +33,7 @@ veryclean-local: clean-local FORCE depend-local: ldap_config.h FORCE -LDAP_CONFIG=$(srcdir)/ldap_config.h.in +LDAP_CONFIG=$(srcdir)/ldap_config.hin ldap_config.h: $(LDAP_CONFIG) Makefile @$(RM) $@ @@ -41,11 +50,9 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ libexecdir=`cygpath -w $(libexecdir) | \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ - localstatedir=`cygpath -w $(localstatedir) | \ + moduledir=`cygpath -w $(moduledir) | \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ - editor=`cygpath -w $(EDITOR) | \ - $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ - sendmail=`cygpath -w $(SENDMAIL) | \ + localstatedir=`cygpath -w $(localstatedir) | \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ else \ sysconfdir=$(sysconfdir); \ @@ -53,9 +60,9 @@ ldap_config.h: $(LDAP_CONFIG) Makefile bindir=$(bindir); \ sbindir=$(sbindir); \ libexecdir=$(libexecdir); \ + moduledir=$(moduledir); \ localstatedir=$(localstatedir); \ - editor=$(EDITOR); \ - sendmail=$(SENDMAIL); \ + localedir=$(localedir); \ fi; \ $(SED) \ -e "s;%SYSCONFDIR%;$$sysconfdir;" \ @@ -63,9 +70,9 @@ ldap_config.h: $(LDAP_CONFIG) Makefile -e "s;%BINDIR%;$$bindir;" \ -e "s;%SBINDIR%;$$sbindir;" \ -e "s;%LIBEXECDIR%;$$libexecdir;" \ + -e "s;%MODULEDIR%;$$moduledir;" \ -e "s;%RUNDIR%;$$localstatedir;" \ - -e "s;%EDITOR%;$$editor;" \ - -e "s;%SENDMAIL%;$$sendmail;" \ + -e "s;%LOCALEDIR%;$$localedir;" \ $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@