home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / pimake / Imakefile < prev    next >
Encoding:
Makefile  |  1991-09-04  |  982 b   |  38 lines

  1. /*****************************************************************************
  2. //
  3. // Copyright (C) 1991 Texas Instruments Incorporated.
  4. //
  5. // Permission is granted to any individual or institution to use, copy, modify,
  6. // and distribute this software, provided that this complete copyright and
  7. // permission notice is maintained, intact, in all copies and supporting
  8. // documentation.
  9. //
  10. // Texas Instruments Incorporated provides this software "as is" without
  11. // express or implied warranty.
  12. //
  13.  *****************************************************************************
  14.  *
  15.  *    Author: Martin Neath
  16.  *    Filename: Imakefile
  17.  *    Module: pisces/imake
  18.  *    Purpose: Imakefile for imake
  19.  *    Creation Date: 05/12/90
  20.  *
  21.  *****************************************************************************/
  22.  
  23. LINKDEP =
  24. ALLCPLUSDEFS = 
  25.  
  26. HDRS = pimake.h
  27.  
  28. SRCS = pimake.$(C)
  29.  
  30. OBJS = pimake.$(OBJ)
  31.  
  32. LOCAL_C_DEFS = $(DFLAG)CPP_PROGRAM=$(QUOTE)cpp$(QUOTE)
  33.  
  34. All(pimake)
  35. OptimizeCObject()
  36. CProgram(pimake)
  37.  
  38.