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