Hi all,
We use QNX 6.2.1 and 6.5.0, the recursive makefile system and build from the command line. I’m trying to improve the way dependencies are handled.
Currently we use EXTRA_CCDEPS to specify all of our header files. This correctly picks up on a change to a header but it causes a full build to occur.
On a different platform with a simpler makefile we use the –MD option to GCC to generate dependency files and then -include these files. This picks up on a change to a header file and causes a partial build to occur. This is the behaviour I’d like to set up in QNX.
I’ve found these two topics which are related to my problem:
Unfortunately I haven’t figured out to create the behaviour I’d like whilst using the recursive makefile system.
I’m fairly new to QNX and to makefiles, so apologies if I’ve missed something obvious.
Kind regards,
Stephen
Renishaw plc (company number 1106260), Wotton Travel Limited (company
number 01973158) and Renishaw Advanced Materials Limited (company number 04632041),
are companies registered in England and Wales with a registered office
at New Mills, Wotton-under-Edge, Gloucestershire, GL12 8JR,
United Kingdom, Telephone +44 1453 524524.
--------------------------------------------------------------------------------------------------