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

LOCAL_CPLUS_INCS = $(IFLAG).

HDRS1 =
HDRS2 =
HDRS3 =

SRCS1 = ex9_5.$(CXX)
SRCS2 = ex9_7.$(CXX)
SRCS3 = ex9_11.$(CXX)

OBJS1 = ex9_5.$(OBJ) 
OBJS2 = ex9_7.$(OBJ)
OBJS3 = ex9_11.$(OBJ)

All3(ex9_5,ex9_7,ex9_11)
OptimizeCPlusObject()
CoolProgram1(ex9_5)
CoolProgram2(ex9_7)
CoolProgram3(ex9_11)
RunAll3(ex9_5,ex9_7,ex9_11)
