home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / deskutils / _a_l / boota / C-source / MakeBootA < prev    next >
Encoding:
Text File  |  1993-03-03  |  661 b   |  33 lines

  1. # Project:   BootA
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback 
  6. Linkflags = -aif -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. Pascalflags = -c -depend !Depend -throwback -IP:
  13.  
  14.  
  15. # Final targets:
  16. @.!RunImage:   @.o.BootA c:o.Stubs 
  17.         Link $(Linkflags) @.o.BootA c:o.Stubs 
  18.  
  19.  
  20. # User-editable dependencies:
  21.  
  22.  
  23. # Static dependencies:
  24. @.o.BootA:   @.c.BootA
  25.         cc $(ccflags) -o @.o.BootA @.c.BootA 
  26.  
  27.  
  28. # Dynamic dependencies:
  29. o.BootA:    c.BootA
  30. o.BootA:    C:h.kernel
  31. o.BootA:    C:h.swis
  32. o.BootA:    h.useful
  33.