Subversion Repositories gelsvn

Rev

Rev 107 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 119
1
// $Id: yacc.mpb 107 2005-09-02 16:42:23Z bj $
1
// $Id: yacc.mpb 107 2005-09-02 16:42:23Z bj $
2
project {
2
project {
3
  Define_Custom(YACC) {
3
  Define_Custom(YACC) {
4
    automatic        = 1
4
    automatic        = 1
5
    command          = yacc
5
    command          = yacc
6
    commandflags     = -d
6
    commandflags     = -d
7
    postcommand      = <%mv%> y.tab<%output_ext%> <%output%>
7
    postcommand      = <%mv%> y.tab<%output_ext%> <%output%>
8
    pch_postrule     = 1
8
    pch_postrule     = 1
9
    inputext         = .yy, .y
9
    inputext         = .yy, .y
10
    pre_extension    = .tab
10
    pre_extension    = .tab
11
    source_outputext = .c, .cpp, .cxx, .cc, .C
11
    source_outputext = .c, .cpp, .cxx, .cc, .C
12
    header_outputext = .h, .hpp, .hxx, .hh
12
    header_outputext = .h, .hpp, .hxx, .hh
13
  }
13
  }
14
}
14
}
15
 
15