#include <XView.tmpl>

/**/##########################################################################
/**/# @(#)Imakefile	1.5 1/7/92 SMI
/**/# Imakefile for examples/extensions

#define InstallSrcs YES
LOCATION = examples/extensions/panel_items

INSTALL_SRCS	= wizzy.c wizzy.h wizzy_data.c

MakeDirectories(install.srcs, $(SRC_DEST)/$(LOCATION))

InstallExampleSrcsNoMakefile($(INSTALL_SRCS),$(SRC_DEST)/$(LOCATION))

depend::

clean::
