home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-09-04 | 982 b | 38 lines |
- /*****************************************************************************
- //
- // 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.
- //
- *****************************************************************************
- *
- * Author: Martin Neath
- * Filename: Imakefile
- * Module: pisces/imake
- * Purpose: Imakefile for imake
- * Creation Date: 05/12/90
- *
- *****************************************************************************/
-
- LINKDEP =
- ALLCPLUSDEFS =
-
- HDRS = pimake.h
-
- SRCS = pimake.$(C)
-
- OBJS = pimake.$(OBJ)
-
- LOCAL_C_DEFS = $(DFLAG)CPP_PROGRAM=$(QUOTE)cpp$(QUOTE)
-
- All(pimake)
- OptimizeCObject()
- CProgram(pimake)
-
-