1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/depCalcProjects
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
..
test1DepCalc2 Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
test1DepCalc3 Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00
test1DepCalcPreBuild Bug 571381: Generate BUILD_ARTIFACT* symbols in makefile 2021-02-20 15:22:22 +01:00