1.

Solve : cml2 tool - makefile help?

Answer»

I am using cml2 tool as configuration managment system , curentally i have a set of configuration which build numbers of library needed by a exe , now i want to build another exe with the HELP of same configuration FILE but this time i want to build few libraries from that configuration file.

I USE makefile for (compile)build the libraries.
Can any one tell me how can i do that.

For exmaple :

I have made configuration for lib01 - lib20 that names config.out and config.h.(first exe use all of 20)

Now i want to build only 10 libs with the help of the same config,out and config.h files , that is lib01 - lib10 for second exe.

what changes needed in makefile?



Discussion

No Comment Found