home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-02-03 | 884 b | 28 lines |
- #
- # Description: Makefile to construct and install a2ps. Don't forget
- # to give your own values to define variables HEADER_PS and name of
- # compiler (see OPTIONS).
- #
- # File: imag:/users/local/a2ps/Makefile
- # Created: Mon Nov 29 14:05:39 1988 by miguel@imag (Miguel Santana)
- # Version: 2.0
- #
-
- # Copyright (c) 1988, Miguel Santana, miguel@imag.imag.fr
- #
- # Permission is granted to copy and distribute this file in modified
- # or unmodified form, whether for noncommercial or commercial use,
- # provided (a) this copyright notice is preserved, (b) no attempt is
- # made to restrict redistribution of this file, and (c) this file is
- # not distributed as part of any collection whose redistribution is
- # restricted by a compilation copyright.
- #
-
- all: a2ps.exe
-
- a2ps.exe: a2ps.c
- cl -AS -Zpei -DANSIC a2ps.c
- echo "done NB Header.ps must be available to a2ps"
-
-