home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d523 / bmake.lha / BMake / WISHLIST < prev    next >
Text File  |  1991-08-05  |  714b  |  22 lines

  1. WISHLIST
  2.  
  3. Here are some features which I would like to implement in the future.
  4.  
  5. -    $(macro:from=to)
  6. -    replace the macro and rule Lists with binary trees for faster searches
  7. -    :: rules to supply alternate rules for targets
  8. -    + command prefix to force the execution of lines
  9. -    force the execution of lines containing $(MAKE) or ${MAKE}
  10. -    the $^ automatic variable
  11. -    .IGNORE .PRECIOUS .SILENT
  12. -    static pattern rules
  13. -    the ability to apply rules to the contents of archives
  14.     and link libraries
  15. -    vpath and VPATH search paths for dependencies
  16.  
  17. -    -W command line argument to run Make with a ``what if'' scenario
  18. -    parallel remote execution of compiles
  19.  
  20. -    the ability to pass variables between nested executions of Make
  21.  
  22.