home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / mklib.lzh / MKLIB / MAKEFILE < prev    next >
Encoding:
Text File  |  1991-08-16  |  565 b   |  20 lines

  1. # This makefile was generated with mklib
  2. # copyright 1988 Edwin Hoogerbeets
  3. #
  4. # This software is freely redistributable as long as there is no charge
  5. # beyond resonable copy fees and as long as this notice stays intact.
  6. #
  7. # Thanks to Jimm Mackraz for Elib on Fish 87, from which much of this
  8. # program is lifted. Also thanks to Neil Katin for his mylib.asm upon
  9. # which elib is based.
  10.  
  11. CFLAGS=-T
  12.  
  13. OBJS=startup.o rtag.o interface.o lib.o ed.o 
  14.  
  15. mylib.library: $(OBJS)
  16.         ln $(OBJS) -lc -o $@
  17.  
  18. #yourprog: yourprog.o link.o
  19. #       ln yourprog.o link.o -lc -o $@
  20.