Re: [CMake] missing .S (assembly file) target

2011-09-21 Thread Reto Glauser
On Tue, 20 Sep 2011 19:11:58 +0200, Michael Hertling wrote: After configuring, make help reveals: % make help The following are some of the valid targets for this Makefile: ... all (the default if no target is provided) ... clean ... depend ... edit_cache ... main ... mainxx ... rebuild_cache

Re: [CMake] missing .S (assembly file) target

2011-09-20 Thread Michael Hertling
On 09/20/2011 08:46 AM, Reto Glauser wrote: Hi I don't see the .S targets (for C/CXX files) which used to be there. I would like to look at the assembly files of the C/CXX files. I'm on GNU/Linux GCC-4.3.4 CMake-2.8.2 With CMake 2.8.5 on Linux, I can't confirm this: