1 This directory contains ACE- and TAO-specific extensions of MPC. All
2 the base projects in the config directory are ACE- and TAO-specific,
3 along with the perl modules for the gnuace and vxtest types and the
4 templates that go along with those implementations.
6 GNUACE-specific aspects of project keywords
7 -------------------------------------------
9 requires Specifies which features should be enabled in order to
10 generate the project file. Under the GNUACE type, it also
11 specifies which tao macros should be set to build the
14 avoids Specifies which features should be disabled in order to
15 generate the project file. Under the GNUACE type, it also
16 specifies which tao macros should not be set to build the
19 The following keywords are GNUACE only:
21 tagname Specifies the make macro to check before building the target
22 tagchecks Specifies the values for tagname to check
24 NOTE: Within the GNUACE project type, setting sharedname to empty and
25 setting staticname to the static library name will result in a project
26 that will generate only static libraries.
28 The default generation mode for the GNUACE project type is named targets.
29 The environment variable MPC_GNUACE_DIRECTORY_DEPS can be set to get the
30 directory based build that was used up until April of 2006.
32 For more information about MPC, see the README and USAGE files in the
35 MPC is available from github, see https://github.com/DOCGroup/MPC