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

LOCAL_CPLUS_INCS = $(IFLAG).

HDRS1 = paragraph.h
HDRS2 = paragraph.h
HDRS3 = paragraph.h

SRCS1 = ex7_4.$(CXX)
SRCS2 = ex7_7.$(CXX)
SRCS3 = ex7_9.$(CXX)

OBJS1 = ex7_4.$(OBJ)
OBJS2 = ex7_7.$(OBJ)
OBJS3 = ex7_9.$(OBJ)

All3(ex7_4,ex7_7,ex7_9)
OptimizeCPlusObject()
CoolProgram1(ex7_4)
CoolProgram2(ex7_7)
CoolProgram3(ex7_9)
RunAll3(ex7_4,ex7_7,ex7_9)
