[CLN-list] Additional Missing ".exe"s in Makefile(.in)s... [Was: CLN vs weird mixture of Cygwin and MinGW [Was: ...]]

Richard B. Kreckel kreckel at ginac.de
Thu Aug 17 00:09:59 CEST 2006


Richard Haney wrote:

>I would think the patch should also extend to the executables in target
>"clean" something as follows
>
>clean : force
>-	$(RM) *.s *.o *.a exam tests main a.out core
>+	$(RM) *.s *.o *.a exam$(EXEEXT) tests$(EXEEXT) main a.out core
>	$(RM) -r .libs _libs
>
>I'm not sure about "main" or what its purpose is; no executable
>"main.exe" (nor even a file "main") seems to be created in my build
>even though there is a module "main.cc".  Module "main.cc" looks like
>it is designed for experimental testing of type conversion and/or
>output, perhaps for debugging purposes.
>
>Also, I would think a similar patch for examples/Makefile.in and
>benchmarks/Makefile.in would also be appropriate since the associated
>Makefiles are used to build executables in the associated directories.
>  
>

I've applied a patch to this effect to the main branch.

Regards
  -richy.

-- 
Richard B. Kreckel
<http://www.ginac.de/~kreckel/>



More information about the CLN-list mailing list