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

project: aceexe, crosscompile {
  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
  }
}