summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestServant/csd_pt_testservant.mpc
blob: 6fb11a1f1b5a3eda532cf77dc74096a1311a23a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//$Id$
project : csd_pt_testinf_lib, avoids_corba_e_micro {
  sharedname   = CSD_PT_TestServant
  dynamicflags = CSD_PT_TESTSERVANT_BUILD_DLL
  idlflags  += -Wb,export_macro=CSD_PT_TestServant_Export -Wb,export_include=CSD_PT_TestServant_Export.h
  includes  += $(TAO_ROOT)/tao

  IDL_Files {
    Foo.idl
  }

  Source_Files {
    FooC.cpp
    FooS.cpp
    Foo_ClientEngine.cpp
    Foo_i.cpp
    Foo_Statistics.cpp
  }

}