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

LOCAL_CPLUS_INCS = $(IFLAG).

HDRS1 =
HDRS2 =
HDRS3 =

SRCS1 = ex2_4.$(CXX)
SRCS2 = ex2_7.$(CXX)
SRCS3 = ex2_9.$(CXX)

OBJS1 = ex2_4.$(OBJ) 
OBJS2 = ex2_7.$(OBJ)
OBJS3 = ex2_9.$(OBJ)

All3(ex2_4,ex2_7,ex2_9)
OptimizeCPlusObject()
CoolProgram1(ex2_4)
CoolProgram2(ex2_7)
CoolProgram3(ex2_9)
RunAll3(ex2_4,ex2_7,ex2_9)
