version 1.10, 1999/06/25 12:41:10
|
version 1.10.4.3, 2000/06/13 17:57:14
|
Line 1
|
Line 1
|
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved. |
# $OpenLDAP: pkg/ldap/include/Makefile.in,v 1.14 2000/05/13 00:26:27 kurt Exp $ |
|
## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. |
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file |
## COPYING RESTRICTIONS APPLY, See COPYRIGHT file |
## |
## |
## include Makefile.in for OpenLDAP |
## include Makefile.in for OpenLDAP |
Line 6
|
Line 7
|
all-local: ldap_config.h FORCE |
all-local: ldap_config.h FORCE |
|
|
install-local: FORCE |
install-local: FORCE |
-$(MKDIR) -p $(includedir) |
-$(MKDIR) $(DESTDIR)$(includedir) |
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/lber.h $(includedir) |
for header in $(srcdir)/lber.h lber_types.h $(srcdir)/ldap.h \ |
$(INSTALL) $(INSTALLFLAGS) -m 644 lber_types.h $(includedir) |
$(srcdir)/ldap_cdefs.h ldap_features.h $(srcdir)/ldap_schema.h \ |
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap.h $(includedir) |
$(srcdir)/disptmpl.h $(srcdir)/srchpref.h; do \ |
$(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/ldap_cdefs.h $(includedir) |
$(INSTALL) $(INSTALLFLAGS) -m 644 $$header $(DESTDIR)$(includedir); \ |
$(INSTALL) $(INSTALLFLAGS) -m 644 ldap_features.h $(includedir) |
done |
$(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) |
|
|
|
clean-local: FORCE |
clean-local: FORCE |
$(RM) ldap_config.h |
$(RM) ldap_config.h |
|
|
veryclean-local: clean-local FORCE |
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 |
depend-local: ldap_config.h FORCE |
|
|