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

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