I have 2 code bases. One base is auto generated from a Simulink model with Embedded Coder. The code is generated with its own Xmakefile for compiling. I am able to create a project in CCSv4 which uses the auto generated makefile. The other code base is in another CCSv4 project. This code was not auto generated and is using the IDE/project makefile for compiling. Now I want to combine both code bases to compile into one executable. Is there any way to merge these two code bases easily?