[Cmake] Ignoring temporary files in AUX_SOURCE

Bill Hoffman bill.hoffman at kitware.com
Mon Jul 16 09:47:48 EDT 2001


Better yet, there should be a source files regular expression.
It could be used in cmSourceFiles.cxx instead of the current cascaded
ifs block.   AUX_SOURCE could use it as well.   This will make adding
new languages like java easier.  I guess it should go on cmMakefile.

-Bill



At 09:20 AM 7/16/2001 -0400, Amitha Perera wrote:
>Hi all
>
>What do you think of a feature to ignore all temporary and backup
>files (e.g. emacs's *~ and cvs's .#*) from an AUX_SOURCE scan of
>source files? The exact regular expression could be provided as an
>argument to AUX_SOURCE, or better, in a variable.
>
>One solution, of course, is to keep the directory clean of temporary
>and backup files, but that gets to be painful from time to time.
>
>Amitha.
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake 





More information about the CMake mailing list