aboutsummaryrefslogtreecommitdiff
path: root/Configurations
AgeCommit message (Expand)AuthorFilesLines
2016-03-19If the asm file to be compiled isn't generated, leave the ext aloneRichard Levitte2-2/+12
2016-03-19Don't let 'generate' target depend on generated files, act directly insteadRichard Levitte1-50/+29
2016-03-19Revert "Generate apps/progs.h on the fly"Viktor Dukhovni1-1/+12
2016-03-19Add a few more quotes for Windows (install_ssldirs)Richard Levitte1-2/+2
2016-03-19Replace sed command with perlRichard Levitte1-3/+3
2016-03-19Clear the exit code from 'find' in 'make depend'Richard Levitte1-1/+1
2016-03-19Shut find up about files not foundRichard Levitte1-1/+1
2016-03-19Use the dependencies received in generatesrc()Richard Levitte3-9/+12
2016-03-19Generate apps/progs.h on the flyRichard Levitte1-12/+1
2016-03-18Better 'make depend' mechanismRichard Levitte1-21/+4
2016-03-17Make picker, thread and combine standard config helper functionsRichard Levitte3-32/+0
2016-03-17Remove Netware and OS/2Rich Salz1-57/+0
2016-03-17windows-makefile.tmpl: Stop keeping temporary filesRichard Levitte1-2/+2
2016-03-17Add install targets for WindowsRichard Levitte1-10/+67
2016-03-17Remove ultrix/mips support.Rich Salz1-17/+0
2016-03-17Remove support for Borland C++Richard Levitte1-10/+0
2016-03-17Start documenting Configure internalsRichard Levitte1-0/+136
2016-03-17Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte2-0/+3
2016-03-16unix-Makefile template: use $(PERL) everywhereRichard Levitte1-1/+1
2016-03-16When building DLLs, hack the library name in the .def fileRichard Levitte1-1/+7
2016-03-16DLL object files should not be built with /Zl"Richard Levitte1-1/+3
2016-03-16We should use $SRCDIR in MakefilesMatt Caswell1-1/+1
2016-03-15poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov1-1/+1
2016-03-15Make the perl dependency post-processor into just one lineRichard Levitte1-3/+1
2016-03-15Not all shells understand !Richard Levitte1-9/+9
2016-03-15Cygwin configs were missing thread_scheme settings, add themRichard Levitte1-0/+2
2016-03-14s390x assembly pack: 32-bit fixups.Andy Polyakov2-2/+2
2016-03-14Fix a few Configure errorsRichard Levitte1-6/+7
2016-03-13Collect the names of generated files and clean them away at target clean:Richard Levitte1-7/+9
2016-03-13Use single quotes rather than double quotes when neededRichard Levitte1-16/+16
2016-03-13Harmonize Unix Makefile template with Windows ditoRichard Levitte2-27/+28
2016-03-12Avoid sed for dependency post-processingRichard Levitte1-7/+3
2016-03-11Some sed implementations are not greedy enough, use perl insteadRichard Levitte1-1/+10
2016-03-11Configurations/unix-Makefile.tmpl: don't leave empty .s files behind.Andy Polyakov1-2/+2
2016-03-11Harmonise the two methods to generate dependency filesRichard Levitte1-2/+8
2016-03-10In the recipe using "makedepend", make sure the object file extension is thereRichard Levitte1-1/+1
2016-03-10Add cleaning targets to Configurations/windows-makefile.tmplRichard Levitte1-0/+14
2016-03-10Pass down inclusion directories to source file generatorsRichard Levitte3-6/+15
2016-03-10When configured "shared", don't build static libraries on WindowsRichard Levitte1-0/+5
2016-03-09Adapt the Windows makefile template to source generationRichard Levitte1-0/+47
2016-03-09Unified - extract settings from util/pl/VC-32.pl and make the config settingsRichard Levitte3-36/+212
2016-03-09Unified - a native Windows makefile templateRichard Levitte1-0/+293
2016-03-09Because crypto/build.info demands CFLAGS_Q, descrip.mms.tmpl must deliverRichard Levitte1-0/+1
2016-03-09Add missing semiRichard Levitte1-1/+1
2016-03-09Adapt unix Makefile template to 'no-makedepend'Richard Levitte1-5/+18
2016-03-09Adapt descrip.mms.tmpl to 'no-makedepend'Richard Levitte1-1/+7
2016-03-09Redo the Unix source code generatorRichard Levitte1-20/+29
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov1-5/+5
2016-03-08Fix configurations such as 'dist' and tar buildingRichard Levitte2-3/+8
2016-03-08Make unified builds the default on UnixRichard Levitte1-4/+1