/***************************************************************************** // // 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/CCC * Purpose: Imakefile for ice/CCC module * Creation Date: 10/15/90 * *****************************************************************************/ LOCAL_C_DEFS = $(DFLAG)NO_PROTOTYPE $(DFLAG)cfront2 \ $(DFLAG)CC_cpp=$(QUOTE)cpp$(QUOTE) ALLCPLUSDEFS = DOCS = CCC HDRS = SRCS = CCC.$(C) OBJS = CCC.$(OBJ) All(CCC) Docs() OptimizeCObject() CProgram(CCC) AllInstall()