/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */
DOBJS = hello.do \
	helloa.do \
	hellov.do

IHFILES = hello.ih \
	helloa.ih \
	hellov.ih

DIRS = $(DESTDIR)/doc \
	$(DESTDIR)/doc/atk \
	$(DESTDIR)/doc/atk/examples 

NormalObjectRule()
NormalATKRule()
InstallExampleClassFiles($(DOBJS), $(IHFILES), $(DESTDIR)/examples/ex16/)

DependTarget()
MkdirTarget($(DIRS))

InstallDocs(ex16.doc,${DESTDIR}/doc/atk/examples)

