summaryrefslogtreecommitdiff
path: root/apps/gperf/tests/gperf_test.mpb
blob: 8a786383c8f03b75db2b1b9bf6e0c791a54a913f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

project: aceexe {
  after += gperf
  Define_Custom(GPERF) {
    command          = $(ACE_ROOT)/bin/gperf
    libpath         += $(ACE_ROOT)/lib
    output_option    = >
    inputext         = .gperf
    source_outputext = .cpp
  }

  Source_Files {
    test.cpp
  }
}