Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / performance-tests / POA / Implicit_Activation / Implicit_Activation.mpc
blobabc0809c06589476e27cddf8571106098fb91e89
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Sa -St
5   IDL_Files {
6     Test.idl
7   }
9   custom_only = 1
12 project(*server): taoserver {
13   after += *idl
15   Source_Files {
16     TestC.cpp
17     TestS.cpp
18     Factory.cpp
19     Simple.cpp
20     server.cpp
21   }
23   IDL_Files {
24   }
27 project(*client): taoclient {
28   avoids += ace_for_tao
29   after  += *idl
31   Source_Files {
32     TestC.cpp
33     client.cpp
34   }
36   IDL_Files {
37   }
40 project(*collocated): taoserver {
41   avoids += ace_for_tao
42   after  += *idl
43   exename = collocated
44   Source_Files {
45     TestC.cpp
46     TestS.cpp
47     Simple.cpp
48     collocated.cpp
49   }
51   IDL_Files {
52   }