Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / apps / gperf / src / gperf.mpc
blobf65c6f27a60315f32f9ddd85e9040e355767c6b6
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   }
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   }