summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/yacc.mpb
blob: 3f96b213383978acb643e6fe228c21484d65b1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$
project {
  requires += yacc
  Define_Custom(YACC) {
    automatic        = 1
    command          = yacc
    commandflags     = -d
    postcommand      = <%mv%> y.tab.c <%source_file%> <%and%> <%mv%> y.tab.h <%header_file%>
    pch_postrule     = 1
    inputext         = .yy, .y
    pre_extension    = .tab
    source_outputext = .c, .cpp, .cxx, .cc, .C
    header_outputext = .h, .hpp, .hxx, .hh
  }
}