--- include/Makefile.in 1999/06/07 16:37:16 1.8 +++ include/Makefile.in 1999/06/17 19:48:02 1.8.2.1 @@ -3,7 +3,7 @@ ## ## include Makefile.in for OpenLDAP -all-local: ldapconfig.h FORCE +all-local: ldap_config.h FORCE install-local: FORCE -$(MKDIR) -p $(includedir) @@ -16,22 +16,19 @@ install-local: FORCE $(INSTALL) $(INSTALLFLAGS) -m 644 ldap_features.h $(includedir) clean-local: FORCE - $(RM) ldapconfig.h + $(RM) ldap_config.h veryclean-local: clean-local FORCE $(RM) portable.h ldap_features.h -depend-local: ldapconfig.h FORCE +depend-local: ldap_config.h FORCE -ldapconfig.h: $(srcdir)/ldapconfig.h.edit Makefile +LDAP_CONFIG=$(srcdir)/ldap_config.h.in + +ldap_config.h: $(LDAP_CONFIG) Makefile @$(RM) $@ - @echo "Making ldapconfig.h" - @echo "/*" > $@; \ - echo " * This file was automatically generated. Do not edit it." >> $@; \ - echo " * Instead, edit the file ldapconfig.h.edit. See the LDAP" >> $@; \ - echo " * INSTALL file for more information." >> $@; \ - echo " */ " >> $@; \ - echo "" >> $@; \ + @echo "Making $@" + @echo "/* Generated from $(LDAP_CONFIG) on `date` */" > $@; \ $(SED) \ -e 's;%SYSCONFDIR%;$(sysconfdir);' \ -e 's;%DATADIR%;$(datadir);' \ @@ -42,7 +39,7 @@ ldapconfig.h: $(srcdir)/ldapconfig.h.edi -e 's;%EDITOR%;$(EDITOR);' \ -e 's;%FINGER%;$(FINGER);' \ -e 's;%SENDMAIL%;$(SENDMAIL);' \ - $(srcdir)/ldapconfig.h.edit >> $@; \ + $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@ all-common: all-local