Hello. I'm adding Haskell support to the CMake and stumbled with this
problem:
CMAKE_Haskell_COMPILE_OBJECT rule produces two files (.o itself and .hi
interface file used by haskell compiler). when i run `make clean`, all .o's
are deleted, but .hi's aren't. I've found these lines in cmake_clean.cmake:

# Per-language clean rules from dependency scanning.
FOREACH(lang Haskell)
  INCLUDE(CMakeFiles/dir_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
ENDFOREACH(lang)

Can you provide me information on how to create this
cmake_clean_${lang}.cmake file?

Please CC me, since i'm not subscribed to the list.
--

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

Reply via email to