<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000099" bgcolor="#FFFFFF">
    Have you tried it? It's the simplest way to find out what would
    happen, though it's a very strange thing to do. It's almost
    certainly not the best way to do whatever you're trying to do.<br>
    <br>
    If you take a step back and tell us what you are trying to achieve
    overall you'll be more likely to get useful advice. What do you want
    to end up with when you do the build? How is what you want different
    from what you get when you do a build without any modifications?<br>
    <br>
    <div class="moz-cite-prefix">On 18/06/2019 08:20, shiva kumar wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAN9sONcgH5ZNNn61=Vmo=wwXfVL2hEkR3d4C1-Y80UPx1=qsRg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hi,
        <div>Actually I wanted to know how <a href="http://build.info"
            moz-do-not-send="true">build.info</a> file in each directory
          such as apps, engines etc, will used generate the Make file,
          what would happen If I wanted to change the <a
            href="http://build.info" moz-do-not-send="true">build.info</a>
          file </div>
        <div><br>
        </div>
        <div>1) in openssl/<b>apps/<a href="http://build.info"
              moz-do-not-send="true">build.info</a></b></div>
        <div>what would happen if I change </div>
        <div><b>DEPEND[openssl]=libapps.a ../libssl</b></div>
        <div>to</div>
        <div><b>DEPEND[openssl]=libapps.a ../libssl.a</b><br>
        </div>
        <div><br>
        </div>
        <div>2)in openssl/<b>engines/<a href="http://build.info"
              moz-do-not-send="true">build.info</a></b> </div>
        <div>what would hapen if I change </div>
        <div><b>  LIBS=../libcrypto</b><br>
        </div>
        <div>  to </div>
        <div><b>  LIBS=../libcrypto.a</b><br>
        </div>
        <div><b><br>
          </b></div>
        <div><b>  DEPEND[padlock]=../libcrypto</b></div>
        <div>  to</div>
        <div>  <b>DEPEND[padlock]=../libcrypto</b></div>
        <div><br>
        </div>
        <div>  <b>DEPEND[capi]=../libcrypto</b></div>
        <div>  to</div>
        <div>  <b>DEPEND[capi]=../libcrypto.a</b></div>
        <div><br>
        </div>
        <div>  <b>DEPEND[afalg]=../libcrypto</b></div>
        <div>  to</div>
        <div>  <b>DEPEND[afalg]=../libcrypto</b></div>
        <div><br>
        </div>
        <div>  <b> DEPEND[dasync]=../libcrypto</b></div>
        <div>   to</div>
        <div>    <b>DEPEND[dasync]=../libcrypto</b></div>
        <div><br>
        </div>
        <div>    <b>DEPEND[ossltest]=../libcrypt</b></div>
        <div>   to</div>
        <div>    <b>DEPEND[ossltest]=../libcrypt</b></div>
        <div><br>
        </div>
        <div>3) in <b>openssl/build.file</b></div>
        <div>    what would happen if I change </div>
        <div>    <b>DEPEND[libssl]=libcrypto</b></div>
        <div>    to</div>
        <div>   <b> DEPEND[libssl]=libcrypto.a</b></div>
        <div><br>
        </div>
        <div>please let me know</div>
        <div><br>
        </div>
        <div>Thanks and Regards</div>
        <div>Shivakumar</div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
J. J. Farrell
Not speaking for Oracle</pre>
  </body>
</html>