summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw/pbhtml/Makefile
blob: 4bc8b35447825ebb81443662b3964332f2b7989d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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 \
	rolodex.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: