/***************************************************************************** // // 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: ice/cpp * Purpose: Imakefile for ice/cpp module * Creation Date: 10/15/90 * *****************************************************************************/ LOCAL_C_DEFS = $(DFLAG)COOL $(MISC_CFLAGS) ALLCPLUSDEFS = HDRS = cpp.h cppdef.h defmacio.h macro.h SRCS = cpp1.$(C) cpp2.$(C) cpp3.$(C) cpp4.$(C) cpp5.$(C) \ cpp6.$(C) cpp7.$(C) \ class.$(C) compress.$(C) defmacio.$(C) defpackage.$(C) \ exception.$(C) generate.$(C) hash.$(C) macro.$(C) \ member.$(C) parmtype.$(C) template.$(C) typecase.$(C) OBJS = cpp1.$(OBJ) cpp2.$(OBJ) cpp3.$(OBJ) cpp4.$(OBJ) cpp5.$(OBJ) \ cpp6.$(OBJ) cpp7.$(OBJ) \ class.$(OBJ) compress.$(OBJ) defmacio.$(OBJ) defpackage.$(OBJ) \ exception.$(OBJ) generate.$(OBJ) hash.$(OBJ) macro.$(OBJ) \ member.$(OBJ) parmtype.$(OBJ) template.$(OBJ) typecase.$(OBJ) All(cpp) OptimizeCObject() CProgram(cpp) AllInstall()