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

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