Subversion Repositories gelsvn

Rev

Rev 107 | Blame | Compare with Previous | Last modification | View Log | RSS feed

// $Id: yacc.mpb 107 2005-09-02 16:42:23Z bj $
project {
  Define_Custom(YACC) {
    automatic        = 1
    command          = yacc
    commandflags     = -d
    postcommand      = <%mv%> y.tab<%output_ext%> <%output%>
    pch_postrule     = 1
    inputext         = .yy, .y
    pre_extension    = .tab
    source_outputext = .c, .cpp, .cxx, .cc, .C
    header_outputext = .h, .hpp, .hxx, .hh
  }
}