/*****************************************************************************
//
// 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/examples/section5
 *	Purpose: Imakefile for cool/examples/section5 module
 *	Creation Date: 10/15/90
 *
 *****************************************************************************/
LIBRARY_5_8 = Example5_8

LOCAL_CPLUS_INCS = $(IFLAG).

HDRS1 =

SRCS1 = ex5_8.$(CXX)

OBJS1 = ex5_8.$(OBJ)

All1(ex5_8)
OptimizeCPlusObject()
CoolImplementProgram(ex5_8,$(LIBRARY_5_8),VecInt,Vector.h,"Vector<int>")
RunAll1(ex5_8)
