Re: [CMake] What is the proper way to handle additional non-object files generated by compilation?

2008-05-23 Thread Maik Beckmann
Am Freitag 23 Mai 2008 10:15:59 schrieb Alan W. Irwin: > Thanks, Maik, for your additional response. For now, I have only skimmed > what you said and don't completely understand the implications, yet, but my > first impression is it looks like something special for fortran *.mod files > is done in

Re: [CMake] What is the proper way to handle additional non-object files generated by compilation?

2008-05-23 Thread Alan W. Irwin
Thanks, Maik, for your additional response. For now, I have only skimmed what you said and don't completely understand the implications, yet, but my first impression is it looks like something special for fortran *.mod files is done in the C++ code rather than something more general that would wo

Re: [CMake] What is the proper way to handle additional non-object files generated by compilation?

2008-05-23 Thread Maik Beckmann
Am Freitag 23 Mai 2008 08:57:21 schrieb Alan W. Irwin: > On 2008-05-23 07:07+0200 Maik Beckmann wrote: > > > > All target directories, Fortran or not, contain a cmake_clean.cmake, > > i.e. CMakeFiles/foolib.dir/cmake_clean.cmake > > which in turn contains > > {{{ > > #... > > # Per-language clean

Re: [CMake] What is the proper way to handle additional non-object files generated by compilation?

2008-05-22 Thread Alan W. Irwin
On 2008-05-23 07:07+0200 Maik Beckmann wrote: Am Freitag 23 Mai 2008 01:08:46 schrieb Alan W. Irwin: On 2008-05-21 18:25-0700 Alan W. Irwin wrote: I am finally working again on the CMake language support for Ada (currently implemented just for the gcc gnatmake compiler). One of the issues is

Re: [CMake] What is the proper way to handle additional non-object files generated by compilation?

2008-05-22 Thread Maik Beckmann
Am Freitag 23 Mai 2008 01:08:46 schrieb Alan W. Irwin: > On 2008-05-21 18:25-0700 Alan W. Irwin wrote: > > I am finally working again on the CMake language support for Ada > > (currently implemented just for the gcc gnatmake compiler). One of the > > issues is the gnatmake compiler not only produc

Re: [CMake] What is the proper way to handle additional non-object files generated by compilation?

2008-05-22 Thread Alan W. Irwin
On 2008-05-21 18:25-0700 Alan W. Irwin wrote: I am finally working again on the CMake language support for Ada (currently implemented just for the gcc gnatmake compiler). One of the issues is the gnatmake compiler not only produces *.o object files but also *.ali (Ada library information) files

[CMake] What is the proper way to handle additional non-object files generated by compilation?

2008-05-21 Thread Alan W. Irwin
I am finally working again on the CMake language support for Ada (currently implemented just for the gcc gnatmake compiler). One of the issues is the gnatmake compiler not only produces *.o object files but also *.ali (Ada library information) files, and I haven't figured out how to get the *.ali