Part Number: TMS320F280039
Hi Experts,
My customer is using git to manage the codes and the project would be compiled on the server.
They want to use gamke command for compile and the gamke command only. As far as I know the makefile required by gmake is generated by the ecplyse scripts. Which means that if they don't use ecplyse script, they connont generate the makefile from the .project CCS, and they have to include the makefile itself to the git to the management.
The problem is, the makefile contains absolute path, especially for include paths within the proejct.

This absolute path includes the project root, which may varies on different machines. It makes that makefile not applicate on other machines.
My questions is how to retain relative path in the makefile?
Note that there is also absolute path for the complier tools, but this is ok for customer becuase is reasonable to align the tool environment on different machine. The tool path would be the same for different machine.