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

  1. # Project:   IBMtoARC
  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. Pascalflags = -c -depend !Depend -throwback -IP:
  13.  
  14.  
  15. # Final targets:
  16. @.IBMtoARC:   @.o.IBMtoARC @.o.argfuncs @.o.GetDirs c:o.Stubs @.o.Beep 
  17.         LINK $(LINKflags) @.o.IBMtoARC @.o.argfuncs @.o.GetDirs c:o.Stubs \
  18.         @.o.Beep 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.IBMtoARC:   @.c.IBMtoARC
  25.         cc $(ccflags) -o @.o.IBMtoARC @.c.IBMtoARC 
  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.IBMtoARC:    c.IBMtoARC
  36. o.IBMtoARC:    C:h.kernel
  37. o.IBMtoARC:    h.Beep
  38. o.IBMtoARC:    h.GetDirs
  39. o.IBMtoARC:    h.ArgFuncs
  40. o.IBMtoARC:    h.Useful
  41.