1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-07 02:23:18 +02:00
cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects
Torbjörn SVENSSON 07d8edaf28 Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile
The symbols generated are:
* BUILD_ARTIFACT_NAME
  Value of "Artifact name" field defined in the build configuration
* BUILD_ARTIFACT_EXTENSION
  Value of "Artifact extension" field defined in the build configuration
* BUILD_ARTIFACT_PREFIX
  Value of "Output prefix" field defined in the build configuration
* BUILD_ARTIFACT
  Assembly of the other values to build the target file name

The above symbols make it easier to extend the generated makefile using
the provided makefile hooks "makefile.init", "makefile.defs" and
"makefile.targets". There is no longer need to duplicate the name of
the target artifact in the hooks files.
The hooks can for example be used when the post-build step is not
flexible enough. By placing the post-build step in makefile.targets,
when done properly, will let the user have full control over the
sequence, including parallelism, for the required steps.

Contributed by STMicroelectronics

Change-Id: I163917837b65cb397eb5943c4357a54e9576cf42
Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@st.com>
2021-02-20 15:22:22 +01:00
..
CDTFortranTest1 Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
CDTFortranTest2 Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
copyandDeploy Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
deleteFile Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
inputTypeOption Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
linkedFolder Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
linkedLib30 Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
multiResConfig Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
noFilesToBuild Test for PR 80185 - output message to console when there are no source files to build 2005-05-27 03:46:34 +00:00
preAndPostBuildSteps Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
rcbsBasicTest Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
singleFileExe Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
test with spaces Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
test30_1 Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
test30_2 Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
TestATO Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
testFileWithNoExtension Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
testMacroSupportInBuildDefinitions Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
twoFileSO Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00