ack-custom.pm 411 B

123456789101112131415161718192021
  1. -- $Source$
  2. -- $State$
  3. -- Custom rules used by the ACK build process.
  4. preprocess = simple {
  5. class = "preprocess",
  6. outputs = {"%U%-%I%"},
  7. command = {
  8. "cpp -I%HEADERDIR% %in% > %out[1]%"
  9. }
  10. }
  11. -- Revision history
  12. -- $Log$
  13. -- Revision 1.2 2007-02-20 00:32:58 dtrg
  14. -- Changed the 'preprocess' rule to use the system C preprocessor.
  15. --
  16. -- Revision 1.1 2006/07/22 00:49:48 dtrg
  17. -- First version in CVS.
  18. --