home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff304.lzh / Lines / makefile < prev    next >
Makefile  |  1990-01-10  |  351b  |  21 lines

  1. # makefile for lines
  2. # Manx 3.6a
  3.  
  4. CFLAGS = -n +L +Iinclude:symbols.m
  5.  
  6. clines: clines.o
  7.     ln -g clines.o -lc32
  8.  
  9. lines: lines.o
  10.     ln -g lines.o -lc32
  11.  
  12. lines.o:    lines.c
  13.  
  14. tp:
  15.     titlepage -fruby -s15 -c -t -8 -n8 Clines -n3 by -n3 -i \"Joel Swank\" +c -w -q -n3 -d -p
  16.  
  17. xrf:    clines.c window.h
  18.     cref -w96 -t4 clines.c window.h >xrf
  19.  
  20. clines.o: clines.c window.h
  21.