repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #37 from jwillemsen/master
[MPC.git]
/
config
/
yacc.mpb
blob
a311895abe4d6c4612c32bb25c3125c272d3b554
1
project {
2
requires += yacc
3
Define_Custom(YACC) {
4
command = yacc
5
commandflags = -d
6
postcommand = <%mv%> y.tab.c <%source_file%> <%and%> <%mv%> y.tab.h <%header_file%>
7
pch_postrule = 1
8
inputext = .yy, .y
9
pre_extension = .tab
10
source_outputext = .c, .cpp, .cxx, .cc, .C
11
header_outputext = .h, .hpp, .hxx, .hh
12
}
13
}