Where is the makefile.defs and makefile.targets file which is included in the auto generated Makefile

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Where is the makefile.defs and makefile.targets file which is included in the auto generated Makefile

Jump to solution
2,958 Views
tomsong
Contributor III

Hi,

    In the auto generated Makefile I found the following statements:

     -include ../makefile.defs

     -include ../makefile.targets

    Where are these two files? I searched but can't find them.

    Thanks!

1 Solution
2,379 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Tom,

Makefiles are generated by eclipse C/C++ development tool.
some makefiles (for example makefile.defs, makefile.targets ) are not generated by CDT but user can create the file in the project root path to control the build.


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

3 Replies
2,380 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Tom,

Makefiles are generated by eclipse C/C++ development tool.
some makefiles (for example makefile.defs, makefile.targets ) are not generated by CDT but user can create the file in the project root path to control the build.


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

2,379 Views
tomsong
Contributor III

Hi Jennie,

     Thanks! 

     

     Regards,

    

     Tom

0 Kudos
2,379 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

You are welcome!

Best Regards,

Jennie

0 Kudos