Hello, I was wondering if there was a way to extract the dependencies/build order for a target? I know you can create graphs of the dependicies using graphviz but what I really want is just a list of files in the build order (whatever order the files would be built in if the build was serial).
I would like this so that we can concatonate all of our Fortran source files into a single file for interface checking (since there is only a limited use of modules or explicit interfaces). Thanks, Chip -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake