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

LOCAL_CPLUS_INCS = $(IFLAG).

HDRS1 =
HDRS2 =
HDRS3 =
HDRS4 =

SRCS1 = ex6_4.$(CXX)
SRCS2 = ex6_6.$(CXX)
SRCS3 = ex6_8.$(CXX)
SRCS4 = ex6_10.$(CXX)

OBJS1 = ex6_4.$(OBJ)
OBJS2 = ex6_6.$(OBJ)
OBJS3 = ex6_8.$(OBJ)
OBJS4 = ex6_10.$(OBJ)

All4(ex6_4,ex6_6,ex6_8,ex6_10)
OptimizeCPlusObject()
CoolProgram1(ex6_4)
CoolProgram2(ex6_6)
CoolProgram3(ex6_8)
CoolProgram4(ex6_10)
RunAll4(ex6_4,ex6_6,ex6_8,ex6_10)
