On 17/06/2019 08:24, shiva kumar wrote: > Hi, > In the OpenSSL 1.1.1 Make file is generated on top directory after when config > is executed. > In OpenSSL 1.0.2 there is Make file at each directory and is hierarchical, but > this is not the same in 1.1.1 version. > Actually I was modifying the Makefile configurations manually in apps and > engines directory and also changing Makefile.org on top directory for my build, > now I'm not able to do that in OpenSSL 1.1.1b since, make file has been removed > in 1.1.1 > > can anyone please let me know how can I actually perform those changes in the > make file in OpenSSL 1.1.1b It depends on what you want to achieve. The top level template Makefile is in Configureations/unix-Makefile.tmpl. Each individual directory contains a build.info file which allows you to make per-directory changes to things like the sources to be compiled, etc. Matt