home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / spencer_2bsd.tar.gz / 2bsd.tar / src / pascal / fpdata / makefile < prev    next >
Encoding:
Makefile  |  1980-02-17  |  249 b   |  16 lines

  1. AS=-as
  2. all:
  3.     -as - -o fp.o fp?.s
  4.     -as - -o printf.o printf.s
  5.     -as - -o putc.o putc.s
  6.     -as - -o treen.o treen.s
  7.     -as - -o yycopy.o yycopy.s
  8.     cc -S perror.c
  9.     -ed - < :datafix perror.s
  10.     -as - -o perror.o perror.s
  11.  
  12. install:
  13.  
  14. clean:
  15.     -rm -f *.o perror.s
  16.