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

#define IHaveSubdirs

SUBDIRS = tests

LOCAL_CPLUS_INCS = $(IFLAG).

HDRS1 =
HDRS2 =

SRCS1 = keyargs.$(CXX)
SRCS2 = expand_key.$(CXX)
       
OBJS1 = keyargs.$(OBJ)
OBJS2 = expand_key.$(OBJ)

All2(keyargs, expand_key)
OptimizeCPlusObject()
CoolProgram1(keyargs)
CoolProgram2(expand_key)
InstallProgram(keyargs,$(INCLINKDIR))
InstallProgram(expand_key,$(INCLINKDIR))
AllInstall()
