Satish Balay <[email protected]> writes:

>> http://cygwin.com/cygwin-ug-net/dll.html
>
> Yes - basically it creates both a .a and .dll file [so extra options
> to specify these output files]

So both files are significant and there is no way to create them
separately?  Does the single concept "shared library"/"DLL" refer to
both the .dll and the .dll.a?  Can the names have the same stem?

If so, we can specify them using pattern rules:

%.dll %.dll.a : prereqs
        recipe


Make cannot guarantee proper clean-up after failure if we don't specify
dependencies completely and accurately.

Attachment: pgpd2Ka2ETl7k.pgp
Description: PGP signature

Reply via email to