#
# Imakefile for com_cli
#

/* please edit Imakefile.def for local configuration.
   DO NOT edit this file directly.
*/
#include "Imakefile.def"

/* Sub Directories */

SUBDIRS = com cli sample

/* headers */

BUILDINCTOP = .
BUILDINCDIR = .

/* Imake Rules */

MakeSubdirs($(SUBDIRS))

MakefileSubdirs($(SUBDIRS))

InstallSubdirs($(SUBDIRS))

CleanSubdirs($(SUBDIRS))

DependTarget()
