PDA

View Full Version : ARM compiler dependencies on .h files?


aisaksen
06-05-2003, 08:57 AM
Does anyone have a makefile which checks .h files for dependencies and then rebuilds all the .c/.cpp files that are affected? The armcc -M command will build a dependency file just like makedepend does, but I don't know how to process the file using a makefile.

Thanks!
-Aaron

Dean K Gibson
09-09-2003, 05:30 PM
Just include the output file from the makedepends run into your regular makefile.