home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-07-23 | 435 b | 19 lines |
- XCOMM $XConsortium: Imakefile,v 1.2 91/07/23 17:31:42 rws Exp $
- PSRCS = ../../util/macros.t protocol.ms encoding.ms
- LSRCS = ../../util/macros.t library.ms
- GSRCS = ../../util/macros.t porting.ms
-
- all: proto.PS lib.PS port.PS
-
- proto.PS:
- $(TBL) $(PSRCS) | $(TROFF) $(MSMACROS) > proto.PS
-
- lib.PS:
- $(TBL) $(LSRCS) | $(TROFF) $(MSMACROS) > lib.PS
-
- port.PS:
- $(TROFF) $(MSMACROS) $(GSRCS) > port.PS
-
- clean::
- $(RM) proto.PS lib.PS port.PS
-