summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/gperf.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/gperf/src/gperf.mpc')
-rw-r--r--ACE/apps/gperf/src/gperf.mpc24
1 files changed, 24 insertions, 0 deletions
diff --git a/ACE/apps/gperf/src/gperf.mpc b/ACE/apps/gperf/src/gperf.mpc
new file mode 100644
index 00000000000..4d5babe6b2b
--- /dev/null
+++ b/ACE/apps/gperf/src/gperf.mpc
@@ -0,0 +1,24 @@
+// -*- MPC -*-
+// $Id$
+
+project(gperf) : aceexe, install, crosscompile {
+ install = $(ACE_ROOT)/bin
+ exename = ace_gperf
+ Source_Files {
+ gperf.cpp
+ Options.cpp
+ Iterator.cpp
+ Gen_Perf.cpp
+ Key_List.cpp
+ List_Node.cpp
+ Hash_Table.cpp
+ Bool_Array.cpp
+ Vectors.cpp
+ Version.cpp
+ }
+
+ verbatim(gnuace, postinstall) {
+" @$(MKDIR) $(DESTDIR)$(INSTALL_PREFIX)/share/ace/bin"
+" ln -sf $(INSTALL_PREFIX)/bin/ace_gperf $(DESTDIR)$(INSTALL_PREFIX)/share/ace/bin"
+ }
+}