home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / boota / C-source / MakeAtoI < prev    next >
Encoding:
Text File  |  1993-03-03  |  1.2 KB  |  51 lines

  1. # Project:   ARCtoIBM
  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. @.ARCtoIBM:   @.o.ARCtoIBM @.o.argfuncs @.o.GetDirs c:o.Stubs @.o.Beep 
  17.         Link $(Linkflags) @.o.ARCtoIBM @.o.argfuncs @.o.GetDirs c:o.Stubs \
  18.         @.o.Beep 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.ARCtoIBM:   @.c.ARCtoIBM
  25.         cc $(ccflags) -o @.o.ARCtoIBM @.c.ARCtoIBM 
  26. @.o.argfuncs:   @.c.argfuncs
  27.         cc $(ccflags) -o @.o.argfuncs @.c.argfuncs 
  28. @.o.GetDirs:   @.c.GetDirs
  29.         cc $(ccflags) -o @.o.GetDirs @.c.GetDirs 
  30. @.o.Beep:   @.c.Beep
  31.         cc $(ccflags) -o @.o.Beep @.c.Beep 
  32.  
  33.  
  34. # Dynamic dependencies:
  35. o.argfuncs:    c.argfuncs
  36. o.argfuncs:    C:h.kernel
  37. o.argfuncs:    C:h.swis
  38. o.argfuncs:    h.GetDirs
  39. o.argfuncs:    h.Useful
  40. o.argfuncs:    h.Argfuncs
  41. o.GetDirs:    c.GetDirs
  42. o.GetDirs:    C:h.kernel
  43. o.GetDirs:    h.getdirs
  44. o.GetDirs:    h.useful
  45. o.ARCtoIBM:    c.ARCtoIBM
  46. o.ARCtoIBM:    C:h.kernel
  47. o.ARCtoIBM:    h.Beep
  48. o.ARCtoIBM:    h.GetDirs
  49. o.ARCtoIBM:    h.ArgFuncs
  50. o.ARCtoIBM:    h.Useful
  51.