#
# @(#)GNUmakefile	1.1 07/05/16
#
#

PACKAGE		= 
TOPDIR          = ../../../..
MAKEDEFS 	= $(TOPDIR)/src/buildcfg/Defs.gmk
DOCDEFS 	= $(TOPDIR)/src/buildcfg/Doc.gmk
SUBDIRS         = mq

include $(MAKEDEFS)

all clean debug optimized : $(SUBDIRS)
