summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/gperf.mpc
blob: 4d5babe6b2b4e74de826acc73630c1fcfea677b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
  }
}