/*****************************************************************************
//
// Copyright (C) 1991 Texas Instruments Incorporated.
//
// Permission is granted to any individual or institution to use, copy, modify,
// and distribute this software, provided that this complete copyright and
// permission notice is maintained, intact, in all copies and supporting
// documentation.
//
// Texas Instruments Incorporated provides this software "as is" without
// express or implied warranty.
//
 *****************************************************************************
 *
 *	Filename: Imakefile
 *	Module: cool/Queue
 *	Purpose: Imakefile for cool/Queue module
 *	Creation Date: 10/11/90
 *
 *****************************************************************************/

#define IHaveSubdirs

SUBDIRS = tests

HDRS = Base_Queue.h Queue.h

SRCS = Base_Queue.$(CXX)
       
OBJS = Base_Queue.$(OBJ)

All($(LIBRARY))
OptimizeCPlusObject()
LinkIncludes()
Library($(LIBRARY),$(OBJS))
