mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
18 lines
518 B
Makefile
18 lines
518 B
Makefile
#
|
|
# Makefile.in for OpenLDAP include directory
|
|
#
|
|
|
|
install: all FORCE
|
|
-$(MKDIR) -p $(includedir)
|
|
$(INSTALL) $(INSTALLFLAGS) -m 644 ldap.h $(includedir)
|
|
$(INSTALL) $(INSTALLFLAGS) -m 644 lber.h $(includedir)
|
|
$(INSTALL) $(INSTALLFLAGS) -m 644 proto-lber.h $(includedir)
|
|
$(INSTALL) $(INSTALLFLAGS) -m 644 proto-ldap.h $(includedir)
|
|
$(INSTALL) $(INSTALLFLAGS) -m 644 disptmpl.h $(includedir)
|
|
$(INSTALL) $(INSTALLFLAGS) -m 644 srchpref.h $(includedir)
|
|
|
|
all: FORCE
|
|
clean: FORCE
|
|
veryclean: FORCE
|
|
depend: FORCE
|
|
|