home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume10 / callback_hg / part02 / MakeCommon < prev    next >
Encoding:
Text File  |  1990-01-06  |  1.1 KB  |  36 lines

  1. # MakeCommon - common definitions for uMakefile and Makefile for ~
  2. #
  3. # $Header: MakeCommon,v 1.1 89/12/26 09:27:08 howard Exp $
  4. #
  5. # Copyright 1990 Howard Lee Gayle
  6. # This file is written in the ISO 8859/1 character set.
  7. # This program is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License version 1,
  9. # as published by the Free Software Foundation.
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. # GNU General Public License for more details.
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18. # Change mode of a file.
  19. CHMOD=chmod
  20.  
  21. # Get a file from the distribution directory.
  22. DISTI=mkDistI
  23.  
  24. # Remove a file.
  25. RM=zap -f
  26.  
  27. # Uncompress if necessary and check out from RCS or SCCS.
  28. UNCMPRS=mkUncmprs
  29.  
  30. # C include file search path.
  31. INCLUDES=-I/usr/local/local-include -I/usr/local/free/howard/0/include
  32.