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

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

FILES.java = \
	BasicAuthenticationHandler.java \
	DigestAuthenticationHandler.java

include $(MAKEDEFS)

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

