#
# @(#)GNUmakefile	1.5 05/03/30
#  
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved
# SUN PROPRIETARY/CONFIDENTIAL
# Use is subject to license terms. 
#

TOPDIR		= ../../../../..
MAKEDEFS 	= $(TOPDIR)/src/buildcfg/Defs.gmk
SUBDIRS 	= messaging jms

include $(MAKEDEFS)

all debug clean optimized : $(SUBDIRS)

