home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff281.lzh / FarPrint / MakeFile < prev    next >
Makefile  |  1989-11-20  |  332b  |  20 lines

  1. all:    FarPrint FarTest
  2.  
  3. FarPrint:    FarPrint.o FastText.o
  4.         LN FarPrint.o FastText.o detach.o32 -La32 -Lc32 +CD
  5.  
  6. FarPrint.o:    FarPrint.c
  7.         CC FarPrint.c +L
  8.  
  9. FarTest:    FarTest.o FarCom.o
  10.         LN FarTest.o FarCom.o -Lc32
  11.  
  12. FarTest.o:    FarTest.c
  13.         CC FarTest.c +L
  14.  
  15. FarCom.o:    FarCom.c
  16.         CC FarCom.c +L
  17.  
  18. FastText.o:    FastText.asm
  19.         AS FastText.asm
  20.