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

#define IHaveSubdirs

SUBDIRS = tests

HDRS = Gen_String.h String.h char.h

SRCS = Gen_String.$(CXX) String.$(CXX) chrdown.$(CXX) chreq.$(CXX) \
	chrge.$(CXX) chriseqn.$(CXX) chrle.$(CXX) chrltrim.$(CXX) \
	chrnrem.$(CXX) chrrev.$(CXX) chrrtrim.$(CXX) chrtrim.$(CXX) \
	strcap.$(CXX) strfind.$(CXX) strndup.$(CXX) strnyank.$(CXX) \
	strrfind.$(CXX) strup.$(CXX) upcharmap.$(CXX)

OBJS = Gen_String.$(OBJ) String.$(OBJ) chrdown.$(OBJ) chreq.$(OBJ) \
	chrge.$(OBJ) chriseqn.$(OBJ) chrle.$(OBJ) chrltrim.$(OBJ) \
	chrnrem.$(OBJ) chrrev.$(OBJ) chrrtrim.$(OBJ) chrtrim.$(OBJ) \
	strcap.$(OBJ) strfind.$(OBJ) strndup.$(OBJ) strnyank.$(OBJ) \
	strrfind.$(OBJ) strup.$(OBJ) upcharmap.$(OBJ)

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