diff options
| author | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
|---|---|---|
| committer | cvsadm <cvsadm> | 2005-01-21 00:44:34 +0000 |
| commit | b2093e3016027d6b5cf06b3f91f30769bfc099e2 (patch) | |
| tree | cf58939393a9032182c4fbc4441164a9456e82f8 /ldap/clients/dsgw/pbhtml/Makefile | |
Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. (foxworth)ldapserver7x
Diffstat (limited to 'ldap/clients/dsgw/pbhtml/Makefile')
| -rw-r--r-- | ldap/clients/dsgw/pbhtml/Makefile | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/ldap/clients/dsgw/pbhtml/Makefile b/ldap/clients/dsgw/pbhtml/Makefile new file mode 100644 index 00000000..38b4807f --- /dev/null +++ b/ldap/clients/dsgw/pbhtml/Makefile @@ -0,0 +1,53 @@ +# +# 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 Phonebook html files. +# 1/21/98 - RJP +# + +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_PBHTML_RELDIR) + +HTML= emptyFrame.html index.html 16-conference.gif \ + office.gif report.html 16-person.gif conference.gif \ + pbrd.jpg department.gif person.gif clear.gif \ + vendor.gif style.css intro.html phone.html view_vcard.gif \ + phone.js view_vcard_sm.gif \ + brandblock.gif get_cert.gif \ + carded.html get_cert_sm.gif pixel.gif \ + 32-office.gif 32-alert.gif 32-conference.gif 32-person.gif \ + 32-message.gif nullStringError.html tiny_cert.gif \ + tiny_vcard.gif confirm.html alert.html orgicon.gif aim-online.gif + +BINS=$(addprefix $(HTMLDEST)/,$(HTML)) + +include $(MCOM_ROOT)/ldapserver/config/webint.mk + +all: $(HTMLDEST) $(BINS) + +install: $(HTMLDEST) $(BINS) + +clean: + $(RM) $(BINS) + +$(HTMLDEST)/%: % + @-$(RM) $@ + cp $< $@ + +strip: +depend: |
