aboutsummaryrefslogtreecommitdiff
path: root/Configurations
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte5-19/+19
2016-02-21Check that any dependency file is newer than Makefile before concatenatingRichard Levitte1-8/+30
2016-02-21Avoid GNU make re-exec when adding dependencies to MakefileRichard Levitte1-2/+1
2016-02-20Remove OBJ_EXT and friends.Ben Laurie1-42/+43
2016-02-20Missing extension on dependency, .d file is not always made (e.g. when inputBen Laurie1-1/+2
2016-02-20Unified on VMS - install dynamic engines if there are anyRichard Levitte1-3/+5
2016-02-20Always build library object files with shared library cflagsRichard Levitte4-13/+26
2016-02-20apps_extra_src changed name to apps_aux_src, rename everywhereRichard Levitte1-1/+1
2016-02-20VMS static libraries have the extension .OLB, not .LIBRichard Levitte1-2/+2
2016-02-19Unified 'make depend' has to cleanup after itselfRichard Levitte1-0/+2
2016-02-19Fix Configurations/unix-Makefile.tmplRichard Levitte1-2/+2
2016-02-19Make sure the linked programs have the correct extensionRichard Levitte1-1/+1
2016-02-19Big rename fest of MingW shared librariesRichard Levitte1-2/+4
2016-02-19Misc small fixes.Richard Levitte1-4/+14
2016-02-19Try removing installation directories after having uninstalled filesRichard Levitte1-0/+13
2016-02-19Small rename fest in unified, obj2dynlib -> obj2dsoRichard Levitte4-14/+13
2016-02-19Remake the installation of shared libraries in unix-Makefile.tmplRichard Levitte1-26/+36
2016-02-19Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte1-2/+2
2016-02-19Centralise the shared library / dso name info in unix-Makefile.tmplRichard Levitte1-13/+51
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte1-12/+10
2016-02-19VMS fixed in unified buildRichard Levitte1-16/+16
2016-02-19Unified - don't install the ossltest engineRichard Levitte1-2/+8
2016-02-19Unified - do a better job when uninstallingRichard Levitte1-1/+4
2016-02-19Rethink the uplink / applink storyRichard Levitte2-4/+28
2016-02-19VMS: rather use a quick file comparison than DIFFRichard Levitte1-3/+3
2016-02-19VMS: produce dependency files just like you produce object filesRichard Levitte1-0/+5
2016-02-19Fix casing on VMSRichard Levitte1-1/+1
2016-02-19Don't use config.timestamp, we already have configdata.pmRichard Levitte2-25/+19
2016-02-18Automatic 'make depend' for the unified build schemeRichard Levitte2-56/+74
2016-02-18Set EXE_EXT environment variable when testingRichard Levitte1-0/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-5/+2
2016-02-18Don't treat .d (depend) files separately from object filesRichard Levitte5-100/+14
2016-02-18Fix the makedepend constructor in unix-Makefile.tmplRichard Levitte1-5/+7
2016-02-17Remove "experimental" in code and comments, too.Rich Salz1-1/+1
2016-02-18Fix spellingRichard Levitte1-1/+1
2016-02-18Fix spellingRichard Levitte1-1/+1
2016-02-18Add -lresolv to the Solaris ex_libsRichard Levitte1-1/+1
2016-02-16Fix use of add() and add_before() in Configurations/*.confRichard Levitte3-19/+19
2016-02-15MANSUFFIX should be left emptyRichard Levitte1-1/+4
2016-02-15Address comments.Ben Laurie2-4/+4
2016-02-15Tests depend on everything.Ben Laurie1-1/+1
2016-02-14Configurations/00-base-templates.conf: typos in [chacha|poly1305]_asm_src.Andy Polyakov1-5/+5
2016-02-14Have dofile.pl say where it was run, for real this timeRichard Levitte2-2/+2
2016-02-14Have dofile.pl say where it was runRichard Levitte2-2/+4
2016-02-13Don't build test programs by default, add convenience targets for unified buildRichard Levitte2-4/+15
2016-02-13Have the same installation directories in unified as in unixmakeRichard Levitte1-3/+7
2016-02-13Configurations: engage PPC ChaCha20 and Poly1305 modules.Andy Polyakov1-0/+2
2016-02-13Add SHARED_RCFLAGS in unified Makefile templateRichard Levitte1-1/+3
2016-02-13The unified build may delete installed manual filesRichard Levitte1-2/+16
2016-02-13In templates, output_on() must be used the same way as output_off()Richard Levitte2-7/+7