#
# @(#)GNUmakefile	1.15 06/01/31
#  
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved
# SUN PROPRIETARY/CONFIDENTIAL
# Use is subject to license terms. 
#

PACKAGE		= com.sun.messaging.jmq.jmsserver.auth
TOPDIR          = ../../../../../../../../..
MAKEDEFS 	= $(TOPDIR)/src/buildcfg/Defs.gmk

SOURCE_BKR	= TRUE
SUBDIRS         = file ldap jaas acl usermgr

FILES.java = \
		AccessController.java  \
		MQAuthenticator.java  \
		JMQAccessControlContext.java  \
        JMQBasicAuthenticationHandler.java \
        JMQDigestAuthenticationHandler.java  \
        JMQAdminKeyAuthenticationHandler.java  \
		AuthCacheData.java

include $(MAKEDEFS)

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

