forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DDS_TAOv2.mwc
35 lines (33 loc) · 1.01 KB
/
DDS_TAOv2.mwc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// -*- MPC -*-
workspace {
$(ACE_ROOT)/ace/ace.mpc
$(ACE_ROOT)/ace/XML_Utils/XML.mpc
$(ACE_ROOT)/apps/gperf/src
$(TAO_ROOT)/TAO_IDL
$(TAO_ROOT)/tao/tao.mpc
$(TAO_ROOT)/tao/AnyTypeCode/AnyTypeCode.mpc
$(TAO_ROOT)/tao/BiDir_GIOP/BiDir_GIOP.mpc
$(TAO_ROOT)/tao/CodecFactory/CodecFactory.mpc
$(TAO_ROOT)/tao/CSD_Framework/CSD_Framework.mpc
$(TAO_ROOT)/tao/CSD_ThreadPool/CSD_ThreadPool.mpc
$(TAO_ROOT)/tao/Codeset/Codeset.mpc
$(TAO_ROOT)/tao/DynamicInterface/DynamicInterface.mpc
$(TAO_ROOT)/tao/ImR_Client/ImR_Client.mpc
$(TAO_ROOT)/tao/IORManipulation/IORManipulation.mpc
$(TAO_ROOT)/tao/IORTable
$(TAO_ROOT)/tao/Messaging/Messaging.mpc
$(TAO_ROOT)/tao/PI/PI.mpc
$(TAO_ROOT)/tao/PortableServer/PortableServer.mpc
$(TAO_ROOT)/tao/Valuetype/Valuetype.mpc
$(TAO_ROOT)/orbsvcs/orbsvcs/Svc_Utils.mpc
dds
tools
java
DevGuideExamples
exclude {
java/jms
// Run tools/modeling/tests/setup.pl to generate
// tools/modeling/tests/modeling_tests.mwc.
tools/modeling/tests
}
}