repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
ACE
/
apps
/
gperf
/
src
/
gperf.mpc
blob
f65c6f27a60315f32f9ddd85e9040e355767c6b6
1
// -*- MPC -*-
2
project(gperf) : aceexe, install, crosscompile {
3
install = $(ACE_ROOT)/bin
4
exename = ace_gperf
5
Source_Files {
6
gperf.cpp
7
Options.cpp
8
Iterator.cpp
9
Gen_Perf.cpp
10
Key_List.cpp
11
List_Node.cpp
12
Hash_Table.cpp
13
Bool_Array.cpp
14
Vectors.cpp
15
Version.cpp
16
}
17
18
verbatim(gnuace, postinstall) {
19
" @$(MKDIR) $(DESTDIR)$(INSTALL_PREFIX)/share/ace/bin"
20
" ln -sf ../../../bin/ace_gperf $(DESTDIR)$(INSTALL_PREFIX)/share/ace/bin"
21
}
22
}