]> git.sur5r.net Git - openldap/blobdiff - include/Makefile.in
ITS#619: TLS PRNG initialization code
[openldap] / include / Makefile.in
index 4eeb82ab46b53be02f036eea24c61c6b806e3831..fd255d6cda4e1375eda38ab113c607adbe89c1b9 100644 (file)
@@ -1,4 +1,5 @@
-## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
+# $OpenLDAP$
+## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
 ## COPYING RESTRICTIONS APPLY, See COPYRIGHT file
 ##
 ## include Makefile.in for OpenLDAP
@@ -6,20 +7,18 @@
 all-local: ldap_config.h FORCE
 
 install-local: FORCE
-               -$(MKDIR) -p $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/lber.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_cdefs.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_schema.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/disptmpl.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/srchpref.h $(includedir)
-               $(INSTALL) $(INSTALLFLAGS) -m 644 ldap_features.h $(includedir)
+       -$(MKDIR) $(DESTDIR)$(includedir)
+       for header in $(srcdir)/lber.h lber_types.h $(srcdir)/ldap.h \
+         $(srcdir)/ldap_cdefs.h ldap_features.h $(srcdir)/ldap_schema.h \
+         $(srcdir)/disptmpl.h $(srcdir)/srchpref.h; do \
+               $(INSTALL) $(INSTALLFLAGS) -m 644 $$header $(DESTDIR)$(includedir); \
+       done
 
 clean-local: FORCE 
        $(RM) ldap_config.h
 
 veryclean-local: clean-local FORCE
-       $(RM) portable.h ldap_features.h
+       $(RM) portable.h lber_types.h ldap_features.h
 
 depend-local: ldap_config.h FORCE