summaryrefslogtreecommitdiff
path: root/apps/gperf/src/gperf.mpc
blob: b8dc0ad1d74ad73b9a9412e91da09076ec7a97ff (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, core, 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
  }
}