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

LOCAL_CPLUS_INCS = $(IFLAG).

HDRS1 =
HDRS2 =

SRCS1 = ex4_7.$(CXX)
SRCS2 = ex4_9.$(CXX)

OBJS1 = ex4_7.$(OBJ) 
OBJS2 = ex4_9.$(OBJ)

All2(ex4_7,ex4_9)
OptimizeCPlusObject()
CoolProgram1(ex4_7)
CoolProgram2(ex4_9)
RunAll2(ex4_7,ex4_9)
