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

LOCAL_CPLUS_INCS = $(IFLAG).

HDRS1 =
HDRS2 =

SRCS1 = ex8_4.$(CXX)
SRCS2 = ex8_6.$(CXX)

OBJS1 = ex8_4.$(OBJ) 
OBJS2 = ex8_6.$(OBJ)

All2(ex8_4,ex8_6)
OptimizeCPlusObject()
CoolProgram1(ex8_4)
CoolProgram2(ex8_6)
RunAll2(ex8_4,ex8_6)
