home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / PS_LIST.ZIP / MAKEFILE.MAK < prev   
Text File  |  1990-08-02  |  884b  |  28 lines

  1. #
  2. # Description: Makefile to construct and install a2ps. Don't forget
  3. # to give your own values to define variables HEADER_PS and name of
  4. # compiler (see OPTIONS).
  5. #
  6. # File: imag:/users/local/a2ps/Makefile
  7. # Created: Mon Nov 29 14:05:39 1988 by miguel@imag (Miguel Santana)
  8. # Version: 2.0
  9. #
  10.  
  11. # Copyright (c) 1988, Miguel Santana, miguel@imag.imag.fr
  12. #
  13. # Permission is granted to copy and distribute this file in modified
  14. # or unmodified form, whether for noncommercial or commercial use,
  15. # provided (a) this copyright notice is preserved, (b) no attempt is
  16. # made to restrict redistribution of this file, and (c) this file is
  17. # not distributed as part of any collection whose redistribution is
  18. # restricted by a compilation copyright.
  19. #
  20.  
  21. all:        a2ps.exe
  22.  
  23. a2ps.exe:    a2ps.c
  24.         cl -AS -Zpei -DANSIC a2ps.c
  25.         echo "done NB Header.ps must be available to a2ps"
  26.  
  27.  
  28.