#
# Enhydra Makefile for use with CIMOM
#
# $Id: Makefile,v 1.1 2003/07/17 18:32:55 kumpf Exp $
#

MODROOT = ../../../..

PACKAGEDIR = org/snia/wbemcmd

#CLASSES = $(subst .java,,$(shell echo *.java))

SUBDIRS = cimom utils xml

include $(MODROOT)/config.mk

include ${STDRULES}

