home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 545b.lha / BMake_v1.4 / WISHLIST < prev    next >
Text File  |  1991-09-06  |  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.