home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / tornado / TNdemo / !TMTDemo / MakeTMTT < prev    next >
Encoding:
Text File  |  1996-12-30  |  821 b   |  36 lines

  1. # Project:   !RunImage
  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.TMTMod %.o.Stubs
  16.         link $(linkflags) @.o.!RunImage @.o.TMTMod %.o.Stubs
  17.         |squeeze $(Squeezeflags) @.createdemo
  18.  
  19.  
  20. # User-editable dependencies:
  21.  
  22. # Static dependencies:
  23. @.o.!RunImage:   @.c.!RunImage
  24.         cc $(ccflags) -o @.o.!RunImage @.c.!RunImage
  25. @.o.TMTMod:   @.c.TMTMod
  26.         cc $(ccflags) -o @.o.TMTMod @.c.TMTMod
  27.  
  28.  
  29. # Dynamic dependencies:
  30. o.!RunImage:    c.!RunImage
  31. o.!RunImage:    h.TMTMod
  32. o.!RunImage:    h.kernel
  33. o.TMTMod:    c.TMTMod
  34. o.TMTMod:    h.TMTMod
  35. o.TMTMod:    h.kernel
  36.