home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume8 / libhoward / part08 / MakeCommon < prev    next >
Text File  |  1989-10-01  |  1KB  |  50 lines

  1. # MakeCommon - common definitions for uMakefile and Makefile for howard
  2. #
  3. # $Header: MakeCommon,v 1.3 89/09/22 13:46:45 howard Exp $
  4. #
  5. # Copyright 1989 Howard Lee Gayle
  6. # This file is written in the ISO 8859/1 character set.
  7. #
  8. # This program is free software; you can redistribute it and/or modify
  9. # it under the terms of the GNU General Public License version 1,
  10. # as published by the Free Software Foundation.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. # GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with this program; if not, write to the Free Software
  19. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21. # Commands:
  22.  
  23. # Change mode of a file.
  24. CHMOD=chmod
  25.  
  26. # Get a file from the distribution directory.
  27. DISTI=mkDistI
  28.  
  29. # Write arguments on stdout.
  30. ECHO=echo
  31.  
  32. # Remove a file.
  33. RM=zap -f
  34.  
  35. # Perform set difference operations.
  36. SETS=sets
  37.  
  38. # Uncompress if necessary and check out from RCS or SCCS.
  39. UNCMPRS=mkUncmprs
  40.  
  41.  
  42. # C include file search path.
  43. INCLUDES=-I/usr/local/local-include -I/usr/local/free/howard/1/include
  44.  
  45. # Special C programs.  These are *not* library functions.
  46. SCS = mk-smp.c
  47.  
  48. # Generated C include files.
  49. it = cc-lims.i libc-lims.i registers.i simultipre.i
  50.