diff options
Diffstat (limited to 'ldap/clients/dsgw/html/info/Makefile')
| -rw-r--r-- | ldap/clients/dsgw/html/info/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/ldap/clients/dsgw/html/info/Makefile b/ldap/clients/dsgw/html/info/Makefile new file mode 100644 index 00000000..34f3f92a --- /dev/null +++ b/ldap/clients/dsgw/html/info/Makefile @@ -0,0 +1,40 @@ +# +# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to +# license terms. Copyright © 2001 Sun Microsystems, Inc. +# Some preexisting portions Copyright © 2001 Netscape Communications Corp. +# All rights reserved. +# +# +# Gmakefile for Directory Server Gateway info files. +# + +LDAP_SRC = ../../../.. +MCOM_ROOT = ../../../../../.. + +NOSTDSTRIP=true # don't let nsconfig.mak define target strip +NOSTDCLEAN=true # don't let nsconfig.mak define target clean +NOSTDDEPEND=true # don't let nsconfig.mak define target depend + +include $(MCOM_ROOT)/ldapserver/nsconfig.mk +include $(LDAP_SRC)/nsldap.mk + +include ../../dsgw_include.mk + +HTMLDEST = $(DSGW_INFO_RELDIR) + +HTML = infonav.html + +BINS=$(addprefix $(HTMLDEST)/,$(HTML)) + +all: $(HTMLDEST) $(BINS) +install: $(HTMLDEST) $(BINS) + +clean: + $(RM) $(BINS) + +$(HTMLDEST)/%: % + -@$(RM) $@ + cp $< $@ + +strip: +depend: |
