home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / tcl / tcl_1 / !Wally_Makefile < prev    next >
Encoding:
Makefile  |  1994-08-21  |  562 b   |  28 lines

  1. # Project:   wally
  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.  
  13.  
  14. # Final targets:
  15. @.wally:   @.o.wally @.^.^.Clib.o.Stubs 
  16.         link $(linkflags) @.o.wally @.^.^.Clib.o.Stubs 
  17.  
  18.  
  19. # User-editable dependencies:
  20.  
  21. # Static dependencies:
  22. @.o.wally:   @.c.wally
  23.         cc $(ccflags) -o @.o.wally @.c.wally 
  24.  
  25.  
  26. # Dynamic dependencies:
  27. o.wally:    c.wally
  28.