home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s1 / secure307 / InHere / !Secure3 / c / Makefile next >
Encoding:
Makefile  |  1994-01-05  |  1.0 KB  |  48 lines

  1. # Project:   Secure3
  2.  
  3.  
  4. # Toolflags:
  5. Pascalflags = -c -depend !Depend -throwback -IP:
  6. CCflags = -c -depend !Depend -IC: -throwback -ff 
  7. Linkflags = -o $@
  8. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -f -o $@ 
  12. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  13.  
  14.  
  15. # Final targets:
  16. @.!RunImage:   @.o.Secure C:o.Stubs C:o.RISC_OSLib 
  17.         Link $(Linkflags) @.o.Secure C:o.Stubs C:o.RISC_OSLib 
  18.         squeeze @.!RunImage -f
  19.  
  20. # User-editable dependencies:
  21.  
  22.  
  23. # Static dependencies:
  24. @.o.Secure:   @.c.Secure
  25.         cc $(ccflags) -o @.o.Secure @.c.Secure 
  26.  
  27.  
  28. # Dynamic dependencies:
  29. o.Secure:    c.Secure
  30. o.Secure:    C:h.res
  31. o.Secure:    C:h.resspr
  32. o.Secure:    C:h.sprite
  33. o.Secure:    C:h.os
  34. o.Secure:    C:h.msgs
  35. o.Secure:    C:h.event
  36. o.Secure:    C:h.menu
  37. o.Secure:    C:h.wimp
  38. o.Secure:    C:h.win
  39. o.Secure:    C:h.werr
  40. o.Secure:    C:h.dbox
  41. o.Secure:    C:h.baricon
  42. o.Secure:    C:h.menu
  43. o.Secure:    C:h.os
  44. o.Secure:    C:h.wimpt
  45. o.Secure:    C:h.kernel
  46. o.Secure:    C:h.template
  47. o.Secure:    C:h.wimp
  48.