summaryrefslogtreecommitdiffstats
path: root/Configurations (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add install targets for WindowsRichard Levitte2016-03-171-10/+67
* Remove ultrix/mips support.Rich Salz2016-03-171-17/+0
* Remove support for Borland C++Richard Levitte2016-03-171-10/+0
* Start documenting Configure internalsRichard Levitte2016-03-171-0/+136
* Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte2016-03-172-0/+3
* unix-Makefile template: use $(PERL) everywhereRichard Levitte2016-03-161-1/+1
* When building DLLs, hack the library name in the .def fileRichard Levitte2016-03-161-1/+7
* DLL object files should not be built with /Zl"Richard Levitte2016-03-161-1/+3
* We should use $SRCDIR in MakefilesMatt Caswell2016-03-161-1/+1
* poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov2016-03-151-1/+1
* Make the perl dependency post-processor into just one lineRichard Levitte2016-03-151-3/+1
* Not all shells understand !Richard Levitte2016-03-151-9/+9
* Cygwin configs were missing thread_scheme settings, add themRichard Levitte2016-03-151-0/+2
* s390x assembly pack: 32-bit fixups.Andy Polyakov2016-03-142-2/+2
* Fix a few Configure errorsRichard Levitte2016-03-141-6/+7
* Collect the names of generated files and clean them away at target clean:Richard Levitte2016-03-131-7/+9
* Use single quotes rather than double quotes when neededRichard Levitte2016-03-131-16/+16
* Harmonize Unix Makefile template with Windows ditoRichard Levitte2016-03-132-27/+28
* Avoid sed for dependency post-processingRichard Levitte2016-03-121-7/+3
* Some sed implementations are not greedy enough, use perl insteadRichard Levitte2016-03-111-1/+10
* Configurations/unix-Makefile.tmpl: don't leave empty .s files behind.Andy Polyakov2016-03-111-2/+2
* Harmonise the two methods to generate dependency filesRichard Levitte2016-03-111-2/+8
* In the recipe using "makedepend", make sure the object file extension is thereRichard Levitte2016-03-101-1/+1
* Add cleaning targets to Configurations/windows-makefile.tmplRichard Levitte2016-03-101-0/+14
* Pass down inclusion directories to source file generatorsRichard Levitte2016-03-103-6/+15
* When configured "shared", don't build static libraries on WindowsRichard Levitte2016-03-101-0/+5
* Adapt the Windows makefile template to source generationRichard Levitte2016-03-091-0/+47
* Unified - extract settings from util/pl/VC-32.pl and make the config settingsRichard Levitte2016-03-093-36/+212
* Unified - a native Windows makefile templateRichard Levitte2016-03-091-0/+293
* Because crypto/build.info demands CFLAGS_Q, descrip.mms.tmpl must deliverRichard Levitte2016-03-091-0/+1
* Add missing semiRichard Levitte2016-03-091-1/+1
* Adapt unix Makefile template to 'no-makedepend'Richard Levitte2016-03-091-5/+18
* Adapt descrip.mms.tmpl to 'no-makedepend'Richard Levitte2016-03-091-1/+7
* Redo the Unix source code generatorRichard Levitte2016-03-091-20/+29
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-081-5/+5
* Fix configurations such as 'dist' and tar buildingRichard Levitte2016-03-082-3/+8
* Make unified builds the default on UnixRichard Levitte2016-03-081-4/+1
* Unified - Add the build.info command OVERRIDE, to avoid build file clashesRichard Levitte2016-03-072-0/+15
* Unified - Adapt the Unix and VMS templates to support GENERATERichard Levitte2016-03-072-0/+52
* Unified - Add the build.info command GENERATE, to generate source filesRichard Levitte2016-03-073-14/+62
* No -fno-common for DarwinRichard Levitte2016-03-051-1/+2
* Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte2016-03-051-4/+4
* Correction, $disabled{shared} rather than $config{no_shared}Richard Levitte2016-03-041-1/+1
* Remove overzealous echoingRichard Levitte2016-03-031-17/+9
* Document the changes in config settingsRichard Levitte2016-03-021-28/+9
* Don't copy from %target to %config so much, see %config as a complementRichard Levitte2016-03-022-5/+5
* Configure - Get rid of the special thread_cflag, replace with thread_schemeRichard Levitte2016-03-028-192/+263
* Configure - get rid of the special debug_ and release_ settingsRichard Levitte2016-03-023-157/+166
* Minimize copied config settingsRichard Levitte2016-03-022-3/+3
* Configure - move the addition of the zlib / libz lib to configsRichard Levitte2016-03-026-47/+96