#
#ident  "@(#)Makefile 1.5     97/04/30 SMI"
#
# Copyright 1996 Sun Microsystems, Inc. All Rights Reserved
#

# include global definitions
include $(SRC)/Makefile.master

CDROOT = 	$(DISK0_ROOT)/webstart/media_kits/products/pd_files

all :=          TARGET= all
install :=      TARGET= install
check :=        TARGET= check
clean :=        TARGET= clean
clobber :=      TARGET= clobber
lint :=         TARGET= lint

SUBDIRS = help

CDFILES =	pd.AdminSuite2.3 pd.DocServer pd.SKIP.AB pd.AdminSuite2.3.AB \
		pd.Documentation2.7 pd.SSL pd.Backup pd.JavaIDL pd.SWS \
		pd.Backup.AB pd.NFSClient.AB  pd.SWS.AB pd.DirSvcs pd.PPP.AB \
		pd.TAS pd.DirSvcs.AB pd.PPP301 pd.TAS.AB pd.DiskSuite4.2.1 \
		pd.SIMS pd.ZMgmtConsole pd.DiskSuite4.2.AB pd.SKIP \
		pd.LiveUpgrade pd.ABI pd.SMC \
		pd.Documentation2.8 pd.DocServer2.8 \
		pd.DocumentationEU2.8 pd.DocServerEU2.8 \
		pd.DocumentationJA2.8  pd.DocServerJCKT2.8 \
		pd.DocumentationAS2.8

CDPROG =	$(CDFILES:%=$(CDROOT)/%)

#####
install all: $(CDPROG) $(SUBDIRS)

$(SUBDIRS): FRC
	cd $@; pwd; $(MAKE) $(TARGET)

$(CDROOT)/%: %
	$(INS.file)

clobber clean: $(SUBDIRS)
	$(RM) $(CDPROG)

FRC:

.KEEP_STATE:

