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

  1. # Project:   1stMake
  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. @.1stMake:   @.o.1stMake @.o.argfuncs @.o.GetDirs c:o.Stubs @.o.Beep 
  17.         Link $(Linkflags) @.o.1stMake @.o.argfuncs @.o.GetDirs c:o.Stubs \
  18.         @.o.Beep 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.1stMake:   @.c.1stMake
  25.         cc $(ccflags) -o @.o.1stMake @.c.1stMake 
  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.GetDirs:    c.GetDirs
  36. o.GetDirs:    C:h.kernel
  37. o.GetDirs:    h.beep
  38. o.GetDirs:    h.getdirs
  39. o.GetDirs:    h.useful
  40. o.Beep:    c.Beep
  41. o.Beep:    C:h.kernel
  42. o.Beep:    h.Beep
  43. o.Beep:    h.useful
  44. o.argfuncs:    c.argfuncs
  45. o.argfuncs:    C:h.kernel
  46. o.argfuncs:    C:h.swis
  47. o.argfuncs:    h.Beep
  48. o.argfuncs:    h.GetDirs
  49. o.argfuncs:    h.Useful
  50. o.argfuncs:    h.Argfuncs
  51. o.1stMake:    c.1stMake
  52. o.1stMake:    C:h.kernel
  53. o.1stMake:    h.Beep
  54. o.1stMake:    h.GetDirs
  55. o.1stMake:    h.ArgFuncs
  56. o.1stMake:    h.Useful
  57.