repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
ACE
/
apps
/
gperf
/
tests
/
gperf_test.mpb
blob
2fb030cc236ee42cdc14a26d473d0aa527ed66b6
1
// -*- MPC -*-
2
project: aceexe, crosscompile {
3
after += gperf
4
avoids += uses_wchar
5
Define_Custom(GPERF) {
6
command = $(ACE_ROOT)/bin/ace_gperf
7
libpath += $(ACE_ROOT)/lib
8
output_option = >
9
inputext = .gperf
10
source_outputext = .cpp
11
keyword gperf_cmd = command
12
}
13
14
Source_Files {
15
test.cpp
16
}
17
}