/*****************************************************************************
//
// 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/misc
 *	Purpose: Imakefile for cool/misc module
 *	Creation Date: 10/15/90
 *
 *****************************************************************************/

HDRS = misc.h once_only.p sym_package.p err_package.p keyargs$(EXE)
    
SRCS = symbols.$(CXX)

OBJS = 

RCSCheckOut()
LinkIncludes()
DotPFiles(once_only.p sym_package.p err_package.p)
DefmacroFiles(keyargs$(EXE))

