summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/tests/gperf_test.mpb
blob: 394bc94820e788d65aedeaf3a9109bc68e07edf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
// $Id$

project: aceexe, crosscompile {
  after += gperf
  avoids += uses_wchar
  Define_Custom(GPERF) {
    command           = $(ACE_ROOT)/bin/ace_gperf
    libpath          += $(ACE_ROOT)/lib
    output_option     = >
    inputext          = .gperf
    source_outputext  = .cpp
    keyword gperf_cmd = command
  }

  specific(automake) {
    gperf_cmd = ../src/ace_gperf
  }

  Source_Files {
    test.cpp
  }
}