#ident @(#)Makefile	1.1 06/12/20 
###########################################################################
# Sample makefile for sub directory makes
###########################################################################
SRCROOT=	../../..
RULESDIR=	RULES
include		$(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################

DIRS=		cassi comobj mpwlib

###########################################################################
include		$(SRCROOT)/$(RULESDIR)/rules.dir
###########################################################################
