Clean away $config{no_shared} since we have $disabled{shared}
[openssl.git] / Configurations / unix-Makefile.tmpl
2016-02-22 Richard LevitteClean away $config{no_shared} since we have $disabled...
2016-02-21 Richard LevitteCheck that any dependency file is newer than Makefile...
2016-02-20 Richard LevitteAvoid GNU make re-exec when adding dependencies to...
2016-02-20 Ben LaurieRemove OBJ_EXT and friends.
2016-02-20 Ben LaurieMissing extension on dependency, .d file is not always...
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-19 Richard LevitteUnified 'make depend' has to cleanup after itself
2016-02-19 Richard LevitteFix Configurations/unix-Makefile.tmpl
2016-02-19 Richard LevitteMake sure the linked programs have the correct extension
2016-02-19 Richard LevitteMisc small fixes.
2016-02-19 Richard LevitteTry removing installation directories after having...
2016-02-19 Richard LevitteSmall rename fest in unified, obj2dynlib -> obj2dso
2016-02-19 Richard LevitteRemake the installation of shared libraries in unix...
2016-02-19 Richard LevitteBig rename fest in makefile.shared: link_a / link_o...
2016-02-19 Richard LevitteCentralise the shared library / dso name info in unix...
2016-02-19 Richard LevitteLet Configure figure out the diverse shared library...
2016-02-19 Richard LevitteUnified - don't install the ossltest engine
2016-02-19 Richard LevitteUnified - do a better job when uninstalling
2016-02-19 Richard LevitteDon't use config.timestamp, we already have configdata.pm
2016-02-18 Richard Levitte'make depend' for the unified build scheme
2016-02-18 Richard LevitteSet EXE_EXT environment variable when testing
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Richard LevitteDon't treat .d (depend) files separately from object...
2016-02-18 Richard LevitteFix the makedepend constructor in unix-Makefile.tmpl
2016-02-15 Richard LevitteMANSUFFIX should be left empty
2016-02-15 Ben LaurieAddress comments.
2016-02-15 Ben LaurieTests depend on everything.
2016-02-14 Richard LevitteHave dofile.pl say where it was run, for real this...
2016-02-14 Richard LevitteHave dofile.pl say where it was run
2016-02-13 Richard LevitteDon't build test programs by default, add convenience...
2016-02-13 Richard LevitteHave the same installation directories in unified as...
2016-02-13 Richard LevitteAdd SHARED_RCFLAGS in unified Makefile template
2016-02-13 Richard LevitteThe unified build may delete installed manual files
2016-02-13 Richard LevitteIn templates, output_on() must be used the same way...
2016-02-12 Richard LevitteWe need the linked utils after a full build.
2016-02-12 Richard LevitteUnified build - fix make depend
2016-02-12 Richard LevitteRename INSTALL_PREFIX to DESTDIR, remove option --insta...
2016-02-12 Richard LevitteGenerate progs.h from a bunch of files instead of inter...
2016-02-11 Richard LevitteAdd the generate mechanism from unixmake to unix-Makefi...
2016-02-11 Richard LevitteMake shared library targets more consistent
2016-02-10 Richard LevitteQuote the CFLAG in Unixly Makefiles, for buildinf.h
2016-02-10 Richard Levitteunified build scheme: add the tweaks to build on Cygwin...
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...