Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Monitor / Marshal_Buffer / marshal_buffer.mpc
blob5a6ba3b7a379c5be9b4289068665a40b8e9c0f77
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
10 project(*client): taoclient, tao_monitor, ace_mc {
11   after += *idl
13   IDL_Files {
14   }
16   Source_Files {
17     client.cpp
18     testC.cpp
19   }
21   Header_Files {
22     testC.h
23   }
25   Inline_Files {
26     testC.inl
27   }
30 project(*server): taoserver {
31   after += *idl
33   IDL_Files {
34   }
36   Source_Files {
37     server.cpp
38     testC.cpp
39     testS.cpp
40     test_i.cpp
41   }
43   Header_Files {
44     testC.h
45     testS.h
46     test_i.h
47   }
49   Inline_Files {
50     testC.inl
51   }