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

LOCAL_CPLUS_INCS = $(IFLAG).

HDRS1 =
HDRS2 =
HDRS3 =

SRCS1 = ex12_5.$(CXX)
SRCS2 = ex12_6.$(CXX)
SRCS3 = ex12_8.$(CXX)

OBJS1 = ex12_5.$(OBJ) 
OBJS2 = ex12_6.$(OBJ)
OBJS3 = ex12_8.$(OBJ)

All3(ex12_5,ex12_6,ex12_8)
NormalCPlusObject()
CoolProgram1(ex12_5)
CoolProgram2(ex12_6)
CoolProgram3(ex12_8)
RunAll3(ex12_5,ex12_6,ex12_8)
