The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=13839 ====================================================================== Reported By: Óscar Fuentes Assigned To: ====================================================================== Project: CMake Issue ID: 13839 Category: CMake Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2013-01-07 13:20 EST Last Modified: 2013-01-07 13:20 EST ====================================================================== Summary: Targets for generating Assembler files missing from Ninja generator Description: The Ninja generator does not create *.s targets for generating Assembler files from source files.
With other Makefile generators, if you a have a source file foo.c you can execute `make foo.s' for obtaining the compiler's Assembler output for foo.c. It works like this: scar@qcore:~/dev/idb/lp0/build/variadic/gcc/release$ make tokenctr.s Compiling CXX source to assembly CMakeFiles/lp0core.dir/tokenctr.cpp.s ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-01-07 13:20 Óscar Fuentes New Issue ====================================================================== -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
