home *** CD-ROM | disk | FTP | other *** search
- # MakeCommon - common definitions for uMakefile and Makefile for ~
- #
- # $Header: MakeCommon,v 1.1 89/12/26 09:27:08 howard Exp $
- #
- # Copyright 1990 Howard Lee Gayle
- # This file is written in the ISO 8859/1 character set.
- #
- # This program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License version 1,
- # as published by the Free Software Foundation.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- #
-
- # Change mode of a file.
- CHMOD=chmod
-
- # Get a file from the distribution directory.
- DISTI=mkDistI
-
- # Remove a file.
- RM=zap -f
-
- # Uncompress if necessary and check out from RCS or SCCS.
- UNCMPRS=mkUncmprs
-
- # C include file search path.
- INCLUDES=-I/usr/local/local-include -I/usr/local/free/howard/0/include
-