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

  1. # Project:   1stUnMake
  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. @.1stUnMake:   @.o.1stUnMake @.o.argfuncs @.o.GetDirs c:o.Stubs @.o.Beep 
  17.         Link $(Linkflags) @.o.1stUnMake @.o.argfuncs @.o.GetDirs c:o.Stubs \
  18.         @.o.Beep 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.1stUnMake:   @.c.1stUnMake
  25.         cc $(ccflags) -o @.o.1stUnMake @.c.1stUnMake 
  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.1stUnMake:    c.1stUnMake
  36. o.1stUnMake:    C:h.kernel
  37. o.1stUnMake:    h.Beep
  38. o.1stUnMake:    h.GetDirs
  39. o.1stUnMake:    h.ArgFuncs
  40. o.1stUnMake:    h.Useful
  41.