home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / LIB / THREAD.ZIP / Thread / ThreadLib / Makefile
Makefile  |  1997-01-28  |  818b  |  36 lines

  1. # Project:   TheadLib
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback 
  6. C++flags = -c -depend !Depend -IC: -throwback
  7. Linkflags = -aif -c++ -o $@
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@ 
  11. Squeezeflags = -o $@
  12.  
  13.  
  14. # Final targets:
  15. @.o.ThreadLib:   @.o.Library @.o.VecKludge 
  16.         libfile $(libfileflags) @.o.Library @.o.VecKludge 
  17.  
  18.  
  19. # User-editable dependencies:
  20.  
  21.  
  22. # Static dependencies:
  23. @.o.Library:   @.s.Library
  24.         objasm $(objasmflags) -from @.s.Library -to @.o.Library
  25. @.o.VecKludge:   @.c.VecKludge
  26.         cc $(ccflags) -o @.o.VecKludge @.c.VecKludge 
  27.  
  28.  
  29. # Dynamic dependencies:
  30. o.VecKludge:    c.VecKludge
  31. o.VecKludge:    C:h.kernel
  32. o.VecKludge:    h.thread
  33. o.VecKludge:    C:h.kernel
  34. o.Library: s.Library
  35. o.Library: ADFS::Holly.$.Libraries.ThreadLib.hdr.Tswis
  36.