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

#define IHaveSubdirs

CONFIG = $(TOP)$(PATHSEP)cool$(PATHSEP)config

SUBDIRS = misc Generic Symbol Hash_Table Package Regexp String Exception \
 	Vector Pair Association Stack Queue List Tree Matrix Set \
	Bit_Set Iterator Range Date_Time Random Rational Complex Bignum \
	keyargs examples man
