home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities / codemaker / CodeMaker / Exemples / !Exemple0 / Makefile < prev   
Makefile  |  1992-12-19  |  1KB  |  47 lines

  1. # Project:   Exemple0
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -throwback -IC:
  6. Linkflags = -o $@
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.!RunImage:   @.o.!RunImage @.o.MyUtils @.o.bleu0 @.o.ScreUtils \
  16.         @.^.^.^.^.^.RISC_OSLib.o.RISC_OSLib @.^.^.^.^.^.CLib.o.Stubs 
  17.         link $(linkflags) @.o.!RunImage @.o.MyUtils @.o.bleu0 @.o.ScreUtils \
  18.         @.^.^.^.^.^.RISC_OSLib.o.RISC_OSLib @.^.^.^.^.^.CLib.o.Stubs 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23.  
  24. # Static dependencies:
  25. @.o.!RunImage:   @.c.!RunImage
  26.         cc $(ccflags) -o @.o.!RunImage @.c.!RunImage 
  27. @.o.MyUtils:   @.c.MyUtils
  28.         cc $(ccflags) -o @.o.MyUtils @.c.MyUtils 
  29. @.o.bleu0:   @.s.bleu0
  30.         objasm $(objasmflags) -from @.s.bleu0 -to @.o.bleu0
  31. @.o.ScreUtils:   @.s.ScreUtils
  32.         objasm $(objasmflags) -from @.s.ScreUtils -to @.o.ScreUtils
  33.  
  34.  
  35. # Dynamic dependencies:
  36. @.o.bleu0: h.RegNames
  37. o.!RunImage:    c.!RunImage
  38. o.!RunImage:    C:h.bbc
  39. o.!RunImage:    C:h.os
  40. o.!RunImage:    C:h.kernel
  41. o.!RunImage:    h.MyUtils
  42. o.!RunImage:    h.ScreUtils
  43. o.MyUtils:    c.MyUtils
  44. o.MyUtils:    C:h.kernel
  45. o.MyUtils:    C:h.swis
  46. @.o.ScreUtils: h.RegNames
  47.