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

LOCAL_CPLUS_INCS = $(IFLAG).
STD_CPLUS_LIBS = $(MATHLIBRARY)

HDRS1 =
HDRS2 =
HDRS3 =
HDRS4 =
HDRS5 =

SRCS1 = ex3_4.$(CXX)
SRCS2 = ex3_6.$(CXX)
SRCS3 = ex3_8.$(CXX)
SRCS4 = ex3_10.$(CXX)
SRCS5 = ex3_12.$(CXX)

OBJS1 = ex3_4.$(OBJ)
OBJS2 = ex3_6.$(OBJ)
OBJS3 = ex3_8.$(OBJ)
OBJS4 = ex3_10.$(OBJ)
OBJS5 = ex3_12.$(OBJ)

All5(ex3_4,ex3_6,ex3_8,ex3_10,ex3_12)
OptimizeCPlusObject()
CoolProgram1(ex3_4)
CoolProgram2(ex3_6)
CoolProgram3(ex3_8)
CoolProgram4(ex3_10)
CoolProgram5(ex3_12)
RunAll5(ex3_4,ex3_6,ex3_8,ex3_10,ex3_12)
