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