summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/gperf.mpc
blob: 81976d37aba2776b73182cc92670e2e5239ed0a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- MPC -*-
// $Id$

project(gperf) : aceexe, install, crosscompile {
  install = $(ACE_ROOT)/bin
  avoids += uses_wchar
  exename = 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
  }
}