Doxygen changes
[ACE_TAO.git] / ACE / ACE.mwc
blob7899541b3e294c897fadc3b20b6a51aac46641f4
1 workspace {
2   exclude {
3     TAO
4   }
6   // The associate scope does not add directories to the workspace;
7   // it only associates a name with one or more directories.
8   associate(examples) {
9     examples
10   }
11   associate(tests) {
12     performance-tests
13     tests
14   }
15   associate(gperf) {
16     gperf
17   }
19   // The '--' is a special key that indicates that the associated
20   // projects should be of the form @NAME@ in the generated Makefile.am.
21   associate(--) {
22     ACEXML
23     ASNMP
24     protocols
25     KOKYU
26     TAO
27   }