Hi list ! I have a command that generates a "foo.cpp" file from a ragel parser definition "foo.rl". I am doing an out-of-source build but I would like to keep the generated file in the source so that it is committed and end users do not need to install ragel because "foo.cpp" is newer then "foo.rl".
Is there a way to tell "make clean" to *not* remove the output from the custom command "foo.cpp" ? Gaspard _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
