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

PACKAGE		= com.sun.messaging.jms.management.server
TOPDIR          = ../../../../../../../..
MAKEDEFS 	= $(TOPDIR)/src/buildcfg/Defs.gmk
SUBDIRS         = server

include $(MAKEDEFS)

all:            classes.dir $(FILES.class) $(SUBDIRS)
clean:          classes.clean $(SUBDIRS)
debug:          classes.dir classes.debug $(SUBDIRS)
optimized:      classes.optimized $(SUBDIRS)

