Hi. I'm new to make files. I'm trying to write one to do this: 1. Starting at a Top Directory, I want to traverse all subdirectories that are called UnitTest and execute the makefile in each one. This will cause g++ to run and create .o files in those subdirectories.
2. Do a link using all the .o files in the same traversal of subdirectories plus a file called testsute.o in the Top Directory (testsuite.o has the main( ) in it). Any suggestions/samples/resources to recommend? Thanks for any input! Ken _______________________________________________ Help-gplusplus mailing list Help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus