version 1.25, 2003/03/19 00:39:05
|
version 1.26, 2003/03/31 03:48:52
|
Line 1
|
Line 1
|
# $OpenLDAP: pkg/ldap/include/Makefile.in,v 1.24 2003/03/18 21:53:15 hyc Exp $ |
# $OpenLDAP: pkg/ldap/include/Makefile.in,v 1.22 2003/03/03 09:17:38 hyc Exp $ |
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. |
## Copyright 1998-2003 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 |
|
|
all-local: ldap_config.h ol_version0.h FORCE |
all-local: ldap_config.h FORCE |
|
|
install-local: FORCE |
install-local: FORCE |
-$(MKDIR) $(DESTDIR)$(includedir) |
-$(MKDIR) $(DESTDIR)$(includedir) |
Line 61 ldap_config.h: $(LDAP_CONFIG) Makefile
|
Line 61 ldap_config.h: $(LDAP_CONFIG) Makefile
|
$(LDAP_CONFIG) >> $@; \ |
$(LDAP_CONFIG) >> $@; \ |
$(CHMOD) 444 $@ |
$(CHMOD) 444 $@ |
|
|
ol_version0.h: $(top_srcdir)/build/version.h |
|
$(CPP) -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@ |
|
|
|
all-common: all-local |
all-common: all-local |
install-common: all-common install-local |
install-common: all-common install-local |
clean-common: clean-local |
clean-common: clean-local |